public class DescribeIpStatusRequest extends AbstractModel
header, skipSign
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 是否对IPV6进行缩写。
|
String |
getArea()
Get 查询区域:
mainland: 国内节点
overseas: 海外节点
global: 全球节点
|
String |
getDomain()
Get 加速域名
|
String |
getLayer()
Get 节点类型:
edge:表示边缘节点
last:表示回源层节点
不填充情况下,默认返回边缘节点信息
|
Boolean |
getSegment()
Get 是否以IP段的格式返回。
|
Boolean |
getShowIpv6()
Get 是否查询节点 IPV6 信息。
|
void |
setAbbreviationIpv6(Boolean AbbreviationIpv6)
Set 是否对IPV6进行缩写。
|
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 |
setShowIpv6(Boolean ShowIpv6)
Set 是否查询节点 IPV6 信息。
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, isStream, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, 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段的格式返回。public Boolean getShowIpv6()
public void setShowIpv6(Boolean ShowIpv6)
ShowIpv6
- 是否查询节点 IPV6 信息。public Boolean getAbbreviationIpv6()
public void setAbbreviationIpv6(Boolean AbbreviationIpv6)
AbbreviationIpv6
- 是否对IPV6进行缩写。Copyright © 2024. All rights reserved.