public class ModifyNodeStatusRequest extends AbstractModel
header, skipSign
Constructor and Description |
---|
ModifyNodeStatusRequest() |
ModifyNodeStatusRequest(ModifyNodeStatusRequest 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 |
getInstanceId()
Get 集群ID,例如cdwch-xxxx
|
NodeInfos[] |
getNodeInfos()
Get 节点信息
|
String |
getOperationCode()
Get 节点操作
|
String |
getRestartTimeOut()
Get 超时时间(秒)
|
void |
setInstanceId(String InstanceId)
Set 集群ID,例如cdwch-xxxx
|
void |
setNodeInfos(NodeInfos[] NodeInfos)
Set 节点信息
|
void |
setOperationCode(String OperationCode)
Set 节点操作
|
void |
setRestartTimeOut(String RestartTimeOut)
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, toJsonString
public ModifyNodeStatusRequest()
public ModifyNodeStatusRequest(ModifyNodeStatusRequest source)
public String getInstanceId()
public void setInstanceId(String InstanceId)
InstanceId
- 集群ID,例如cdwch-xxxxpublic NodeInfos[] getNodeInfos()
public void setNodeInfos(NodeInfos[] NodeInfos)
NodeInfos
- 节点信息public String getOperationCode()
public void setOperationCode(String OperationCode)
OperationCode
- 节点操作public String getRestartTimeOut()
public void setRestartTimeOut(String RestartTimeOut)
RestartTimeOut
- 超时时间(秒)Copyright © 2024. All rights reserved.