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 The 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: fatal, 2: severe, 3: warning, 4: notice, 5: healthy.
|
String |
getStartTime()
Get Start time
|
void |
setCount(Long Count)
Set The 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: fatal, 2: severe, 3: warning, 4: notice, 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 IDpublic String getDiagType()
public void setDiagType(String DiagType)
DiagType
- Diagnosis typepublic String getStartTime()
public void setStartTime(String StartTime)
StartTime
- Start timepublic String getEndTime()
public void setEndTime(String EndTime)
EndTime
- End timepublic String getOutline()
public void setOutline(String Outline)
Outline
- Summarypublic 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 Long getScoreLost()
public void setScoreLost(Long ScoreLost)
ScoreLost
- Deductionpublic String getMetric()
public void setMetric(String Metric)
Metric
- Reserved fieldpublic Long getCount()
public void setCount(Long Count)
Count
- The number of alarmsCopyright © 2021. All rights reserved.