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 加速域名
|
String |
getLayer()
Get 节点类型:
edge:表示边缘节点
last:表示回源层节点
不填充情况下,默认返回边缘节点信息
|
Boolean |
getSegment()
Get 是否以IP段的格式返回。
|
void |
setArea(String Area)
Set 查询区域:
mainland: 国内节点
overseas: 海外节点
global: 全球节点
|
void |
setDomain(String Domain)
Set 加速域名
|
void |
setLayer(String Layer)
Set 节点类型:
edge:表示边缘节点
last:表示回源层节点
不填充情况下,默认返回边缘节点信息
|
void |
setSegment(Boolean Segment)
Set 是否以IP段的格式返回。
|
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 getLayer()
public void setLayer(String Layer)
Layer
- 节点类型:
edge:表示边缘节点
last:表示回源层节点
不填充情况下,默认返回边缘节点信息public String getArea()
public void setArea(String Area)
Area
- 查询区域:
mainland: 国内节点
overseas: 海外节点
global: 全球节点public Boolean getSegment()
public void setSegment(Boolean Segment)
Segment
- 是否以IP段的格式返回。Copyright © 2021. All rights reserved.