public class DescribeIpGeolocationInfosRequest extends AbstractModel
header, skipSign| 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地址。查询的IP地址数量上限为100个。 | 
| IpField | getFields()Get 需查询的IP地址的字段信息。 | 
| void | setAddressIps(String[] AddressIps)Set 需查询的IP地址列表,目前仅支持IPv4地址。查询的IP地址数量上限为100个。 | 
| void | setFields(IpField Fields)Set 需查询的IP地址的字段信息。 | 
| 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 DescribeIpGeolocationInfosRequest()
public DescribeIpGeolocationInfosRequest(DescribeIpGeolocationInfosRequest source)
public String[] getAddressIps()
public void setAddressIps(String[] AddressIps)
AddressIps - 需查询的IP地址列表,目前仅支持IPv4地址。查询的IP地址数量上限为100个。public IpField getFields()
public void setFields(IpField Fields)
Fields - 需查询的IP地址的字段信息。Copyright © 2025. All rights reserved.