public class CreateAccountsRequest extends AbstractModel
Constructor and Description |
---|
CreateAccountsRequest() |
CreateAccountsRequest(CreateAccountsRequest 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 |
---|---|
NewAccount[] |
getAccounts()
Get 新账户列表
|
String |
getClusterId()
Get 集群id
|
void |
setAccounts(NewAccount[] Accounts)
Set 新账户列表
|
void |
setClusterId(String ClusterId)
Set 集群id
|
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 CreateAccountsRequest()
public CreateAccountsRequest(CreateAccountsRequest source)
public String getClusterId()
public void setClusterId(String ClusterId)
ClusterId
- 集群idpublic NewAccount[] getAccounts()
public void setAccounts(NewAccount[] Accounts)
Accounts
- 新账户列表Copyright © 2022. All rights reserved.