@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class LoRaWANGatewayVersion extends Object implements Serializable, Cloneable, StructuredPojo
LoRaWANGatewayVersion object.
| Constructor and Description |
|---|
LoRaWANGatewayVersion() |
| Modifier and Type | Method and Description |
|---|---|
LoRaWANGatewayVersion |
clone() |
boolean |
equals(Object obj) |
String |
getModel()
The model number of the wireless gateway.
|
String |
getPackageVersion()
The version of the wireless gateway firmware.
|
String |
getStation()
The basic station version of the wireless gateway.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller. |
void |
setModel(String model)
The model number of the wireless gateway.
|
void |
setPackageVersion(String packageVersion)
The version of the wireless gateway firmware.
|
void |
setStation(String station)
The basic station version of the wireless gateway.
|
String |
toString()
Returns a string representation of this object.
|
LoRaWANGatewayVersion |
withModel(String model)
The model number of the wireless gateway.
|
LoRaWANGatewayVersion |
withPackageVersion(String packageVersion)
The version of the wireless gateway firmware.
|
LoRaWANGatewayVersion |
withStation(String station)
The basic station version of the wireless gateway.
|
public void setPackageVersion(String packageVersion)
The version of the wireless gateway firmware.
packageVersion - The version of the wireless gateway firmware.public String getPackageVersion()
The version of the wireless gateway firmware.
public LoRaWANGatewayVersion withPackageVersion(String packageVersion)
The version of the wireless gateway firmware.
packageVersion - The version of the wireless gateway firmware.public void setModel(String model)
The model number of the wireless gateway.
model - The model number of the wireless gateway.public String getModel()
The model number of the wireless gateway.
public LoRaWANGatewayVersion withModel(String model)
The model number of the wireless gateway.
model - The model number of the wireless gateway.public void setStation(String station)
The basic station version of the wireless gateway.
station - The basic station version of the wireless gateway.public String getStation()
The basic station version of the wireless gateway.
public LoRaWANGatewayVersion withStation(String station)
The basic station version of the wireless gateway.
station - The basic station version of the wireless gateway.public String toString()
toString in class ObjectObject.toString()public LoRaWANGatewayVersion clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.