public class UserLocation extends AbstractModel
header, skipSign
Constructor and Description |
---|
UserLocation() |
UserLocation(UserLocation 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 |
---|---|
Approximate |
getApproximate()
Get 用户近似位置的详细信息
|
String |
getType()
Get 表示位置类型
|
void |
setApproximate(Approximate Approximate)
Set 用户近似位置的详细信息
|
void |
setType(String Type)
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 UserLocation()
public UserLocation(UserLocation source)
public String getType()
public void setType(String Type)
Type
- 表示位置类型public Approximate getApproximate()
public void setApproximate(Approximate Approximate)
Approximate
- 用户近似位置的详细信息Copyright © 2025. All rights reserved.