public class SetMachineLoginRequest extends AbstractModel
header, skipSign
Constructor and Description |
---|
SetMachineLoginRequest() |
SetMachineLoginRequest(SetMachineLoginRequest 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 |
getClusterId()
Get 集群 ID
|
String[] |
getKeyIds()
Get 密钥 ID 列表
|
String |
getMachineName()
Get 节点名称
|
void |
setClusterId(String ClusterId)
Set 集群 ID
|
void |
setKeyIds(String[] KeyIds)
Set 密钥 ID 列表
|
void |
setMachineName(String MachineName)
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 SetMachineLoginRequest()
public SetMachineLoginRequest(SetMachineLoginRequest source)
public String getClusterId()
public void setClusterId(String ClusterId)
ClusterId
- 集群 IDpublic String getMachineName()
public void setMachineName(String MachineName)
MachineName
- 节点名称public String[] getKeyIds()
public void setKeyIds(String[] KeyIds)
KeyIds
- 密钥 ID 列表Copyright © 2025. All rights reserved.