public class DescribeDBDiagReportContentRequest extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| DescribeDBDiagReportContentRequest() | 
| DescribeDBDiagReportContentRequest(DescribeDBDiagReportContentRequest 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 | getAsyncRequestId()Get 异步任务ID | 
| String | getInstanceId()Get 实例名 | 
| String | getProduct()Get 服务产品类型,支持值:"mysql" - 云数据库 MySQL,"redis" - 云数据库 Redis,"mongodb" - 云数据库 MongoDB,默认为"mysql"。 | 
| void | setAsyncRequestId(Long AsyncRequestId)Set 异步任务ID | 
| void | setInstanceId(String InstanceId)Set 实例名 | 
| void | setProduct(String Product)Set 服务产品类型,支持值:"mysql" - 云数据库 MySQL,"redis" - 云数据库 Redis,"mongodb" - 云数据库 MongoDB,默认为"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, toJsonStringpublic DescribeDBDiagReportContentRequest()
public DescribeDBDiagReportContentRequest(DescribeDBDiagReportContentRequest source)
public String getInstanceId()
public void setInstanceId(String InstanceId)
InstanceId - 实例名public Long getAsyncRequestId()
public void setAsyncRequestId(Long AsyncRequestId)
AsyncRequestId - 异步任务IDpublic String getProduct()
public void setProduct(String Product)
Product - 服务产品类型,支持值:"mysql" - 云数据库 MySQL,"redis" - 云数据库 Redis,"mongodb" - 云数据库 MongoDB,默认为"mysql"。Copyright © 2025. All rights reserved.