public class DescribeInstanceNodeInfoResponse extends AbstractModel
header, skipSign
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, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId).
|
TendisNodes[] |
getTendis()
Get This parameter has been disused.
|
Long |
getTendisCount()
Get This parameter has been disused.
|
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, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId).
|
void |
setTendis(TendisNodes[] Tendis)
Set This parameter has been disused.
|
void |
setTendisCount(Long TendisCount)
Set This parameter has been disused.
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, 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
- This parameter has been disused.public TendisNodes[] getTendis()
public void setTendis(TendisNodes[] Tendis)
Tendis
- This parameter has been disused.
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, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId). RequestId is required for locating a problem.Copyright © 2024. All rights reserved.