Uses of Class
com.tencentcloudapi.iotexplorer.v20190423.models.GetLoRaGatewayListRequest
-
Packages that use GetLoRaGatewayListRequest Package Description com.tencentcloudapi.iotexplorer.v20190423 com.tencentcloudapi.iotexplorer.v20190423.models -
-
Uses of GetLoRaGatewayListRequest in com.tencentcloudapi.iotexplorer.v20190423
Methods in com.tencentcloudapi.iotexplorer.v20190423 with parameters of type GetLoRaGatewayListRequest Modifier and Type Method Description GetLoRaGatewayListResponseIotexplorerClient. GetLoRaGatewayList(GetLoRaGatewayListRequest req)获取 LoRa 网关列表接口 -
Uses of GetLoRaGatewayListRequest in com.tencentcloudapi.iotexplorer.v20190423.models
Constructors in com.tencentcloudapi.iotexplorer.v20190423.models with parameters of type GetLoRaGatewayListRequest Constructor Description GetLoRaGatewayListRequest(GetLoRaGatewayListRequest 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.
-