public class CreateAuditResponse extends AbstractModel
| Constructor and Description | 
|---|
| CreateAuditResponse() | 
| Modifier and Type | Method and Description | 
|---|---|
| Long | getIsSuccess()Get Indicates if the creation was successful | 
| String | getRequestId()Get Unique ID of request. | 
| void | setIsSuccess(Long IsSuccess)Set Indicates if the creation was successful | 
| void | setRequestId(String RequestId)Set Unique ID of 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 - Indicates if the creation was successfulpublic String getRequestId()
public void setRequestId(String RequestId)
RequestId - Unique ID of request. Each request returns a unique ID. The `RequestId` is required for troubleshooting.Copyright © 2020. All rights reserved.