public static interface FPorts.Builder extends SdkPojo, CopyableBuilder<FPorts.Builder,FPorts>
| Modifier and Type | Method and Description |
|---|---|
FPorts.Builder |
applications(ApplicationConfig... applications)
Optional LoRaWAN application information, which can be used for geolocation.
|
FPorts.Builder |
applications(Collection<ApplicationConfig> applications)
Optional LoRaWAN application information, which can be used for geolocation.
|
FPorts.Builder |
applications(Consumer<ApplicationConfig.Builder>... applications)
Optional LoRaWAN application information, which can be used for geolocation.
|
FPorts.Builder |
clockSync(Integer clockSync)
Sets the value of the ClockSync property for this object.
|
FPorts.Builder |
fuota(Integer fuota)
Sets the value of the Fuota property for this object.
|
FPorts.Builder |
multicast(Integer multicast)
Sets the value of the Multicast property for this object.
|
default FPorts.Builder |
positioning(Consumer<Positioning.Builder> positioning)
FPort values for the GNSS, stream, and ClockSync functions of the positioning information.
|
FPorts.Builder |
positioning(Positioning positioning)
FPort values for the GNSS, stream, and ClockSync functions of the positioning information.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildFPorts.Builder fuota(Integer fuota)
fuota - The new value for the Fuota property for this object.FPorts.Builder multicast(Integer multicast)
multicast - The new value for the Multicast property for this object.FPorts.Builder clockSync(Integer clockSync)
clockSync - The new value for the ClockSync property for this object.FPorts.Builder positioning(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.default FPorts.Builder positioning(Consumer<Positioning.Builder> positioning)
FPort values for the GNSS, stream, and ClockSync functions of the positioning information.
This is a convenience method that creates an instance of thePositioning.Builder avoiding the need to
create one manually via Positioning.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its result
is passed to positioning(Positioning).
positioning - a consumer that will call methods on Positioning.Builderpositioning(Positioning)FPorts.Builder applications(Collection<ApplicationConfig> applications)
Optional LoRaWAN application information, which can be used for geolocation.
applications - Optional LoRaWAN application information, which can be used for geolocation.FPorts.Builder applications(ApplicationConfig... applications)
Optional LoRaWAN application information, which can be used for geolocation.
applications - Optional LoRaWAN application information, which can be used for geolocation.FPorts.Builder applications(Consumer<ApplicationConfig.Builder>... applications)
Optional LoRaWAN application information, which can be used for geolocation.
This is a convenience method that creates an instance of theApplicationConfig.Builder avoiding the need to
create one manually via ApplicationConfig.builder()
.
When the Consumer completes,
SdkBuilder.build() is called
immediately and its result is passed to #applications(List.
applications - a consumer that will call methods on
ApplicationConfig.Builder#applications(java.util.Collection) Copyright © 2023. All rights reserved.