public class Alarm extends Object
| Constructor and Description |
|---|
Alarm() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
Integer |
getAckId() |
Integer |
getCount() |
String |
getDescription() |
Long |
getFirstEventTime() |
Integer |
getId() |
Long |
getLastEventTime() |
String |
getLogMessage() |
String |
getReductionKey() |
String |
getSeverity() |
Integer |
getType() |
String |
getUei() |
int |
hashCode() |
void |
setAckId(Integer ackId) |
void |
setCount(Integer count) |
void |
setDescription(String description) |
void |
setFirstEventTime(Long firstEventTime) |
void |
setId(Integer id) |
void |
setLastEventTime(Long lastEventTime) |
void |
setLogMessage(String logMessage) |
void |
setReductionKey(String reductionKey) |
void |
setSeverity(String severity) |
void |
setType(Integer type) |
void |
setUei(String uei) |
String |
toString() |
public Integer getId()
public void setId(Integer id)
public String getDescription()
public void setDescription(String description)
public Integer getAckId()
public void setAckId(Integer ackId)
public String getUei()
public void setUei(String uei)
public String getReductionKey()
public void setReductionKey(String reductionKey)
public Long getFirstEventTime()
public void setFirstEventTime(Long firstEventTime)
public Long getLastEventTime()
public void setLastEventTime(Long lastEventTime)
public Integer getType()
public void setType(Integer type)
public Integer getCount()
public void setCount(Integer count)
public String getSeverity()
public void setSeverity(String severity)
public String getLogMessage()
public void setLogMessage(String logMessage)
Copyright © 2019. All rights reserved.