public class DescribeIpStatusRequest extends AbstractModel
| Constructor and Description | 
|---|
| DescribeIpStatusRequest() | 
| DescribeIpStatusRequest(DescribeIpStatusRequest 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 | 
|---|---|
| Boolean | getAbbreviationIpv6()Get Whether to abbreviate the IPv6 address. | 
| String | getArea()Get Specifies a region to query. | 
| String | getDomain()Get Acceleration domain name | 
| String | getLayer()Get Node type. | 
| Boolean | getSegment()Get Whether to return a value as an IP range | 
| Boolean | getShowIpv6()Get | 
| void | setAbbreviationIpv6(Boolean AbbreviationIpv6)Set Whether to abbreviate the IPv6 address. | 
| void | setArea(String Area)Set Specifies a region to query. | 
| void | setDomain(String Domain)Set Acceleration domain name | 
| void | setLayer(String Layer)Set Node type. | 
| void | setSegment(Boolean Segment)Set Whether to return a value as an IP range | 
| void | setShowIpv6(Boolean ShowIpv6)Set | 
| 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 DescribeIpStatusRequest()
public DescribeIpStatusRequest(DescribeIpStatusRequest source)
public String getDomain()
public void setDomain(String Domain)
Domain - Acceleration domain namepublic String getLayer()
public void setLayer(String Layer)
Layer - Node type.
`edge`: Edge server
`last`: Intermediate server
If this parameter is left empty, edge server information will be returned by defaultpublic String getArea()
public void setArea(String Area)
Area - Specifies a region to query.
`mainland`: Nodes in the Chinese mainland
`overseas`: Nodes outside the Chinese mainland
`global`: Global nodespublic Boolean getSegment()
public void setSegment(Boolean Segment)
Segment - Whether to return a value as an IP rangepublic Boolean getShowIpv6()
public void setShowIpv6(Boolean ShowIpv6)
ShowIpv6 - public Boolean getAbbreviationIpv6()
public void setAbbreviationIpv6(Boolean AbbreviationIpv6)
AbbreviationIpv6 - Whether to abbreviate the IPv6 address.Copyright © 2023. All rights reserved.