public class EventInfo extends AbstractModel
header, skipSign
Constructor and Description |
---|
EventInfo() |
EventInfo(EventInfo 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 |
getCount()
Get 告警数目。
|
String |
getDiagType()
Get 诊断类型。
|
String |
getEndTime()
Get 结束时间。
|
Long |
getEventId()
Get 事件 ID 。
|
String |
getMetric()
Get 保留字段。
|
String |
getOutline()
Get 概要。
|
Long |
getScoreLost()
Get 扣分。
|
Long |
getSeverity()
Get 严重程度。严重程度分为5级,按影响程度从高至低分别为:1:致命,2:严重,3:告警,4:提示,5:健康。
|
String |
getStartTime()
Get 开始时间。
|
void |
setCount(Long Count)
Set 告警数目。
|
void |
setDiagType(String DiagType)
Set 诊断类型。
|
void |
setEndTime(String EndTime)
Set 结束时间。
|
void |
setEventId(Long EventId)
Set 事件 ID 。
|
void |
setMetric(String Metric)
Set 保留字段。
|
void |
setOutline(String Outline)
Set 概要。
|
void |
setScoreLost(Long ScoreLost)
Set 扣分。
|
void |
setSeverity(Long Severity)
Set 严重程度。严重程度分为5级,按影响程度从高至低分别为:1:致命,2:严重,3:告警,4:提示,5:健康。
|
void |
setStartTime(String StartTime)
Set 开始时间。
|
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, toJsonString
public EventInfo()
public EventInfo(EventInfo source)
public Long getEventId()
public void setEventId(Long EventId)
EventId
- 事件 ID 。public String getDiagType()
public void setDiagType(String DiagType)
DiagType
- 诊断类型。public String getStartTime()
public void setStartTime(String StartTime)
StartTime
- 开始时间。public String getEndTime()
public void setEndTime(String EndTime)
EndTime
- 结束时间。public String getOutline()
public void setOutline(String Outline)
Outline
- 概要。public Long getSeverity()
public void setSeverity(Long Severity)
Severity
- 严重程度。严重程度分为5级,按影响程度从高至低分别为:1:致命,2:严重,3:告警,4:提示,5:健康。public Long getScoreLost()
public void setScoreLost(Long ScoreLost)
ScoreLost
- 扣分。public String getMetric()
public void setMetric(String Metric)
Metric
- 保留字段。public Long getCount()
public void setCount(Long Count)
Count
- 告警数目。Copyright © 2024. All rights reserved.