public class ProxyNode extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| ProxyNode() | 
| ProxyNode(ProxyNode 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 | 
|---|---|
| Long | getConnection()Get 连接数 | 
| Long | getCpu()Get CPU核数 | 
| Long | getMem()Get 内存大小,单位为 MB。 | 
| String | getProxyId()Get 代理节点ID | 
| String | getRegion()Get 代理节点地域 | 
| String | getStatus()Get 节点状态,0 - 初始化中,1 - 在线中,2 - 下线中,3 - 销毁中,4 - 故障恢复中,5 - 节点故障,6 - 切换中。 | 
| String | getZone()Get 代理节点可用区 | 
| void | setConnection(Long Connection)Set 连接数 | 
| void | setCpu(Long Cpu)Set CPU核数 | 
| void | setMem(Long Mem)Set 内存大小,单位为 MB。 | 
| void | setProxyId(String ProxyId)Set 代理节点ID | 
| void | setRegion(String Region)Set 代理节点地域 | 
| void | setStatus(String Status)Set 节点状态,0 - 初始化中,1 - 在线中,2 - 下线中,3 - 销毁中,4 - 故障恢复中,5 - 节点故障,6 - 切换中。 | 
| void | setZone(String Zone)Set 代理节点可用区 | 
| 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 ProxyNode()
public ProxyNode(ProxyNode source)
public String getProxyId()
public void setProxyId(String ProxyId)
ProxyId - 代理节点IDpublic Long getCpu()
public void setCpu(Long Cpu)
Cpu - CPU核数public Long getMem()
public void setMem(Long Mem)
Mem - 内存大小,单位为 MB。public String getStatus()
public void setStatus(String Status)
Status - 节点状态,0 - 初始化中,1 - 在线中,2 - 下线中,3 - 销毁中,4 - 故障恢复中,5 - 节点故障,6 - 切换中。public String getZone()
public void setZone(String Zone)
Zone - 代理节点可用区public String getRegion()
public void setRegion(String Region)
Region - 代理节点地域public Long getConnection()
public void setConnection(Long Connection)
Connection - 连接数Copyright © 2025. All rights reserved.