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 that creates an instance of theList.Builder avoiding
the need to create one manually via List#builder() .
When the Consumer completes, List.Builder#build() is called
immediately and its result is passed to #gateways(List) .gateways - a consumer that will call methods on List.Builder #gateways(List) Copyright © 2021. All rights reserved.