public class DescribeInstanceNodeInfoResponse extends AbstractModel
Constructor and Description |
---|
DescribeInstanceNodeInfoResponse() |
DescribeInstanceNodeInfoResponse(DescribeInstanceNodeInfoResponse 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 |
---|---|
ProxyNodes[] |
getProxy()
Get Proxy node information
Note: This field may return `null`, indicating that no valid values can be obtained.
|
Long |
getProxyCount()
Get The number of proxy nodes
|
RedisNodes[] |
getRedis()
Get Redis node information
Note: This field may return `null`, indicating that no valid values can be obtained.
|
Long |
getRedisCount()
Get The number of redis nodes
|
String |
getRequestId()
Get The unique request ID, which is returned for each request.
|
TendisNodes[] |
getTendis()
Get Tendis node information
Note: This field may return `null`, indicating that no valid values can be obtained.
|
Long |
getTendisCount()
Get The number of tendis nodes
|
void |
setProxy(ProxyNodes[] Proxy)
Set Proxy node information
Note: This field may return `null`, indicating that no valid values can be obtained.
|
void |
setProxyCount(Long ProxyCount)
Set The number of proxy nodes
|
void |
setRedis(RedisNodes[] Redis)
Set Redis node information
Note: This field may return `null`, indicating that no valid values can be obtained.
|
void |
setRedisCount(Long RedisCount)
Set The number of redis nodes
|
void |
setRequestId(String RequestId)
Set The unique request ID, which is returned for each request.
|
void |
setTendis(TendisNodes[] Tendis)
Set Tendis node information
Note: This field may return `null`, indicating that no valid values can be obtained.
|
void |
setTendisCount(Long TendisCount)
Set The number of tendis nodes
|
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 DescribeInstanceNodeInfoResponse()
public DescribeInstanceNodeInfoResponse(DescribeInstanceNodeInfoResponse source)
public Long getProxyCount()
public void setProxyCount(Long ProxyCount)
ProxyCount
- The number of proxy nodespublic ProxyNodes[] getProxy()
public void setProxy(ProxyNodes[] Proxy)
Proxy
- Proxy node information
Note: This field may return `null`, indicating that no valid values can be obtained.public Long getRedisCount()
public void setRedisCount(Long RedisCount)
RedisCount
- The number of redis nodespublic RedisNodes[] getRedis()
public void setRedis(RedisNodes[] Redis)
Redis
- Redis node information
Note: This field may return `null`, indicating that no valid values can be obtained.public Long getTendisCount()
public void setTendisCount(Long TendisCount)
TendisCount
- The number of tendis nodespublic TendisNodes[] getTendis()
public void setTendis(TendisNodes[] Tendis)
Tendis
- Tendis node information
Note: This field may return `null`, indicating that no valid values can be obtained.public String getRequestId()
public void setRequestId(String RequestId)
RequestId
- The unique request ID, which is returned for each request. RequestId is required for locating a problem.Copyright © 2023. All rights reserved.