public class DeleteAccountResponse extends AbstractModel
Constructor and Description |
---|
DeleteAccountResponse() |
Modifier and Type | Method and Description |
---|---|
String[] |
getDelFailedList()
获取删除失败帐号ID列表
|
String[] |
getDelSuccessList()
获取删除成功帐号ID列表
|
String |
getRequestId()
获取唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
void |
setDelFailedList(String[] DelFailedList)
设置删除失败帐号ID列表
|
void |
setDelSuccessList(String[] DelSuccessList)
设置删除成功帐号ID列表
|
void |
setRequestId(String RequestId)
设置唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
void |
toMap(HashMap<String,String> map,
String prefix)
内部实现,用户禁止调用
|
any, fromJsonString, getBinaryParams, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonString
public String[] getDelSuccessList()
public void setDelSuccessList(String[] DelSuccessList)
DelSuccessList
- 删除成功帐号ID列表public String[] getDelFailedList()
public void setDelFailedList(String[] DelFailedList)
DelFailedList
- 删除失败帐号ID列表public String getRequestId()
public void setRequestId(String RequestId)
RequestId
- 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。Copyright © 2019. All rights reserved.