public class ReqMetadataLBS extends AbstractModel
| 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, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonStringpublic ReqMetadataLBS()
public ReqMetadataLBS(ReqMetadataLBS source)
public Float getLatitude()
public void setLatitude(Float Latitude)
Latitude - 纬度public Float getLongitude()
public void setLongitude(Float Longitude)
Longitude - 经度Copyright © 2022. All rights reserved.