public static interface LoRaWANDeviceMetadata.Builder extends SdkPojo, CopyableBuilder<LoRaWANDeviceMetadata.Builder,LoRaWANDeviceMetadata>
| Modifier and Type | Method and Description |
|---|---|
LoRaWANDeviceMetadata.Builder |
dataRate(Integer dataRate)
The DataRate value.
|
LoRaWANDeviceMetadata.Builder |
devEui(String devEui)
The DevEUI value.
|
LoRaWANDeviceMetadata.Builder |
fPort(Integer fPort)
The FPort value.
|
LoRaWANDeviceMetadata.Builder |
frequency(Integer frequency)
The device's channel frequency in Hz.
|
LoRaWANDeviceMetadata.Builder |
gateways(Collection<LoRaWANGatewayMetadata> gateways)
Information about the gateways accessed by the device.
|
LoRaWANDeviceMetadata.Builder |
gateways(Consumer<LoRaWANGatewayMetadata.Builder>... gateways)
Information about the gateways accessed by the device.
|
LoRaWANDeviceMetadata.Builder |
gateways(LoRaWANGatewayMetadata... gateways)
Information about the gateways accessed by the device.
|
LoRaWANDeviceMetadata.Builder |
timestamp(String timestamp)
The date and time of the metadata.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildLoRaWANDeviceMetadata.Builder devEui(String devEui)
The DevEUI value.
devEui - The DevEUI value.LoRaWANDeviceMetadata.Builder fPort(Integer fPort)
The FPort value.
fPort - The FPort value.LoRaWANDeviceMetadata.Builder dataRate(Integer dataRate)
The DataRate value.
dataRate - The DataRate value.LoRaWANDeviceMetadata.Builder frequency(Integer frequency)
The device's channel frequency in Hz.
frequency - The device's channel frequency in Hz.LoRaWANDeviceMetadata.Builder timestamp(String timestamp)
The date and time of the metadata.
timestamp - The date and time of the metadata.LoRaWANDeviceMetadata.Builder gateways(Collection<LoRaWANGatewayMetadata> gateways)
Information about the gateways accessed by the device.
gateways - Information about the gateways accessed by the device.LoRaWANDeviceMetadata.Builder gateways(LoRaWANGatewayMetadata... gateways)
Information about the gateways accessed by the device.
gateways - Information about the gateways accessed by the device.LoRaWANDeviceMetadata.Builder gateways(Consumer<LoRaWANGatewayMetadata.Builder>... gateways)
Information about the gateways accessed by the device.
This is a convenience method that creates an instance of theLoRaWANGatewayMetadata.Builder avoiding the need to
create one manually via
LoRaWANGatewayMetadata.builder().
When the Consumer completes,
SdkBuilder.build() is called
immediately and its result is passed to #gateways(List.
gateways - a consumer that will call methods on
LoRaWANGatewayMetadata.Builder#gateways(java.util.Collection) Copyright © 2022. All rights reserved.