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 事件 ID 。通过“获取实例诊断历史DescribeDBDiagHistory”获取。
|
String |
getInstanceId()
Get 实例 ID 。
|
String |
getProduct()
Get 服务产品类型,支持值包括: "mysql" - 云数据库 MySQL, "cynosdb" - 云数据库 CynosDB for MySQL,默认为"mysql"。
|
void |
setEventId(Long EventId)
Set 事件 ID 。通过“获取实例诊断历史DescribeDBDiagHistory”获取。
|
void |
setInstanceId(String InstanceId)
Set 实例 ID 。
|
void |
setProduct(String Product)
Set 服务产品类型,支持值包括: "mysql" - 云数据库 MySQL, "cynosdb" - 云数据库 CynosDB for MySQL,默认为"mysql"。
|
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, toJsonString
public DescribeDBDiagEventRequest()
public DescribeDBDiagEventRequest(DescribeDBDiagEventRequest source)
public String getInstanceId()
public void setInstanceId(String InstanceId)
InstanceId
- 实例 ID 。public Long getEventId()
public void setEventId(Long EventId)
EventId
- 事件 ID 。通过“获取实例诊断历史DescribeDBDiagHistory”获取。public String getProduct()
public void setProduct(String Product)
Product
- 服务产品类型,支持值包括: "mysql" - 云数据库 MySQL, "cynosdb" - 云数据库 CynosDB for MySQL,默认为"mysql"。Copyright © 2021. All rights reserved.