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