Class ProxyNode
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.cdb.v20170320.models.ProxyNode
-
public class ProxyNode extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description LonggetConnection()Get 连接数 注意:此字段可能返回 null,表示取不到有效值。LonggetCpu()Get CPU核数 注意:此字段可能返回 null,表示取不到有效值。LonggetMem()Get 内存大小 注意:此字段可能返回 null,表示取不到有效值。StringgetProxyId()Get 代理节点ID 注意:此字段可能返回 null,表示取不到有效值。StringgetRegion()Get 代理节点地域 注意:此字段可能返回 null,表示取不到有效值。StringgetStatus()Get 节点状态 注意:此字段可能返回 null,表示取不到有效值。StringgetZone()Get 代理节点可用区 注意:此字段可能返回 null,表示取不到有效值。voidsetConnection(Long Connection)Set 连接数 注意:此字段可能返回 null,表示取不到有效值。voidsetCpu(Long Cpu)Set CPU核数 注意:此字段可能返回 null,表示取不到有效值。voidsetMem(Long Mem)Set 内存大小 注意:此字段可能返回 null,表示取不到有效值。voidsetProxyId(String ProxyId)Set 代理节点ID 注意:此字段可能返回 null,表示取不到有效值。voidsetRegion(String Region)Set 代理节点地域 注意:此字段可能返回 null,表示取不到有效值。voidsetStatus(String Status)Set 节点状态 注意:此字段可能返回 null,表示取不到有效值。voidsetZone(String Zone)Set 代理节点可用区 注意:此字段可能返回 null,表示取不到有效值。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
-
ProxyNode
public ProxyNode()
-
ProxyNode
public 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.
-
-
Method Detail
-
getProxyId
public String getProxyId()
Get 代理节点ID 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- ProxyId 代理节点ID 注意:此字段可能返回 null,表示取不到有效值。
-
setProxyId
public void setProxyId(String ProxyId)
Set 代理节点ID 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
ProxyId- 代理节点ID 注意:此字段可能返回 null,表示取不到有效值。
-
getCpu
public Long getCpu()
Get CPU核数 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- Cpu CPU核数 注意:此字段可能返回 null,表示取不到有效值。
-
setCpu
public void setCpu(Long Cpu)
Set CPU核数 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
Cpu- CPU核数 注意:此字段可能返回 null,表示取不到有效值。
-
getMem
public Long getMem()
Get 内存大小 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- Mem 内存大小 注意:此字段可能返回 null,表示取不到有效值。
-
setMem
public void setMem(Long Mem)
Set 内存大小 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
Mem- 内存大小 注意:此字段可能返回 null,表示取不到有效值。
-
getStatus
public String getStatus()
Get 节点状态 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- Status 节点状态 注意:此字段可能返回 null,表示取不到有效值。
-
setStatus
public void setStatus(String Status)
Set 节点状态 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
Status- 节点状态 注意:此字段可能返回 null,表示取不到有效值。
-
getZone
public String getZone()
Get 代理节点可用区 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- Zone 代理节点可用区 注意:此字段可能返回 null,表示取不到有效值。
-
setZone
public void setZone(String Zone)
Set 代理节点可用区 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
Zone- 代理节点可用区 注意:此字段可能返回 null,表示取不到有效值。
-
getRegion
public String getRegion()
Get 代理节点地域 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- Region 代理节点地域 注意:此字段可能返回 null,表示取不到有效值。
-
setRegion
public void setRegion(String Region)
Set 代理节点地域 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
Region- 代理节点地域 注意:此字段可能返回 null,表示取不到有效值。
-
getConnection
public Long getConnection()
Get 连接数 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- Connection 连接数 注意:此字段可能返回 null,表示取不到有效值。
-
setConnection
public void setConnection(Long Connection)
Set 连接数 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
Connection- 连接数 注意:此字段可能返回 null,表示取不到有效值。
-
-