Class LoRaWANGatewayVersion
- java.lang.Object
-
- software.amazon.awssdk.services.iotwireless.model.LoRaWANGatewayVersion
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<LoRaWANGatewayVersion.Builder,LoRaWANGatewayVersion>
@Generated("software.amazon.awssdk:codegen") public final class LoRaWANGatewayVersion extends Object implements SdkPojo, Serializable, ToCopyableBuilder<LoRaWANGatewayVersion.Builder,LoRaWANGatewayVersion>
LoRaWANGatewayVersion object.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceLoRaWANGatewayVersion.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static LoRaWANGatewayVersion.Builderbuilder()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()Stringmodel()The model number of the wireless gateway.StringpackageVersion()The version of the wireless gateway firmware.List<SdkField<?>>sdkFields()static Class<? extends LoRaWANGatewayVersion.Builder>serializableBuilderClass()Stringstation()The basic station version of the wireless gateway.LoRaWANGatewayVersion.BuildertoBuilder()StringtoString()Returns a string representation of this object.-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
-
-
-
Method Detail
-
packageVersion
public final String packageVersion()
The version of the wireless gateway firmware.
- Returns:
- The version of the wireless gateway firmware.
-
model
public final String model()
The model number of the wireless gateway.
- Returns:
- The model number of the wireless gateway.
-
station
public final String station()
The basic station version of the wireless gateway.
- Returns:
- The basic station version of the wireless gateway.
-
toBuilder
public LoRaWANGatewayVersion.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<LoRaWANGatewayVersion.Builder,LoRaWANGatewayVersion>
-
builder
public static LoRaWANGatewayVersion.Builder builder()
-
serializableBuilderClass
public static Class<? extends LoRaWANGatewayVersion.Builder> serializableBuilderClass()
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
toString
public final String toString()
Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
-
-