public class DecoderDefinition extends Object
| Modifier and Type | Field and Description |
|---|---|
protected DecoderType |
decoder |
protected VersionType |
version |
| Constructor and Description |
|---|
DecoderDefinition() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object that) |
DecoderType |
getDecoder()
Gets the value of the decoder property.
|
VersionType |
getVersion()
Gets the value of the version property.
|
int |
hashCode() |
void |
setDecoder(DecoderType value)
Sets the value of the decoder property.
|
void |
setVersion(VersionType value)
Sets the value of the version property.
|
String |
toString() |
DecoderDefinition |
withDecoder(DecoderType value) |
DecoderDefinition |
withVersion(VersionType value) |
protected VersionType version
protected DecoderType decoder
public VersionType getVersion()
VersionTypepublic void setVersion(VersionType value)
value - allowed object is
VersionTypepublic DecoderType getDecoder()
DecoderTypepublic void setDecoder(DecoderType value)
value - allowed object is
DecoderTypepublic DecoderDefinition withVersion(VersionType value)
public DecoderDefinition withDecoder(DecoderType value)
Copyright © 2022. All rights reserved.