public class DataPointEventType extends EventType
EventType.DuplicateHandling, EventType.EventSources| Modifier and Type | Field and Description |
|---|---|
private int |
dataPointId |
private int |
dataSourceId |
private int |
duplicateHandling |
private org.apache.commons.logging.Log |
LOG |
private int |
pointEventDetectorId |
SOURCE_CODES| Constructor and Description |
|---|
DataPointEventType() |
DataPointEventType(int dataPointId,
int pointEventDetectorId) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object obj) |
int |
getDataPointId()
Convenience method that keeps us from having to cast.
|
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 |
getPointEventDetectorId() |
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) |
void |
setDuplicateHandling(int duplicateHandling) |
java.lang.String |
toString() |
excludeUser, getCompoundEventDetectorId, getCompoundEventDetectorId, getDataPointId, getDataSource, getInt, getMaintenanceEventId, getPointEventDetectorId, getPointEventDetectorId, getPublisher, getPublisherId, getScheduledEventId, getScheduleId, isSystemMessageprivate int dataSourceId
private int dataPointId
private int pointEventDetectorId
private int duplicateHandling
private final org.apache.commons.logging.Log LOG
public DataPointEventType()
public DataPointEventType(int dataPointId,
int pointEventDetectorId)
public int getEventSourceId()
getEventSourceId in class EventTypepublic int getDataSourceId()
EventTypegetDataSourceId in class EventTypepublic int getDataPointId()
EventTypegetDataPointId in class EventTypepublic int getPointEventDetectorId()
public java.lang.String toString()
toString in class java.lang.Objectpublic int getDuplicateHandling()
EventTypegetDuplicateHandling in class EventTypepublic void setDuplicateHandling(int duplicateHandling)
public int getReferenceId1()
getReferenceId1 in class EventTypepublic int getReferenceId2()
getReferenceId2 in class EventTypepublic int hashCode()
hashCode in class java.lang.Objectpublic boolean equals(java.lang.Object obj)
equals in class java.lang.Objectpublic void jsonSerialize(java.util.Map<java.lang.String,java.lang.Object> map)
jsonSerialize in interface com.serotonin.json.JsonSerializablejsonSerialize in class EventTypepublic void jsonDeserialize(com.serotonin.json.JsonReader reader,
com.serotonin.json.JsonObject json)
throws com.serotonin.json.JsonException
jsonDeserialize in interface com.serotonin.json.JsonSerializablejsonDeserialize in class EventTypecom.serotonin.json.JsonException