public class DescribeIpStatusRequest extends AbstractModel
Constructor and Description |
---|
DescribeIpStatusRequest() |
Modifier and Type | Method and Description |
---|---|
String |
getDomain()
Get Acceleration domain name
|
String |
getLayer()
Get Node type.
|
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, toJsonString
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 defaultCopyright © 2020. All rights reserved.