public class DeleteAccountRequest extends AbstractModel
Constructor and Description |
---|
DeleteAccountRequest() |
Modifier and Type | Method and Description |
---|---|
String[] |
getAccountList()
Get 帐号ID列表
|
String |
getModule()
Get 模块名AccountMng
|
String |
getOperation()
Get 操作名DeleteAccount
|
void |
setAccountList(String[] AccountList)
Set 帐号ID列表
|
void |
setModule(String Module)
Set 模块名AccountMng
|
void |
setOperation(String Operation)
Set 操作名DeleteAccount
|
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 String getModule()
public void setModule(String Module)
Module
- 模块名AccountMngpublic String getOperation()
public void setOperation(String Operation)
Operation
- 操作名DeleteAccountpublic String[] getAccountList()
public void setAccountList(String[] AccountList)
AccountList
- 帐号ID列表Copyright © 2020. All rights reserved.