Class DescribeIpStatusRequest
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.cdn.v20180606.models.DescribeIpStatusRequest
-
public class DescribeIpStatusRequest extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor 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.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description BooleangetAbbreviationIpv6()Get 是否对IPV6进行缩写。StringgetArea()Get 查询区域: mainland: 国内节点 overseas: 海外节点 global: 全球节点StringgetDomain()Get 加速域名StringgetLayer()Get 节点类型: edge:表示边缘节点 last:表示回源层节点 不填充情况下,默认返回边缘节点信息BooleangetSegment()Get 是否以IP段的格式返回。BooleangetShowIpv6()Get 是否查询节点 IPV6 信息。voidsetAbbreviationIpv6(Boolean AbbreviationIpv6)Set 是否对IPV6进行缩写。voidsetArea(String Area)Set 查询区域: mainland: 国内节点 overseas: 海外节点 global: 全球节点voidsetDomain(String Domain)Set 加速域名voidsetLayer(String Layer)Set 节点类型: edge:表示边缘节点 last:表示回源层节点 不填充情况下,默认返回边缘节点信息voidsetSegment(Boolean Segment)Set 是否以IP段的格式返回。voidsetShowIpv6(Boolean ShowIpv6)Set 是否查询节点 IPV6 信息。voidtoMap(HashMap<String,String> map, String prefix)Internal implementation, normal users should not use it.-
Methods inherited from class com.tencentcloudapi.common.AbstractModel
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
-
-
-
-
Constructor Detail
-
DescribeIpStatusRequest
public DescribeIpStatusRequest()
-
DescribeIpStatusRequest
public 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.
-
-
Method Detail
-
getDomain
public String getDomain()
Get 加速域名- Returns:
- Domain 加速域名
-
setDomain
public void setDomain(String Domain)
Set 加速域名- Parameters:
Domain- 加速域名
-
getLayer
public String getLayer()
Get 节点类型: edge:表示边缘节点 last:表示回源层节点 不填充情况下,默认返回边缘节点信息- Returns:
- Layer 节点类型: edge:表示边缘节点 last:表示回源层节点 不填充情况下,默认返回边缘节点信息
-
setLayer
public void setLayer(String Layer)
Set 节点类型: edge:表示边缘节点 last:表示回源层节点 不填充情况下,默认返回边缘节点信息- Parameters:
Layer- 节点类型: edge:表示边缘节点 last:表示回源层节点 不填充情况下,默认返回边缘节点信息
-
getArea
public String getArea()
Get 查询区域: mainland: 国内节点 overseas: 海外节点 global: 全球节点- Returns:
- Area 查询区域: mainland: 国内节点 overseas: 海外节点 global: 全球节点
-
setArea
public void setArea(String Area)
Set 查询区域: mainland: 国内节点 overseas: 海外节点 global: 全球节点- Parameters:
Area- 查询区域: mainland: 国内节点 overseas: 海外节点 global: 全球节点
-
getSegment
public Boolean getSegment()
Get 是否以IP段的格式返回。- Returns:
- Segment 是否以IP段的格式返回。
-
setSegment
public void setSegment(Boolean Segment)
Set 是否以IP段的格式返回。- Parameters:
Segment- 是否以IP段的格式返回。
-
getShowIpv6
public Boolean getShowIpv6()
Get 是否查询节点 IPV6 信息。- Returns:
- ShowIpv6 是否查询节点 IPV6 信息。
-
setShowIpv6
public void setShowIpv6(Boolean ShowIpv6)
Set 是否查询节点 IPV6 信息。- Parameters:
ShowIpv6- 是否查询节点 IPV6 信息。
-
getAbbreviationIpv6
public Boolean getAbbreviationIpv6()
Get 是否对IPV6进行缩写。- Returns:
- AbbreviationIpv6 是否对IPV6进行缩写。
-
setAbbreviationIpv6
public void setAbbreviationIpv6(Boolean AbbreviationIpv6)
Set 是否对IPV6进行缩写。- Parameters:
AbbreviationIpv6- 是否对IPV6进行缩写。
-
-