Uses of Class
com.tencentcloudapi.iotexplorer.v20190423.models.LoRaGatewayItem
-
Packages that use LoRaGatewayItem Package Description com.tencentcloudapi.iotexplorer.v20190423.models -
-
Uses of LoRaGatewayItem in com.tencentcloudapi.iotexplorer.v20190423.models
Methods in com.tencentcloudapi.iotexplorer.v20190423.models that return LoRaGatewayItem Modifier and Type Method Description LoRaGatewayItemCreateLoRaGatewayResponse. getGateway()Get LoRa 网关信息LoRaGatewayItemModifyLoRaGatewayResponse. getGateway()Get 返回网关数据LoRaGatewayItem[]GetLoRaGatewayListResponse. getGateways()Get 返回详情项 注意:此字段可能返回 null,表示取不到有效值。Methods in com.tencentcloudapi.iotexplorer.v20190423.models with parameters of type LoRaGatewayItem Modifier and Type Method Description voidCreateLoRaGatewayResponse. setGateway(LoRaGatewayItem Gateway)Set LoRa 网关信息voidModifyLoRaGatewayResponse. setGateway(LoRaGatewayItem Gateway)Set 返回网关数据voidGetLoRaGatewayListResponse. setGateways(LoRaGatewayItem[] Gateways)Set 返回详情项 注意:此字段可能返回 null,表示取不到有效值。Constructors in com.tencentcloudapi.iotexplorer.v20190423.models with parameters of type LoRaGatewayItem Constructor Description LoRaGatewayItem(LoRaGatewayItem source)NOTE: Any ambiguous key set via .set("AnyKey", "value") will be a shallow copy, and any explicit key, i.e Foo, set via .setFoo("value") will be a deep copy.
-