public class ClientClusterManagerNodeInfo extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| ClientClusterManagerNodeInfo() | 
| ClientClusterManagerNodeInfo(ClientClusterManagerNodeInfo 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 | 
|---|---|
| String | getInitialPassword()Get 初始密码 | 
| String | getNodeInstanceId()Get 节点Instance Id | 
| String | getNodeIp()Get 客户端节点IP | 
| void | setInitialPassword(String InitialPassword)Set 初始密码 | 
| void | setNodeInstanceId(String NodeInstanceId)Set 节点Instance Id | 
| void | setNodeIp(String NodeIp)Set 客户端节点IP | 
| 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 ClientClusterManagerNodeInfo()
public ClientClusterManagerNodeInfo(ClientClusterManagerNodeInfo source)
public String getNodeIp()
public void setNodeIp(String NodeIp)
NodeIp - 客户端节点IPpublic String getNodeInstanceId()
public void setNodeInstanceId(String NodeInstanceId)
NodeInstanceId - 节点Instance Idpublic String getInitialPassword()
public void setInitialPassword(String InitialPassword)
InitialPassword - 初始密码Copyright © 2025. All rights reserved.