@Generated(value="software.amazon.awssdk:codegen") public final class FPorts extends Object implements SdkPojo, Serializable, ToCopyableBuilder<FPorts.Builder,FPorts>
List of FPort assigned for different LoRaWAN application packages to use
| Modifier and Type | Class and Description |
|---|---|
static interface |
FPorts.Builder |
| Modifier and Type | Method and Description |
|---|---|
static FPorts.Builder |
builder() |
Integer |
clockSync()
Returns the value of the ClockSync property for this object.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
Integer |
fuota()
Returns the value of the Fuota property for this object.
|
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
Integer |
multicast()
Returns the value of the Multicast property for this object.
|
Positioning |
positioning()
FPort values for the GNSS, stream, and ClockSync functions of the positioning information.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends FPorts.Builder> |
serializableBuilderClass() |
FPorts.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final Integer fuota()
public final Integer multicast()
public final Integer clockSync()
public final Positioning positioning()
FPort values for the GNSS, stream, and ClockSync functions of the positioning information.
public FPorts.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<FPorts.Builder,FPorts>public static FPorts.Builder builder()
public static Class<? extends FPorts.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2022. All rights reserved.