public class NodeDefineExt extends AbstractModel
header, skipSign
Constructor and Description |
---|
NodeDefineExt() |
NodeDefineExt(NodeDefineExt 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 |
getCity()
Get 城市
|
String |
getCode()
Get 节点代码
|
String |
getCodeType()
Get 节点类型 如果为base 则为可用性拨测点,为空则为高级拨测点
注意:此字段可能返回 null,表示取不到有效值。
|
String |
getDistrict()
Get 区域
|
Long |
getIPType()
Get IP 类型
1 = IPv4
2 = IPv6
注意:此字段可能返回 null,表示取不到有效值。
|
Long |
getLocation()
Get 区域
1 = 中国大陆
2 = 港澳台
3 = 境外
注意:此字段可能返回 null,表示取不到有效值。
|
String |
getName()
Get 节点名称
|
String |
getNetService()
Get 网络服务商
|
Long[] |
getTaskTypes()
Get 节点支持的任务类型。1: 页面性能 2: 文件上传 3: 文件下载 4: 端口性能 5: 网络质量 6: 音视频体验
注意:此字段可能返回 null,表示取不到有效值。
|
Long |
getType()
Get 节点类型
1 = IDC
2 = LastMile
3 = Mobile
|
void |
setCity(String City)
Set 城市
|
void |
setCode(String Code)
Set 节点代码
|
void |
setCodeType(String CodeType)
Set 节点类型 如果为base 则为可用性拨测点,为空则为高级拨测点
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setDistrict(String District)
Set 区域
|
void |
setIPType(Long IPType)
Set IP 类型
1 = IPv4
2 = IPv6
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setLocation(Long Location)
Set 区域
1 = 中国大陆
2 = 港澳台
3 = 境外
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setName(String Name)
Set 节点名称
|
void |
setNetService(String NetService)
Set 网络服务商
|
void |
setTaskTypes(Long[] TaskTypes)
Set 节点支持的任务类型。1: 页面性能 2: 文件上传 3: 文件下载 4: 端口性能 5: 网络质量 6: 音视频体验
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setType(Long Type)
Set 节点类型
1 = IDC
2 = LastMile
3 = Mobile
|
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 NodeDefineExt()
public NodeDefineExt(NodeDefineExt source)
public String getName()
public void setName(String Name)
Name
- 节点名称public String getCode()
public void setCode(String Code)
Code
- 节点代码public Long getType()
public void setType(Long Type)
Type
- 节点类型
public String getNetService()
public void setNetService(String NetService)
NetService
- 网络服务商public String getDistrict()
public void setDistrict(String District)
District
- 区域public String getCity()
public void setCity(String City)
City
- 城市public Long getIPType()
public void setIPType(Long IPType)
IPType
- IP 类型
public Long getLocation()
public void setLocation(Long Location)
Location
- 区域
public String getCodeType()
public void setCodeType(String CodeType)
CodeType
- 节点类型 如果为base 则为可用性拨测点,为空则为高级拨测点
注意:此字段可能返回 null,表示取不到有效值。public Long[] getTaskTypes()
public void setTaskTypes(Long[] TaskTypes)
TaskTypes
- 节点支持的任务类型。1: 页面性能 2: 文件上传 3: 文件下载 4: 端口性能 5: 网络质量 6: 音视频体验
注意:此字段可能返回 null,表示取不到有效值。Copyright © 2024. All rights reserved.