public class DescribeDBDiagEventRequest extends AbstractModel
| Constructor and Description | 
|---|
| DescribeDBDiagEventRequest() | 
| DescribeDBDiagEventRequest(DescribeDBDiagEventRequest 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 | getEventId()Get Event ID, which can be obtained through the `DescribeDBDiagHistory` API. | 
| String | getInstanceId()Get Instance ID. | 
| String | getProduct()Get Service type. | 
| void | setEventId(Long EventId)Set Event ID, which can be obtained through the `DescribeDBDiagHistory` API. | 
| void | setInstanceId(String InstanceId)Set Instance ID. | 
| void | setProduct(String Product)Set Service type. | 
| 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 DescribeDBDiagEventRequest()
public DescribeDBDiagEventRequest(DescribeDBDiagEventRequest source)
public String getInstanceId()
public void setInstanceId(String InstanceId)
InstanceId - Instance ID.public Long getEventId()
public void setEventId(Long EventId)
EventId - Event ID, which can be obtained through the `DescribeDBDiagHistory` API.public String getProduct()
public void setProduct(String Product)
Product - Service type. Valid values: `mysql` (TencentDB for MySQL), `cynosdb` (TencentDB for CynosDB (compatible with MySQL)). Default value: `mysql`.Copyright © 2022. All rights reserved.