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 |
getContinentEn()
Get 洲
|
String |
getCountry()
Get 国家名
|
String |
getCountryEn()
Get 国家英文名
|
Long |
getRegionId()
Get 地域ID
|
void |
setContinent(String Continent)
Set 洲
|
void |
setContinentEn(String ContinentEn)
Set 洲
|
void |
setCountry(String Country)
Set 国家名
|
void |
setCountryEn(String CountryEn)
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
- 地域IDpublic String getCountry()
public void setCountry(String Country)
Country
- 国家名public String getContinent()
public void setContinent(String Continent)
Continent
- 洲public String getCountryEn()
public void setCountryEn(String CountryEn)
CountryEn
- 国家英文名public String getContinentEn()
public void setContinentEn(String ContinentEn)
ContinentEn
- 洲Copyright © 2022. All rights reserved.