public class Approximate extends AbstractModel
header, skipSign| Constructor and Description |
|---|
Approximate() |
Approximate(Approximate 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 |
|---|---|
String |
getAddress()
Get 表示详细地址
|
String |
getCity()
Get 表示城市名称
|
String |
getCountry()
Get 表示 ISO 国家代码
|
String |
getRegion()
Get 表示区域名称
|
String |
getTimezone()
Get 表示IANA时区
|
void |
setAddress(String Address)
Set 表示详细地址
|
void |
setCity(String City)
Set 表示城市名称
|
void |
setCountry(String Country)
Set 表示 ISO 国家代码
|
void |
setRegion(String Region)
Set 表示区域名称
|
void |
setTimezone(String Timezone)
Set 表示IANA时区
|
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 Approximate()
public Approximate(Approximate source)
public String getCountry()
public void setCountry(String Country)
Country - 表示 ISO 国家代码public String getCity()
public void setCity(String City)
City - 表示城市名称public String getRegion()
public void setRegion(String Region)
Region - 表示区域名称public String getTimezone()
public void setTimezone(String Timezone)
Timezone - 表示IANA时区public String getAddress()
public void setAddress(String Address)
Address - 表示详细地址Copyright © 2025. All rights reserved.