@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class FPorts extends Object implements Serializable, Cloneable, StructuredPojo
List of FPort assigned for different LoRaWAN application packages to use
Constructor and Description |
---|
FPorts() |
Modifier and Type | Method and Description |
---|---|
FPorts |
clone() |
boolean |
equals(Object obj) |
List<ApplicationConfig> |
getApplications()
Optional LoRaWAN application information, which can be used for geolocation.
|
Integer |
getClockSync() |
Integer |
getFuota() |
Integer |
getMulticast() |
Positioning |
getPositioning()
FPort values for the GNSS, stream, and ClockSync functions of the positioning information.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setApplications(Collection<ApplicationConfig> applications)
Optional LoRaWAN application information, which can be used for geolocation.
|
void |
setClockSync(Integer clockSync) |
void |
setFuota(Integer fuota) |
void |
setMulticast(Integer multicast) |
void |
setPositioning(Positioning positioning)
FPort values for the GNSS, stream, and ClockSync functions of the positioning information.
|
String |
toString()
Returns a string representation of this object.
|
FPorts |
withApplications(ApplicationConfig... applications)
Optional LoRaWAN application information, which can be used for geolocation.
|
FPorts |
withApplications(Collection<ApplicationConfig> applications)
Optional LoRaWAN application information, which can be used for geolocation.
|
FPorts |
withClockSync(Integer clockSync) |
FPorts |
withFuota(Integer fuota) |
FPorts |
withMulticast(Integer multicast) |
FPorts |
withPositioning(Positioning positioning)
FPort values for the GNSS, stream, and ClockSync functions of the positioning information.
|
public void setFuota(Integer fuota)
fuota
- public Integer getFuota()
public FPorts withFuota(Integer fuota)
fuota
- public void setMulticast(Integer multicast)
multicast
- public Integer getMulticast()
public FPorts withMulticast(Integer multicast)
multicast
- public void setClockSync(Integer clockSync)
clockSync
- public Integer getClockSync()
public FPorts withClockSync(Integer clockSync)
clockSync
- public void setPositioning(Positioning positioning)
FPort values for the GNSS, stream, and ClockSync functions of the positioning information.
positioning
- FPort values for the GNSS, stream, and ClockSync functions of the positioning information.public Positioning getPositioning()
FPort values for the GNSS, stream, and ClockSync functions of the positioning information.
public FPorts withPositioning(Positioning positioning)
FPort values for the GNSS, stream, and ClockSync functions of the positioning information.
positioning
- FPort values for the GNSS, stream, and ClockSync functions of the positioning information.public List<ApplicationConfig> getApplications()
Optional LoRaWAN application information, which can be used for geolocation.
public void setApplications(Collection<ApplicationConfig> applications)
Optional LoRaWAN application information, which can be used for geolocation.
applications
- Optional LoRaWAN application information, which can be used for geolocation.public FPorts withApplications(ApplicationConfig... applications)
Optional LoRaWAN application information, which can be used for geolocation.
NOTE: This method appends the values to the existing list (if any). Use
setApplications(java.util.Collection)
or withApplications(java.util.Collection)
if you want to
override the existing values.
applications
- Optional LoRaWAN application information, which can be used for geolocation.public FPorts withApplications(Collection<ApplicationConfig> applications)
Optional LoRaWAN application information, which can be used for geolocation.
applications
- Optional LoRaWAN application information, which can be used for geolocation.public String toString()
toString
in class Object
Object.toString()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.