public class DescribeIpGeolocationInfosRequest extends AbstractModel
| Constructor and Description | 
|---|
| DescribeIpGeolocationInfosRequest() | 
| 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 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.