public class ProxyNodes extends AbstractModel
Constructor and Description |
---|
ProxyNodes() |
ProxyNodes(ProxyNodes 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 |
getNodeId()
Get Node ID
Note: This field may return null, indicating that no valid values can be obtained.
|
Long |
getZoneId()
Get AZ ID
Note: This field may return null, indicating that no valid values can be obtained.
|
void |
setNodeId(String NodeId)
Set Node ID
Note: This field may return null, indicating that no valid values can be obtained.
|
void |
setZoneId(Long ZoneId)
Set AZ ID
Note: This field may return null, indicating that no valid values can be obtained.
|
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 ProxyNodes()
public ProxyNodes(ProxyNodes source)
public String getNodeId()
public void setNodeId(String NodeId)
NodeId
- Node ID
Note: This field may return null, indicating that no valid values can be obtained.public Long getZoneId()
public void setZoneId(Long ZoneId)
ZoneId
- AZ ID
Note: This field may return null, indicating that no valid values can be obtained.Copyright © 2023. All rights reserved.