public class DescribeDBDiagEventResponse extends AbstractModel
| Constructor and Description | 
|---|
DescribeDBDiagEventResponse()  | 
DescribeDBDiagEventResponse(DescribeDBDiagEventResponse 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 | 
|---|---|
String | 
getDiagItem()
Get Diagnosis item. 
 | 
String | 
getDiagType()
Get Diagnosis type. 
 | 
String | 
getEndTime()
Get End time. 
 | 
Long | 
getEventId()
Get Event ID. 
 | 
String | 
getExplanation()
Get Diagnosis event details. 
 | 
String | 
getMetric()
Get Reserved field. 
 | 
String | 
getOutline()
Get Diagnosis summary. 
 | 
String | 
getProblem()
Get Found problem. 
 | 
String | 
getRequestId()
Get The unique request ID, which is returned for each request. 
 | 
Long | 
getSeverity()
Get Severity, which can be divided into 5 levels: 1: fatal, 2: severe, 3: warning, 4: notice, 5: healthy. 
 | 
String | 
getStartTime()
Get Start time 
 | 
String | 
getSuggestions()
Get Suggestions. 
 | 
void | 
setDiagItem(String DiagItem)
Set Diagnosis item. 
 | 
void | 
setDiagType(String DiagType)
Set Diagnosis type. 
 | 
void | 
setEndTime(String EndTime)
Set End time. 
 | 
void | 
setEventId(Long EventId)
Set Event ID. 
 | 
void | 
setExplanation(String Explanation)
Set Diagnosis event details. 
 | 
void | 
setMetric(String Metric)
Set Reserved field. 
 | 
void | 
setOutline(String Outline)
Set Diagnosis summary. 
 | 
void | 
setProblem(String Problem)
Set Found problem. 
 | 
void | 
setRequestId(String RequestId)
Set The unique request ID, which is returned for each request. 
 | 
void | 
setSeverity(Long Severity)
Set Severity, which can be divided into 5 levels: 1: fatal, 2: severe, 3: warning, 4: notice, 5: healthy. 
 | 
void | 
setStartTime(String StartTime)
Set Start time 
 | 
void | 
setSuggestions(String Suggestions)
Set Suggestions. 
 | 
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 DescribeDBDiagEventResponse()
public DescribeDBDiagEventResponse(DescribeDBDiagEventResponse source)
public String getDiagItem()
public void setDiagItem(String DiagItem)
DiagItem - Diagnosis item.public String getDiagType()
public void setDiagType(String DiagType)
DiagType - Diagnosis type.public Long getEventId()
public void setEventId(Long EventId)
EventId - Event ID.public String getExplanation()
public void setExplanation(String Explanation)
Explanation - Diagnosis event details. If there is no additional explanation information, the output will be empty.public String getOutline()
public void setOutline(String Outline)
Outline - Diagnosis summary.public String getProblem()
public void setProblem(String Problem)
Problem - Found problem.public Long getSeverity()
public void setSeverity(Long Severity)
Severity - Severity, which can be divided into 5 levels: 1: fatal, 2: severe, 3: warning, 4: notice, 5: healthy.public String getStartTime()
public void setStartTime(String StartTime)
StartTime - Start timepublic String getSuggestions()
public void setSuggestions(String Suggestions)
Suggestions - Suggestions. If there are no suggestions, the output will be empty.public String getMetric()
public void setMetric(String Metric)
Metric - Reserved field.
Note: this field may return null, indicating that no valid values can be obtained.public String getEndTime()
public void setEndTime(String EndTime)
EndTime - End time.public String getRequestId()
public void setRequestId(String RequestId)
RequestId - The unique request ID, which is returned for each request. RequestId is required for locating a problem.Copyright © 2022. All rights reserved.