Class DescribeSecurityAuditLogDownloadUrlsRequest
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.dbbrain.v20210527.models.DescribeSecurityAuditLogDownloadUrlsRequest
-
public class DescribeSecurityAuditLogDownloadUrlsRequest extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description DescribeSecurityAuditLogDownloadUrlsRequest()DescribeSecurityAuditLogDownloadUrlsRequest(DescribeSecurityAuditLogDownloadUrlsRequest 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.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description LonggetAsyncRequestId()Get 异步任务Id。StringgetProduct()Get 服务产品类型,支持值:"mysql" - 云数据库 MySQL。StringgetSecAuditGroupId()Get 安全审计组Id。voidsetAsyncRequestId(Long AsyncRequestId)Set 异步任务Id。voidsetProduct(String Product)Set 服务产品类型,支持值:"mysql" - 云数据库 MySQL。voidsetSecAuditGroupId(String SecAuditGroupId)Set 安全审计组Id。voidtoMap(HashMap<String,String> map, String prefix)Internal implementation, normal users should not use it.-
Methods inherited from class com.tencentcloudapi.common.AbstractModel
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
-
-
-
-
Constructor Detail
-
DescribeSecurityAuditLogDownloadUrlsRequest
public DescribeSecurityAuditLogDownloadUrlsRequest()
-
DescribeSecurityAuditLogDownloadUrlsRequest
public DescribeSecurityAuditLogDownloadUrlsRequest(DescribeSecurityAuditLogDownloadUrlsRequest 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.
-
-
Method Detail
-
getSecAuditGroupId
public String getSecAuditGroupId()
Get 安全审计组Id。- Returns:
- SecAuditGroupId 安全审计组Id。
-
setSecAuditGroupId
public void setSecAuditGroupId(String SecAuditGroupId)
Set 安全审计组Id。- Parameters:
SecAuditGroupId- 安全审计组Id。
-
getAsyncRequestId
public Long getAsyncRequestId()
Get 异步任务Id。- Returns:
- AsyncRequestId 异步任务Id。
-
setAsyncRequestId
public void setAsyncRequestId(Long AsyncRequestId)
Set 异步任务Id。- Parameters:
AsyncRequestId- 异步任务Id。
-
getProduct
public String getProduct()
Get 服务产品类型,支持值:"mysql" - 云数据库 MySQL。- Returns:
- Product 服务产品类型,支持值:"mysql" - 云数据库 MySQL。
-
setProduct
public void setProduct(String Product)
Set 服务产品类型,支持值:"mysql" - 云数据库 MySQL。- Parameters:
Product- 服务产品类型,支持值:"mysql" - 云数据库 MySQL。
-
-