public class ReqMetadataLBS extends AbstractModel
header, skipSign
Constructor and Description |
---|
ReqMetadataLBS() |
ReqMetadataLBS(ReqMetadataLBS 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 |
getLatitude()
Get 纬度
|
Float |
getLongitude()
Get 经度
|
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, toJsonString
public ReqMetadataLBS()
public ReqMetadataLBS(ReqMetadataLBS source)
public Float getLatitude()
public void setLatitude(Float Latitude)
Latitude
- 纬度public Float getLongitude()
public void setLongitude(Float Longitude)
Longitude
- 经度Copyright © 2024. All rights reserved.