public class RemoveAccountFromAccountGroupRequest extends AbstractModel
skipSign
Constructor and Description |
---|
RemoveAccountFromAccountGroupRequest() |
RemoveAccountFromAccountGroupRequest(RemoveAccountFromAccountGroupRequest 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 |
getAccountGroupId()
Get 账号组ID
|
String[] |
getAccountIds()
Get 需要移除账号ID列表。
|
void |
setAccountGroupId(String AccountGroupId)
Set 账号组ID
|
void |
setAccountIds(String[] AccountIds)
Set 需要移除账号ID列表。
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, getMultipartRequestParams, getSkipSign, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public RemoveAccountFromAccountGroupRequest()
public RemoveAccountFromAccountGroupRequest(RemoveAccountFromAccountGroupRequest source)
public String getAccountGroupId()
public void setAccountGroupId(String AccountGroupId)
AccountGroupId
- 账号组IDpublic String[] getAccountIds()
public void setAccountIds(String[] AccountIds)
AccountIds
- 需要移除账号ID列表。Copyright © 2023. All rights reserved.