public class DeleteAuditResponse extends AbstractModel
| Constructor and Description | 
|---|
| DeleteAuditResponse() | 
| Modifier and Type | Method and Description | 
|---|---|
| Long | getIsSuccess()Get Whether deletion is successful | 
| String | getRequestId()Get Unique ID of the request. | 
| void | setIsSuccess(Long IsSuccess)Set Whether deletion is successful | 
| void | setRequestId(String RequestId)Set Unique ID of the request. | 
| 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, toJsonStringpublic Long getIsSuccess()
public void setIsSuccess(Long IsSuccess)
IsSuccess - Whether deletion is successfulpublic String getRequestId()
public void setRequestId(String RequestId)
RequestId - Unique ID of the request. Each request returns a unique ID. The RequestId is required to troubleshoot issues.Copyright © 2020. All rights reserved.