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 The continent.
|
String |
getCountry()
Get Country name
|
String |
getProvince()
Get The state/province.
|
Long |
getRegionId()
Get Region ID
|
void |
setContinent(String Continent)
Set The continent.
|
void |
setCountry(String Country)
Set Country name
|
void |
setProvince(String Province)
Set The state/province.
|
void |
setRegionId(Long RegionId)
Set Region 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
- Region IDpublic String getCountry()
public void setCountry(String Country)
Country
- Country namepublic String getContinent()
public void setContinent(String Continent)
Continent
- The continent.public String getProvince()
public void setProvince(String Province)
Province
- The state/province.Copyright © 2022. All rights reserved.