public class DescribeNodesRequest extends AbstractModel
Constructor and Description |
---|
DescribeNodesRequest() |
DescribeNodesRequest(DescribeNodesRequest 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 |
getIsIPv6()
Get 是否IPv6
|
Long |
getLocation()
Get 节点区域
1 = 中国大陆
2 = 港澳台
3 = 境外
|
String |
getNodeName()
Get 名字模糊搜索
|
Long |
getNodeType()
Get 节点类型
1 = IDC
2 = LastMile
3 = Mobile
|
Long |
getPayMode()
Get 付费模式
1 = 试用版本
2 = 付费版本
|
Long |
getTaskType()
Get 任务类型
1 = 页面性能
2 = 文件上传
3 = 文件下载
4 = 端口性能
5 = 网络质量
6 = 音视频体验
|
void |
setIsIPv6(Boolean IsIPv6)
Set 是否IPv6
|
void |
setLocation(Long Location)
Set 节点区域
1 = 中国大陆
2 = 港澳台
3 = 境外
|
void |
setNodeName(String NodeName)
Set 名字模糊搜索
|
void |
setNodeType(Long NodeType)
Set 节点类型
1 = IDC
2 = LastMile
3 = Mobile
|
void |
setPayMode(Long PayMode)
Set 付费模式
1 = 试用版本
2 = 付费版本
|
void |
setTaskType(Long TaskType)
Set 任务类型
1 = 页面性能
2 = 文件上传
3 = 文件下载
4 = 端口性能
5 = 网络质量
6 = 音视频体验
|
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 DescribeNodesRequest()
public DescribeNodesRequest(DescribeNodesRequest source)
public Long getNodeType()
public void setNodeType(Long NodeType)
NodeType
- 节点类型
public Long getLocation()
public void setLocation(Long Location)
Location
- 节点区域
public Boolean getIsIPv6()
public void setIsIPv6(Boolean IsIPv6)
IsIPv6
- 是否IPv6public String getNodeName()
public void setNodeName(String NodeName)
NodeName
- 名字模糊搜索public Long getPayMode()
public void setPayMode(Long PayMode)
PayMode
- 付费模式
public Long getTaskType()
public void setTaskType(Long TaskType)
TaskType
- 任务类型
Copyright © 2022. All rights reserved.