public class CreateAuditResponse extends AbstractModel
| Constructor and Description | 
|---|
CreateAuditResponse()  | 
| Modifier and Type | Method and Description | 
|---|---|
Long | 
getIsSuccess()
Get Whether creation is successful. 
 | 
String | 
getRequestId()
Get Unique ID of the request. 
 | 
void | 
setIsSuccess(Long IsSuccess)
Set Whether creation 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 creation is successful.public 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.