Class LoRaWANPublicGatewayMetadata
- java.lang.Object
-
- software.amazon.awssdk.services.iotwireless.model.LoRaWANPublicGatewayMetadata
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<LoRaWANPublicGatewayMetadata.Builder,LoRaWANPublicGatewayMetadata>
@Generated("software.amazon.awssdk:codegen") public final class LoRaWANPublicGatewayMetadata extends Object implements SdkPojo, Serializable, ToCopyableBuilder<LoRaWANPublicGatewayMetadata.Builder,LoRaWANPublicGatewayMetadata>
LoRaWAN public gateway metadata.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceLoRaWANPublicGatewayMetadata.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static LoRaWANPublicGatewayMetadata.Builderbuilder()BooleandlAllowed()Boolean that indicates whether downlink is allowed using the network.booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()Stringid()The ID of the gateways that are operated by the network provider.StringproviderNetId()The ID of the LoRaWAN public network provider.StringrfRegion()Returns the value of the RfRegion property for this object.Doublerssi()The RSSI (received signal strength indicator) value.List<SdkField<?>>sdkFields()static Class<? extends LoRaWANPublicGatewayMetadata.Builder>serializableBuilderClass()Doublesnr()The SNR (signal to noise ratio) value.LoRaWANPublicGatewayMetadata.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
-
providerNetId
public final String providerNetId()
The ID of the LoRaWAN public network provider.
- Returns:
- The ID of the LoRaWAN public network provider.
-
id
public final String id()
The ID of the gateways that are operated by the network provider.
- Returns:
- The ID of the gateways that are operated by the network provider.
-
rssi
public final Double rssi()
The RSSI (received signal strength indicator) value.
- Returns:
- The RSSI (received signal strength indicator) value.
-
snr
public final Double snr()
The SNR (signal to noise ratio) value.
- Returns:
- The SNR (signal to noise ratio) value.
-
rfRegion
public final String rfRegion()
Returns the value of the RfRegion property for this object.- Returns:
- The value of the RfRegion property for this object.
-
dlAllowed
public final Boolean dlAllowed()
Boolean that indicates whether downlink is allowed using the network.
- Returns:
- Boolean that indicates whether downlink is allowed using the network.
-
toBuilder
public LoRaWANPublicGatewayMetadata.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<LoRaWANPublicGatewayMetadata.Builder,LoRaWANPublicGatewayMetadata>
-
builder
public static LoRaWANPublicGatewayMetadata.Builder builder()
-
serializableBuilderClass
public static Class<? extends LoRaWANPublicGatewayMetadata.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.
-
-