public class GeoIp extends AbstractModel
header, skipSign| 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 Continent name 
 | 
String | 
getContinentEn()
Get Continent name in English 
 | 
String | 
getCountry()
Get Country name 
 | 
String | 
getCountryEn()
Get Country name in English 
 | 
Long | 
getRegionId()
Get Region ID 
 | 
void | 
setContinent(String Continent)
Set Continent name 
 | 
void | 
setContinentEn(String ContinentEn)
Set Continent name in English 
 | 
void | 
setCountry(String Country)
Set Country name 
 | 
void | 
setCountryEn(String CountryEn)
Set Country name in English 
 | 
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, GetHeader, getMultipartRequestParams, getSkipSign, isStream, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonStringpublic 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 - Continent namepublic String getCountryEn()
public void setCountryEn(String CountryEn)
CountryEn - Country name in Englishpublic String getContinentEn()
public void setContinentEn(String ContinentEn)
ContinentEn - Continent name in EnglishCopyright © 2025. All rights reserved.