public class DescribeProbeNodesRequest extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| DescribeProbeNodesRequest() | 
| DescribeProbeNodesRequest(DescribeProbeNodesRequest 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 = 付费版本  | 
| 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 | 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, toJsonStringpublic DescribeProbeNodesRequest()
public DescribeProbeNodesRequest(DescribeProbeNodesRequest 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 - 付费模式
Copyright © 2025. All rights reserved.