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 The list of IP addresses (only IPv4 addresses are available currently) to be queried; upper limit: 100
|
IpField |
getFields()
Get Fields of the IP addresses to be queried.
|
void |
setAddressIps(String[] AddressIps)
Set The list of IP addresses (only IPv4 addresses are available currently) to be queried; upper limit: 100
|
void |
setFields(IpField Fields)
Set Fields of the IP addresses to be queried.
|
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 DescribeIpGeolocationInfosRequest()
public DescribeIpGeolocationInfosRequest(DescribeIpGeolocationInfosRequest source)
public String[] getAddressIps()
public void setAddressIps(String[] AddressIps)
AddressIps
- The list of IP addresses (only IPv4 addresses are available currently) to be queried; upper limit: 100public IpField getFields()
public void setFields(IpField Fields)
Fields
- Fields of the IP addresses to be queried.Copyright © 2023. All rights reserved.