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 address
Note: this field may return `null`, indicating that no valid values can be obtained.
|
String |
getAsId()
Get ISP backbone network’s AS ID
Note: this field may return `null`, indicating that no valid values can be obtained.
|
String |
getAsName()
Get ISP backbone network’s AS name
Note: this field may return `null`, indicating that no valid values can be obtained.
|
String |
getCity()
Get Municipal administrative region
Note: this field may return `null`, indicating that no valid values can be obtained.
|
String |
getComment()
Get Comment.
|
String |
getCountry()
Get Country/region
Note: this field may return `null`, indicating that no valid values can be obtained.
|
String |
getIsp()
Get Access ISP
Note: this field may return `null`, indicating that no valid values can be obtained.
|
String |
getProvince()
Get Province- or municipality-level administrative region
Note: this field may return `null`, indicating that no valid values can be obtained.
|
String |
getRegion()
Get Urban area
Note: this field may return `null`, indicating that no valid values can be obtained.
|
void |
setAddressIp(String AddressIp)
Set IP address
Note: this field may return `null`, indicating that no valid values can be obtained.
|
void |
setAsId(String AsId)
Set ISP backbone network’s AS ID
Note: this field may return `null`, indicating that no valid values can be obtained.
|
void |
setAsName(String AsName)
Set ISP backbone network’s AS name
Note: this field may return `null`, indicating that no valid values can be obtained.
|
void |
setCity(String City)
Set Municipal administrative region
Note: this field may return `null`, indicating that no valid values can be obtained.
|
void |
setComment(String Comment)
Set Comment.
|
void |
setCountry(String Country)
Set Country/region
Note: this field may return `null`, indicating that no valid values can be obtained.
|
void |
setIsp(String Isp)
Set Access ISP
Note: this field may return `null`, indicating that no valid values can be obtained.
|
void |
setProvince(String Province)
Set Province- or municipality-level administrative region
Note: this field may return `null`, indicating that no valid values can be obtained.
|
void |
setRegion(String Region)
Set Urban area
Note: this field may return `null`, indicating that no valid values can be obtained.
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public IpGeolocationInfo()
public IpGeolocationInfo(IpGeolocationInfo source)
public String getCountry()
public void setCountry(String Country)
Country
- Country/region
Note: this field may return `null`, indicating that no valid values can be obtained.public String getProvince()
public void setProvince(String Province)
Province
- Province- or municipality-level administrative region
Note: this field may return `null`, indicating that no valid values can be obtained.public String getCity()
public void setCity(String City)
City
- Municipal administrative region
Note: this field may return `null`, indicating that no valid values can be obtained.public String getRegion()
public void setRegion(String Region)
Region
- Urban area
Note: this field may return `null`, indicating that no valid values can be obtained.public String getIsp()
public void setIsp(String Isp)
Isp
- Access ISP
Note: this field may return `null`, indicating that no valid values can be obtained.public String getAsName()
public void setAsName(String AsName)
AsName
- ISP backbone network’s AS name
Note: this field may return `null`, indicating that no valid values can be obtained.public String getAsId()
public void setAsId(String AsId)
AsId
- ISP backbone network’s AS ID
Note: this field may return `null`, indicating that no valid values can be obtained.public String getComment()
public void setComment(String Comment)
Comment
- Comment. The APN value of mobile users is entered currently. If there is no APN attribute, this is `null`.
Note: this field may return `null`, indicating that no valid values can be obtained.public String getAddressIp()
public void setAddressIp(String AddressIp)
AddressIp
- IP address
Note: this field may return `null`, indicating that no valid values can be obtained.Copyright © 2024. All rights reserved.