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 | 
|---|---|
| String | getArea()Get Region to be queried. | 
| String | getDomain()Get Acceleration domain name | 
| String | getLayer()Get Node type. | 
| void | setArea(String Area)Set Region to be queried. | 
| void | setDomain(String Domain)Set Acceleration domain name | 
| void | setLayer(String Layer)Set Node type. | 
| 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 - Region to be queried.
mainland: domestic nodes
overseas: overseas nodes
global: global nodesCopyright © 2021. All rights reserved.