public static interface GetWirelessGatewayFirmwareInformationResponse.Builder extends IotWirelessResponse.Builder, SdkPojo, CopyableBuilder<GetWirelessGatewayFirmwareInformationResponse.Builder,GetWirelessGatewayFirmwareInformationResponse>
| Modifier and Type | Method and Description |
|---|---|
default GetWirelessGatewayFirmwareInformationResponse.Builder |
loRaWAN(Consumer<LoRaWANGatewayCurrentVersion.Builder> loRaWAN)
Information about the wireless gateway's firmware.
|
GetWirelessGatewayFirmwareInformationResponse.Builder |
loRaWAN(LoRaWANGatewayCurrentVersion loRaWAN)
Information about the wireless gateway's firmware.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildGetWirelessGatewayFirmwareInformationResponse.Builder loRaWAN(LoRaWANGatewayCurrentVersion loRaWAN)
Information about the wireless gateway's firmware.
loRaWAN - Information about the wireless gateway's firmware.default GetWirelessGatewayFirmwareInformationResponse.Builder loRaWAN(Consumer<LoRaWANGatewayCurrentVersion.Builder> loRaWAN)
Information about the wireless gateway's firmware.
This is a convenience that creates an instance of theLoRaWANGatewayCurrentVersion.Builder avoiding
the need to create one manually via LoRaWANGatewayCurrentVersion.builder().
When the Consumer completes, SdkBuilder.build() is called
immediately and its result is passed to loRaWAN(LoRaWANGatewayCurrentVersion).loRaWAN - a consumer that will call methods on LoRaWANGatewayCurrentVersion.BuilderloRaWAN(LoRaWANGatewayCurrentVersion)Copyright © 2021. All rights reserved.