public static interface LoRaWANDevice.Builder extends SdkPojo, CopyableBuilder<LoRaWANDevice.Builder,LoRaWANDevice>
| Modifier and Type | Method and Description |
|---|---|
LoRaWANDevice.Builder |
abpV1_0_x(AbpV1_0_x abpV1_0_x)
LoRaWAN object for create APIs
|
default LoRaWANDevice.Builder |
abpV1_0_x(Consumer<AbpV1_0_x.Builder> abpV1_0_x)
LoRaWAN object for create APIs
|
LoRaWANDevice.Builder |
abpV1_1(AbpV1_1 abpV1_1)
ABP device object for create APIs for v1.1
|
default LoRaWANDevice.Builder |
abpV1_1(Consumer<AbpV1_1.Builder> abpV1_1)
ABP device object for create APIs for v1.1
|
LoRaWANDevice.Builder |
devEui(String devEui)
The DevEUI value.
|
LoRaWANDevice.Builder |
deviceProfileId(String deviceProfileId)
The ID of the device profile for the new wireless device.
|
default LoRaWANDevice.Builder |
fPorts(Consumer<FPorts.Builder> fPorts)
Sets the value of the FPorts property for this object.
|
LoRaWANDevice.Builder |
fPorts(FPorts fPorts)
Sets the value of the FPorts property for this object.
|
default LoRaWANDevice.Builder |
otaaV1_0_x(Consumer<OtaaV1_0_x.Builder> otaaV1_0_x)
OTAA device object for create APIs for v1.0.x
|
LoRaWANDevice.Builder |
otaaV1_0_x(OtaaV1_0_x otaaV1_0_x)
OTAA device object for create APIs for v1.0.x
|
default LoRaWANDevice.Builder |
otaaV1_1(Consumer<OtaaV1_1.Builder> otaaV1_1)
OTAA device object for v1.1 for create APIs
|
LoRaWANDevice.Builder |
otaaV1_1(OtaaV1_1 otaaV1_1)
OTAA device object for v1.1 for create APIs
|
LoRaWANDevice.Builder |
serviceProfileId(String serviceProfileId)
The ID of the service profile.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildLoRaWANDevice.Builder devEui(String devEui)
The DevEUI value.
devEui - The DevEUI value.LoRaWANDevice.Builder deviceProfileId(String deviceProfileId)
The ID of the device profile for the new wireless device.
deviceProfileId - The ID of the device profile for the new wireless device.LoRaWANDevice.Builder serviceProfileId(String serviceProfileId)
The ID of the service profile.
serviceProfileId - The ID of the service profile.LoRaWANDevice.Builder otaaV1_1(OtaaV1_1 otaaV1_1)
OTAA device object for v1.1 for create APIs
otaaV1_1 - OTAA device object for v1.1 for create APIsdefault LoRaWANDevice.Builder otaaV1_1(Consumer<OtaaV1_1.Builder> otaaV1_1)
OTAA device object for v1.1 for create APIs
This is a convenience method that creates an instance of theOtaaV1_1.Builder avoiding the need to
create one manually via OtaaV1_1.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its result is
passed to otaaV1_1(OtaaV1_1).
otaaV1_1 - a consumer that will call methods on OtaaV1_1.BuilderotaaV1_1(OtaaV1_1)LoRaWANDevice.Builder otaaV1_0_x(OtaaV1_0_x otaaV1_0_x)
OTAA device object for create APIs for v1.0.x
otaaV1_0_x - OTAA device object for create APIs for v1.0.xdefault LoRaWANDevice.Builder otaaV1_0_x(Consumer<OtaaV1_0_x.Builder> otaaV1_0_x)
OTAA device object for create APIs for v1.0.x
This is a convenience method that creates an instance of theOtaaV1_0_x.Builder avoiding the need to
create one manually via OtaaV1_0_x.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its result
is passed to otaaV1_0_x(OtaaV1_0_x).
otaaV1_0_x - a consumer that will call methods on OtaaV1_0_x.BuilderotaaV1_0_x(OtaaV1_0_x)LoRaWANDevice.Builder abpV1_1(AbpV1_1 abpV1_1)
ABP device object for create APIs for v1.1
abpV1_1 - ABP device object for create APIs for v1.1default LoRaWANDevice.Builder abpV1_1(Consumer<AbpV1_1.Builder> abpV1_1)
ABP device object for create APIs for v1.1
This is a convenience method that creates an instance of theAbpV1_1.Builder avoiding the need to
create one manually via AbpV1_1.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its result is
passed to abpV1_1(AbpV1_1).
abpV1_1 - a consumer that will call methods on AbpV1_1.BuilderabpV1_1(AbpV1_1)LoRaWANDevice.Builder abpV1_0_x(AbpV1_0_x abpV1_0_x)
LoRaWAN object for create APIs
abpV1_0_x - LoRaWAN object for create APIsdefault LoRaWANDevice.Builder abpV1_0_x(Consumer<AbpV1_0_x.Builder> abpV1_0_x)
LoRaWAN object for create APIs
This is a convenience method that creates an instance of theAbpV1_0_x.Builder avoiding the need to
create one manually via AbpV1_0_x.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its result
is passed to abpV1_0_x(AbpV1_0_x).
abpV1_0_x - a consumer that will call methods on AbpV1_0_x.BuilderabpV1_0_x(AbpV1_0_x)LoRaWANDevice.Builder fPorts(FPorts fPorts)
fPorts - The new value for the FPorts property for this object.default LoRaWANDevice.Builder fPorts(Consumer<FPorts.Builder> fPorts)
FPorts.Builder avoiding the need to
create one manually via FPorts.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its result is
passed to fPorts(FPorts).
fPorts - a consumer that will call methods on FPorts.BuilderfPorts(FPorts)Copyright © 2022. All rights reserved.