Class DeleteDBDiagReportTasksRequest
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.dbbrain.v20210527.models.DeleteDBDiagReportTasksRequest
-
public class DeleteDBDiagReportTasksRequest extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description DeleteDBDiagReportTasksRequest()DeleteDBDiagReportTasksRequest(DeleteDBDiagReportTasksRequest 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 Long[]getAsyncRequestIds()Get 需要删除的任务id列表StringgetInstanceId()Get 实例IDStringgetProduct()Get 服务产品类型,支持值:"mysql" - 云数据库 MySQL;"cynosdb" - 云数据库 TDSQL-C for MySQL,默认为"mysql"。voidsetAsyncRequestIds(Long[] AsyncRequestIds)Set 需要删除的任务id列表voidsetInstanceId(String InstanceId)Set 实例IDvoidsetProduct(String Product)Set 服务产品类型,支持值:"mysql" - 云数据库 MySQL;"cynosdb" - 云数据库 TDSQL-C for MySQL,默认为"mysql"。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
-
DeleteDBDiagReportTasksRequest
public DeleteDBDiagReportTasksRequest()
-
DeleteDBDiagReportTasksRequest
public DeleteDBDiagReportTasksRequest(DeleteDBDiagReportTasksRequest 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
-
getAsyncRequestIds
public Long[] getAsyncRequestIds()
Get 需要删除的任务id列表- Returns:
- AsyncRequestIds 需要删除的任务id列表
-
setAsyncRequestIds
public void setAsyncRequestIds(Long[] AsyncRequestIds)
Set 需要删除的任务id列表- Parameters:
AsyncRequestIds- 需要删除的任务id列表
-
getInstanceId
public String getInstanceId()
Get 实例ID- Returns:
- InstanceId 实例ID
-
setInstanceId
public void setInstanceId(String InstanceId)
Set 实例ID- Parameters:
InstanceId- 实例ID
-
getProduct
public String getProduct()
Get 服务产品类型,支持值:"mysql" - 云数据库 MySQL;"cynosdb" - 云数据库 TDSQL-C for MySQL,默认为"mysql"。- Returns:
- Product 服务产品类型,支持值:"mysql" - 云数据库 MySQL;"cynosdb" - 云数据库 TDSQL-C for MySQL,默认为"mysql"。
-
setProduct
public void setProduct(String Product)
Set 服务产品类型,支持值:"mysql" - 云数据库 MySQL;"cynosdb" - 云数据库 TDSQL-C for MySQL,默认为"mysql"。- Parameters:
Product- 服务产品类型,支持值:"mysql" - 云数据库 MySQL;"cynosdb" - 云数据库 TDSQL-C for MySQL,默认为"mysql"。
-
-