Class LoRaGatewayLocation
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.iotexplorer.v20190423.models.LoRaGatewayLocation
-
public class LoRaGatewayLocation extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description LoRaGatewayLocation()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.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description FloatgetAccuracy()Get 准确度FloatgetAltitude()Get 海拔FloatgetLatitude()Get 纬度FloatgetLongitude()Get 精度voidsetAccuracy(Float Accuracy)Set 准确度voidsetAltitude(Float Altitude)Set 海拔voidsetLatitude(Float Latitude)Set 纬度voidsetLongitude(Float Longitude)Set 精度voidtoMap(HashMap<String,String> map, String prefix)Internal implementation, normal users should not use it.-
Methods inherited from class com.tencentcloudapi.common.AbstractModel
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
-
-
-
-
Constructor Detail
-
LoRaGatewayLocation
public LoRaGatewayLocation()
-
LoRaGatewayLocation
public 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.
-
-
Method Detail
-
getLatitude
public Float getLatitude()
Get 纬度- Returns:
- Latitude 纬度
-
setLatitude
public void setLatitude(Float Latitude)
Set 纬度- Parameters:
Latitude- 纬度
-
getLongitude
public Float getLongitude()
Get 精度- Returns:
- Longitude 精度
-
setLongitude
public void setLongitude(Float Longitude)
Set 精度- Parameters:
Longitude- 精度
-
getAccuracy
public Float getAccuracy()
Get 准确度- Returns:
- Accuracy 准确度
-
setAccuracy
public void setAccuracy(Float Accuracy)
Set 准确度- Parameters:
Accuracy- 准确度
-
getAltitude
public Float getAltitude()
Get 海拔- Returns:
- Altitude 海拔
-
setAltitude
public void setAltitude(Float Altitude)
Set 海拔- Parameters:
Altitude- 海拔
-
-