public class IpGeolocationInfo extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| IpGeolocationInfo() | 
| IpGeolocationInfo(IpGeolocationInfo 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 | getAddressIp()Get IP地址 | 
| String | getAsId()Get 骨干运营商AS号 | 
| String | getAsName()Get 骨干运营商名称 | 
| String | getCity()Get 市一级行政区域信息 | 
| String | getComment()Get 注释信息。目前的填充值为移动接入用户的APN值,如无APN属性则为空 | 
| String | getCountry()Get 国家信息 | 
| String | getIsp()Get 接入运营商信息 | 
| String | getProvince()Get 省、州、郡一级行政区域信息 | 
| String | getRegion()Get 市内区域信息 | 
| void | setAddressIp(String AddressIp)Set IP地址 | 
| void | setAsId(String AsId)Set 骨干运营商AS号 | 
| void | setAsName(String AsName)Set 骨干运营商名称 | 
| void | setCity(String City)Set 市一级行政区域信息 | 
| void | setComment(String Comment)Set 注释信息。目前的填充值为移动接入用户的APN值,如无APN属性则为空 | 
| void | setCountry(String Country)Set 国家信息 | 
| void | setIsp(String Isp)Set 接入运营商信息 | 
| void | setProvince(String Province)Set 省、州、郡一级行政区域信息 | 
| void | setRegion(String Region)Set 市内区域信息 | 
| 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 IpGeolocationInfo()
public IpGeolocationInfo(IpGeolocationInfo source)
public String getCountry()
public void setCountry(String Country)
Country - 国家信息public String getProvince()
public void setProvince(String Province)
Province - 省、州、郡一级行政区域信息public String getCity()
public void setCity(String City)
City - 市一级行政区域信息public String getRegion()
public void setRegion(String Region)
Region - 市内区域信息public String getIsp()
public void setIsp(String Isp)
Isp - 接入运营商信息public String getAsName()
public void setAsName(String AsName)
AsName - 骨干运营商名称public String getAsId()
public void setAsId(String AsId)
AsId - 骨干运营商AS号public String getComment()
public void setComment(String Comment)
Comment - 注释信息。目前的填充值为移动接入用户的APN值,如无APN属性则为空public String getAddressIp()
public void setAddressIp(String AddressIp)
AddressIp - IP地址Copyright © 2025. All rights reserved.