public static interface GetWirelessGatewayStatisticsResponse.Builder extends IotWirelessResponse.Builder, SdkPojo, CopyableBuilder<GetWirelessGatewayStatisticsResponse.Builder,GetWirelessGatewayStatisticsResponse>
| Modifier and Type | Method and Description |
|---|---|
GetWirelessGatewayStatisticsResponse.Builder |
connectionStatus(ConnectionStatus connectionStatus)
The connection status of the wireless gateway.
|
GetWirelessGatewayStatisticsResponse.Builder |
connectionStatus(String connectionStatus)
The connection status of the wireless gateway.
|
GetWirelessGatewayStatisticsResponse.Builder |
lastUplinkReceivedAt(String lastUplinkReceivedAt)
The date and time when the most recent uplink was received.
|
GetWirelessGatewayStatisticsResponse.Builder |
wirelessGatewayId(String wirelessGatewayId)
The ID of the wireless gateway.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildGetWirelessGatewayStatisticsResponse.Builder wirelessGatewayId(String wirelessGatewayId)
The ID of the wireless gateway.
wirelessGatewayId - The ID of the wireless gateway.GetWirelessGatewayStatisticsResponse.Builder lastUplinkReceivedAt(String lastUplinkReceivedAt)
The date and time when the most recent uplink was received.
lastUplinkReceivedAt - The date and time when the most recent uplink was received.GetWirelessGatewayStatisticsResponse.Builder connectionStatus(String connectionStatus)
The connection status of the wireless gateway.
connectionStatus - The connection status of the wireless gateway.ConnectionStatus,
ConnectionStatusGetWirelessGatewayStatisticsResponse.Builder connectionStatus(ConnectionStatus connectionStatus)
The connection status of the wireless gateway.
connectionStatus - The connection status of the wireless gateway.ConnectionStatus,
ConnectionStatusCopyright © 2022. All rights reserved.