public class DeleteSecurityAuditLogExportTasksRequest extends AbstractModel
| Constructor and Description | 
|---|
DeleteSecurityAuditLogExportTasksRequest()  | 
DeleteSecurityAuditLogExportTasksRequest(DeleteSecurityAuditLogExportTasksRequest source)
NOTE: Any ambiguous key set via .set("AnyKey", "value") will be a shallow copy,
       and any explicit key, i.e Foo, set via .setFoo("value") will be a deep copy. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
Long[] | 
getAsyncRequestIds()
Get Log export task ID list. 
 | 
String | 
getProduct()
Get Service type. 
 | 
String | 
getSecAuditGroupId()
Get Security audit group ID. 
 | 
void | 
setAsyncRequestIds(Long[] AsyncRequestIds)
Set Log export task ID list. 
 | 
void | 
setProduct(String Product)
Set Service type. 
 | 
void | 
setSecAuditGroupId(String SecAuditGroupId)
Set Security audit group ID. 
 | 
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 DeleteSecurityAuditLogExportTasksRequest()
public DeleteSecurityAuditLogExportTasksRequest(DeleteSecurityAuditLogExportTasksRequest source)
public String getSecAuditGroupId()
public void setSecAuditGroupId(String SecAuditGroupId)
SecAuditGroupId - Security audit group ID.public Long[] getAsyncRequestIds()
public void setAsyncRequestIds(Long[] AsyncRequestIds)
AsyncRequestIds - Log export task ID list. This API will ignore task IDs that do not exist or have been deleted.public String getProduct()
public void setProduct(String Product)
Product - Service type. Valid values: mysql (TencentDB for MySQL).Copyright © 2021. All rights reserved.