public class DescribeAuditResponse extends AbstractModel
| Constructor and Description | 
|---|
| DescribeAuditResponse() | 
| Modifier and Type | Method and Description | 
|---|---|
| String | getAuditName()Get Tracking set name. | 
| Long | getAuditStatus()Get Tracking set status. | 
| String | getCmqQueueName()Get Queue name. | 
| String | getCmqRegion()Get Region where the queue is located. | 
| String | getCosBucketName()Get COS bucket name. | 
| String | getCosRegion()Get Region where the COS bucket is located. | 
| Long | getIsEnableCmqNotify()Get Whether to enable CMQ message notification. | 
| String | getLogFilePrefix()Get Log prefix. | 
| Long | getReadWriteAttribute()Get Manages the read/write attribute of an event. | 
| String | getRequestId()Get Unique ID of the request. | 
| void | setAuditName(String AuditName)Set Tracking set name. | 
| void | setAuditStatus(Long AuditStatus)Set Tracking set status. | 
| void | setCmqQueueName(String CmqQueueName)Set Queue name. | 
| void | setCmqRegion(String CmqRegion)Set Region where the queue is located. | 
| void | setCosBucketName(String CosBucketName)Set COS bucket name. | 
| void | setCosRegion(String CosRegion)Set Region where the COS bucket is located. | 
| void | setIsEnableCmqNotify(Long IsEnableCmqNotify)Set Whether to enable CMQ message notification. | 
| void | setLogFilePrefix(String LogFilePrefix)Set Log prefix. | 
| void | setReadWriteAttribute(Long ReadWriteAttribute)Set Manages the read/write attribute of an event. | 
| 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 String getAuditName()
public void setAuditName(String AuditName)
AuditName - Tracking set name.public Long getAuditStatus()
public void setAuditStatus(Long AuditStatus)
AuditStatus - Tracking set status. Value range: 1 (enabled), 0 (disabled).public String getCmqQueueName()
public void setCmqQueueName(String CmqQueueName)
CmqQueueName - Queue name.public String getCmqRegion()
public void setCmqRegion(String CmqRegion)
CmqRegion - Region where the queue is located.public String getCosBucketName()
public void setCosBucketName(String CosBucketName)
CosBucketName - COS bucket name.public String getCosRegion()
public void setCosRegion(String CosRegion)
CosRegion - Region where the COS bucket is located.public Long getIsEnableCmqNotify()
public void setIsEnableCmqNotify(Long IsEnableCmqNotify)
IsEnableCmqNotify - Whether to enable CMQ message notification. 1: yes; 0: no.public String getLogFilePrefix()
public void setLogFilePrefix(String LogFilePrefix)
LogFilePrefix - Log prefix.public Long getReadWriteAttribute()
public void setReadWriteAttribute(Long ReadWriteAttribute)
ReadWriteAttribute - Manages the read/write attribute of an event. Value range: 1 (read-only), 2 (write-only), 3 (read/write)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.