public class DataSourceEventType extends EventType
EventType.DuplicateHandling, EventType.EventSources
Modifier and Type | Field and Description |
---|---|
private int |
alarmLevel |
private int |
dataSourceEventTypeId |
private int |
dataSourceId |
private int |
duplicateHandling |
SOURCE_CODES
Constructor and Description |
---|
DataSourceEventType() |
DataSourceEventType(int dataSourceId,
int dataSourceEventTypeId) |
DataSourceEventType(int dataSourceId,
int dataSourceEventTypeId,
int alarmLevel,
int duplicateHandling) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object obj) |
int |
getAlarmLevel() |
int |
getDataSourceEventTypeId() |
int |
getDataSourceId()
Convenience method that keeps us from having to cast.
|
int |
getDuplicateHandling()
Determines whether an event type that, once raised, will always first be deactivated or whether overriding events
can be raised.
|
int |
getEventSourceId() |
int |
getReferenceId1() |
int |
getReferenceId2() |
int |
hashCode() |
void |
jsonDeserialize(com.serotonin.json.JsonReader reader,
com.serotonin.json.JsonObject json) |
void |
jsonSerialize(java.util.Map<java.lang.String,java.lang.Object> map) |
java.lang.String |
toString() |
excludeUser, getCompoundEventDetectorId, getCompoundEventDetectorId, getDataPointId, getDataPointId, getDataSource, getInt, getMaintenanceEventId, getPointEventDetectorId, getPointEventDetectorId, getPublisher, getPublisherId, getScheduledEventId, getScheduleId, isSystemMessage
private int dataSourceId
private int dataSourceEventTypeId
private int alarmLevel
private int duplicateHandling
public DataSourceEventType()
public DataSourceEventType(int dataSourceId, int dataSourceEventTypeId)
public DataSourceEventType(int dataSourceId, int dataSourceEventTypeId, int alarmLevel, int duplicateHandling)
public int getEventSourceId()
getEventSourceId
in class EventType
public int getDataSourceEventTypeId()
public int getAlarmLevel()
public int getDataSourceId()
EventType
getDataSourceId
in class EventType
public java.lang.String toString()
toString
in class java.lang.Object
public int getDuplicateHandling()
EventType
getDuplicateHandling
in class EventType
public int getReferenceId1()
getReferenceId1
in class EventType
public int getReferenceId2()
getReferenceId2
in class EventType
public int hashCode()
hashCode
in class java.lang.Object
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
public void jsonSerialize(java.util.Map<java.lang.String,java.lang.Object> map)
jsonSerialize
in interface com.serotonin.json.JsonSerializable
jsonSerialize
in class EventType
public void jsonDeserialize(com.serotonin.json.JsonReader reader, com.serotonin.json.JsonObject json) throws com.serotonin.json.JsonException
jsonDeserialize
in interface com.serotonin.json.JsonSerializable
jsonDeserialize
in class EventType
com.serotonin.json.JsonException