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 | getNodeId()Get id | 
| String | getNodeIp()Get ip | 
| String | getNodeType()Get cn | 
| void | setNodeId(Long NodeId)Set id | 
| void | setNodeIp(String NodeIp)Set ip | 
| void | setNodeType(String NodeType)Set cn | 
| 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 getNodeId()
public void setNodeId(Long NodeId)
NodeId - idpublic String getNodeType()
public void setNodeType(String NodeType)
NodeType - cnpublic String getNodeIp()
public void setNodeIp(String NodeIp)
NodeIp - ipCopyright © 2025. All rights reserved.