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 查询区域:
mainland: 国内节点
overseas: 海外节点
global: 全球节点
|
String |
getDomain()
Get 加速域名
|
void |
setArea(String Area)
Set 查询区域:
mainland: 国内节点
overseas: 海外节点
global: 全球节点
|
void |
setDomain(String Domain)
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, toJsonString
public DescribeIpStatusRequest()
public DescribeIpStatusRequest(DescribeIpStatusRequest source)
public String getDomain()
public void setDomain(String Domain)
Domain
- 加速域名public String getArea()
public void setArea(String Area)
Area
- 查询区域:
mainland: 国内节点
overseas: 海外节点
global: 全球节点Copyright © 2022. All rights reserved.