public class DecoderDetection extends Object
| Modifier and Type | Field and Description |
|---|---|
protected ProtocolsType |
protocols |
protected VersionType |
version |
| Constructor and Description |
|---|
DecoderDetection() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object that) |
ProtocolsType |
getProtocols()
Gets the value of the protocols property.
|
VersionType |
getVersion()
Gets the value of the version property.
|
int |
hashCode() |
void |
setProtocols(ProtocolsType value)
Sets the value of the protocols property.
|
void |
setVersion(VersionType value)
Sets the value of the version property.
|
String |
toString() |
DecoderDetection |
withProtocols(ProtocolsType value) |
DecoderDetection |
withVersion(VersionType value) |
protected VersionType version
protected ProtocolsType protocols
public VersionType getVersion()
VersionTypepublic void setVersion(VersionType value)
value - allowed object is
VersionTypepublic ProtocolsType getProtocols()
ProtocolsTypepublic void setProtocols(ProtocolsType value)
value - allowed object is
ProtocolsTypepublic DecoderDetection withVersion(VersionType value)
public DecoderDetection withProtocols(ProtocolsType value)
Copyright © 2022. All rights reserved.