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 addresses to be queried. | 
| IpField | getFields()Get Fields of the IP addresses to be queried, including `Country`, `Province`, `City`, `Region`, `Isp`, `AsName` and `AsId` | 
| void | setAddressIps(String[] AddressIps)Set IP addresses to be queried. | 
| void | setFields(IpField Fields)Set Fields of the IP addresses to be queried, including `Country`, `Province`, `City`, `Region`, `Isp`, `AsName` and `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 addresses to be queried. Both IPv4 and IPv6 addresses are supported.public IpField getFields()
public void setFields(IpField Fields)
Fields - Fields of the IP addresses to be queried, including `Country`, `Province`, `City`, `Region`, `Isp`, `AsName` and `AsId`Copyright © 2021. All rights reserved.