Uses of Class
com.tencentcloudapi.iotexplorer.v20190423.models.LoRaGatewayLocation
-
Packages that use LoRaGatewayLocation Package Description com.tencentcloudapi.iotexplorer.v20190423.models -
-
Uses of LoRaGatewayLocation in com.tencentcloudapi.iotexplorer.v20190423.models
Methods in com.tencentcloudapi.iotexplorer.v20190423.models that return LoRaGatewayLocation Modifier and Type Method Description LoRaGatewayLocationCreateLoRaGatewayRequest. getLocation()Get 位置坐标LoRaGatewayLocationLoRaGatewayItem. getLocation()Get LoRa 网关位置坐标LoRaGatewayLocationModifyLoRaGatewayRequest. getLocation()Get LoRa网关位置坐标Methods in com.tencentcloudapi.iotexplorer.v20190423.models with parameters of type LoRaGatewayLocation Modifier and Type Method Description voidCreateLoRaGatewayRequest. setLocation(LoRaGatewayLocation Location)Set 位置坐标voidLoRaGatewayItem. setLocation(LoRaGatewayLocation Location)Set LoRa 网关位置坐标voidModifyLoRaGatewayRequest. setLocation(LoRaGatewayLocation Location)Set LoRa网关位置坐标Constructors in com.tencentcloudapi.iotexplorer.v20190423.models with parameters of type LoRaGatewayLocation Constructor Description LoRaGatewayLocation(LoRaGatewayLocation 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.
-