public class LoRaGatewayLocation extends AbstractModel
header, skipSign| Constructor and 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. | 
| Modifier and Type | Method and Description | 
|---|---|
| Float | getAccuracy()Get 准确度 | 
| Float | getAltitude()Get 海拔 | 
| Float | getLatitude()Get 纬度 | 
| Float | getLongitude()Get 精度 | 
| void | setAccuracy(Float Accuracy)Set 准确度 | 
| void | setAltitude(Float Altitude)Set 海拔 | 
| void | setLatitude(Float Latitude)Set 纬度 | 
| void | setLongitude(Float Longitude)Set 精度 | 
| void | toMap(HashMap<String,String> map,
     String prefix)Internal implementation, normal users should not use it. | 
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, isStream, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonStringpublic LoRaGatewayLocation()
public LoRaGatewayLocation(LoRaGatewayLocation source)
public Float getLatitude()
public void setLatitude(Float Latitude)
Latitude - 纬度public Float getLongitude()
public void setLongitude(Float Longitude)
Longitude - 精度public Float getAccuracy()
public void setAccuracy(Float Accuracy)
Accuracy - 准确度public Float getAltitude()
public void setAltitude(Float Altitude)
Altitude - 海拔Copyright © 2025. All rights reserved.