public class EventInfo extends AbstractModel
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 Number of alarms.
|
String |
getDiagType()
Get Diagnosis type.
|
String |
getEndTime()
Get End time.
|
Long |
getEventId()
Get Event ID.
|
String |
getMetric()
Get Reserved field.
|
String |
getOutline()
Get Summary.
|
Long |
getScoreLost()
Get Deduction.
|
Long |
getSeverity()
Get Severity, which can be divided into 5 levels: `1` (Critical), `2` (Severe), `3` (Alarm), `4` (Reminder), `5` (Healthy).
|
String |
getStartTime()
Get Start time.
|
void |
setCount(Long Count)
Set Number of alarms.
|
void |
setDiagType(String DiagType)
Set Diagnosis type.
|
void |
setEndTime(String EndTime)
Set End time.
|
void |
setEventId(Long EventId)
Set Event ID.
|
void |
setMetric(String Metric)
Set Reserved field.
|
void |
setOutline(String Outline)
Set Summary.
|
void |
setScoreLost(Long ScoreLost)
Set Deduction.
|
void |
setSeverity(Long Severity)
Set Severity, which can be divided into 5 levels: `1` (Critical), `2` (Severe), `3` (Alarm), `4` (Reminder), `5` (Healthy).
|
void |
setStartTime(String StartTime)
Set Start time.
|
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 EventInfo()
public EventInfo(EventInfo source)
public Long getEventId()
public void setEventId(Long EventId)
EventId
- Event ID.public String getDiagType()
public void setDiagType(String DiagType)
DiagType
- Diagnosis type.public String getStartTime()
public void setStartTime(String StartTime)
StartTime
- Start time.public String getEndTime()
public void setEndTime(String EndTime)
EndTime
- End time.public String getOutline()
public void setOutline(String Outline)
Outline
- Summary.public Long getSeverity()
public void setSeverity(Long Severity)
Severity
- Severity, which can be divided into 5 levels: `1` (Critical), `2` (Severe), `3` (Alarm), `4` (Reminder), `5` (Healthy).public Long getScoreLost()
public void setScoreLost(Long ScoreLost)
ScoreLost
- Deduction.public String getMetric()
public void setMetric(String Metric)
Metric
- Reserved field.public Long getCount()
public void setCount(Long Count)
Count
- Number of alarms.Copyright © 2023. All rights reserved.