public class DecoderFirmwareDefinition extends Object
| Modifier and Type | Field and Description |
|---|---|
protected FirmwareType |
firmware |
protected VersionType |
version |
| Constructor and Description |
|---|
DecoderFirmwareDefinition() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object that) |
FirmwareType |
getFirmware()
Gets the value of the firmware property.
|
VersionType |
getVersion()
Gets the value of the version property.
|
int |
hashCode() |
void |
setFirmware(FirmwareType value)
Sets the value of the firmware property.
|
void |
setVersion(VersionType value)
Sets the value of the version property.
|
String |
toString() |
DecoderFirmwareDefinition |
withFirmware(FirmwareType value) |
DecoderFirmwareDefinition |
withVersion(VersionType value) |
protected VersionType version
protected FirmwareType firmware
public VersionType getVersion()
VersionTypepublic void setVersion(VersionType value)
value - allowed object is
VersionTypepublic FirmwareType getFirmware()
FirmwareTypepublic void setFirmware(FirmwareType value)
value - allowed object is
FirmwareTypepublic DecoderFirmwareDefinition withVersion(VersionType value)
public DecoderFirmwareDefinition withFirmware(FirmwareType value)
Copyright © 2022. All rights reserved.