public class DescribeIpGeolocationInfosRequest extends AbstractModel
| Constructor and Description |
|---|
DescribeIpGeolocationInfosRequest() |
DescribeIpGeolocationInfosRequest(DescribeIpGeolocationInfosRequest 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[] |
getAddressIps()
Get 查询IP地址列表,支持IPv4和IPv6。
|
IpField |
getFields()
Get 查询IP地址的字段信息,包括"Country","Province","City","Region","Isp","AsName","AsId"
|
void |
setAddressIps(String[] AddressIps)
Set 查询IP地址列表,支持IPv4和IPv6。
|
void |
setFields(IpField Fields)
Set 查询IP地址的字段信息,包括"Country","Province","City","Region","Isp","AsName","AsId"
|
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, toJsonStringpublic DescribeIpGeolocationInfosRequest()
public DescribeIpGeolocationInfosRequest(DescribeIpGeolocationInfosRequest source)
public String[] getAddressIps()
public void setAddressIps(String[] AddressIps)
AddressIps - 查询IP地址列表,支持IPv4和IPv6。public IpField getFields()
public void setFields(IpField Fields)
Fields - 查询IP地址的字段信息,包括"Country","Province","City","Region","Isp","AsName","AsId"Copyright © 2021. All rights reserved.