Class InstanceNode
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.redis.v20180412.models.InstanceNode
-
public class InstanceNode extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description InstanceNode()
InstanceNode(InstanceNode 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 Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Long
getId()
Get 实例 ID。InstanceClusterNode[]
getInstanceClusterNode()
Get 节点详细信息。void
setId(Long Id)
Set 实例 ID。void
setInstanceClusterNode(InstanceClusterNode[] InstanceClusterNode)
Set 节点详细信息。void
toMap(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
-
InstanceNode
public InstanceNode()
-
InstanceNode
public InstanceNode(InstanceNode 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
-
getId
public Long getId()
Get 实例 ID。- Returns:
- Id 实例 ID。
-
setId
public void setId(Long Id)
Set 实例 ID。- Parameters:
Id
- 实例 ID。
-
getInstanceClusterNode
public InstanceClusterNode[] getInstanceClusterNode()
Get 节点详细信息。- Returns:
- InstanceClusterNode 节点详细信息。
-
setInstanceClusterNode
public void setInstanceClusterNode(InstanceClusterNode[] InstanceClusterNode)
Set 节点详细信息。- Parameters:
InstanceClusterNode
- 节点详细信息。
-
-