public class KillMasterGroupRequest extends AbstractModel
Constructor and Description |
---|
KillMasterGroupRequest() |
KillMasterGroupRequest(KillMasterGroupRequest 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
|
String |
getPassword()
Get 1.长度8-30位,推荐使用12位以上的密码
2.不能以"/"开头
3.至少包含两项
a.小写字母a-z
b.大写字母A-Z
c.数字0-9
d.()`~!@#$%^&*-+=_|{}[]:;<>,.?/
|
void |
setInstanceId(String InstanceId)
Set 实例ID
|
void |
setPassword(String Password)
Set 1.长度8-30位,推荐使用12位以上的密码
2.不能以"/"开头
3.至少包含两项
a.小写字母a-z
b.大写字母A-Z
c.数字0-9
d.()`~!@#$%^&*-+=_|{}[]:;<>,.?/
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonString
public KillMasterGroupRequest()
public KillMasterGroupRequest(KillMasterGroupRequest source)
public String getInstanceId()
public void setInstanceId(String InstanceId)
InstanceId
- 实例IDpublic String getPassword()
public void setPassword(String Password)
Password
- 1.长度8-30位,推荐使用12位以上的密码
2.不能以"/"开头
3.至少包含两项
a.小写字母a-z
b.大写字母A-Z
c.数字0-9
d.()`~!@#$%^&*-+=_|{}[]:;<>,.?/Copyright © 2021. All rights reserved.