public class DescribeDBDiagEventResponse extends AbstractModel
header, skipSign
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 Event details.
|
String |
getMetric()
Get Reserved field.
|
String |
getOutline()
Get Summary.
|
String |
getProblem()
Get Problem found.
|
String |
getRequestId()
Get The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId).
|
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 Suggestion.
|
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 Event details.
|
void |
setMetric(String Metric)
Set Reserved field.
|
void |
setOutline(String Outline)
Set Summary.
|
void |
setProblem(String Problem)
Set Problem found.
|
void |
setRequestId(String RequestId)
Set The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId).
|
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 Suggestion.
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public 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
- Event details.public String getOutline()
public void setOutline(String Outline)
Outline
- Summary.public String getProblem()
public void setProblem(String Problem)
Problem
- Problem found.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
- Suggestion.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, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId). RequestId is required for locating a problem.Copyright © 2024. All rights reserved.