public class InstanceNode extends AbstractModel
header, skipSign| Constructor and 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. | 
| Modifier and Type | Method and 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. | 
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, isStream, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonStringpublic InstanceNode()
public InstanceNode(InstanceNode source)
public Long getId()
public void setId(Long Id)
Id - 实例 ID。public InstanceClusterNode[] getInstanceClusterNode()
public void setInstanceClusterNode(InstanceClusterNode[] InstanceClusterNode)
InstanceClusterNode - 节点详细信息。Copyright © 2025. All rights reserved.