public class GeoIp extends AbstractModel
Constructor and Description |
---|
GeoIp() |
GeoIp(GeoIp 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 |
getContinent()
Get 所属洲。
|
String |
getCountry()
Get 国家名。
|
String |
getProvince()
Get 城市名。
|
Long |
getRegionId()
Get 地域ID。
|
void |
setContinent(String Continent)
Set 所属洲。
|
void |
setCountry(String Country)
Set 国家名。
|
void |
setProvince(String Province)
Set 城市名。
|
void |
setRegionId(Long RegionId)
Set 地域ID。
|
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, toJsonString
public GeoIp()
public GeoIp(GeoIp source)
public Long getRegionId()
public void setRegionId(Long RegionId)
RegionId
- 地域ID。public String getCountry()
public void setCountry(String Country)
Country
- 国家名。public String getContinent()
public void setContinent(String Continent)
Continent
- 所属洲。public String getProvince()
public void setProvince(String Province)
Province
- 城市名。Copyright © 2023. All rights reserved.