public class DeleteDBDiagReportTasksRequest extends AbstractModel
header, skipSign
Constructor and 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.
|
Modifier and Type | Method and Description |
---|---|
Long[] |
getAsyncRequestIds()
Get 需要删除的任务id列表
|
String |
getInstanceId()
Get 实例ID
|
String |
getProduct()
Get 服务产品类型,支持值:"mysql" - 云数据库 MySQL;"cynosdb" - 云数据库 TDSQL-C for MySQL,默认为"mysql"。
|
void |
setAsyncRequestIds(Long[] AsyncRequestIds)
Set 需要删除的任务id列表
|
void |
setInstanceId(String InstanceId)
Set 实例ID
|
void |
setProduct(String Product)
Set 服务产品类型,支持值:"mysql" - 云数据库 MySQL;"cynosdb" - 云数据库 TDSQL-C for MySQL,默认为"mysql"。
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, isStream, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public DeleteDBDiagReportTasksRequest()
public DeleteDBDiagReportTasksRequest(DeleteDBDiagReportTasksRequest source)
public Long[] getAsyncRequestIds()
public void setAsyncRequestIds(Long[] AsyncRequestIds)
AsyncRequestIds
- 需要删除的任务id列表public String getInstanceId()
public void setInstanceId(String InstanceId)
InstanceId
- 实例IDpublic String getProduct()
public void setProduct(String Product)
Product
- 服务产品类型,支持值:"mysql" - 云数据库 MySQL;"cynosdb" - 云数据库 TDSQL-C for MySQL,默认为"mysql"。Copyright © 2024. All rights reserved.