public class StateInformation extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
StateInformation.Builder |
| Constructor and Description |
|---|
StateInformation(State state,
Severity severity,
Long lastChangeTimestamp,
org.eclipse.scada.core.Variant value,
Long lastValueTimestamp,
Long lastFailTimestamp,
Long lastAckRequiredTimestamp,
Long lastAckTimestamp,
String lastAckUser,
org.eclipse.scada.core.Variant lastFailValue) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
Long |
getLastAckRequiredTimestamp() |
Long |
getLastAckTimestamp() |
String |
getLastAckUser() |
Long |
getLastChangeTimestamp() |
Long |
getLastFailTimestamp() |
org.eclipse.scada.core.Variant |
getLastFailValue() |
Long |
getLastValueTimestamp() |
Severity |
getSeverity() |
State |
getState() |
org.eclipse.scada.core.Variant |
getValue() |
int |
hashCode() |
String |
toString() |
public StateInformation(State state, Severity severity, Long lastChangeTimestamp, org.eclipse.scada.core.Variant value, Long lastValueTimestamp, Long lastFailTimestamp, Long lastAckRequiredTimestamp, Long lastAckTimestamp, String lastAckUser, org.eclipse.scada.core.Variant lastFailValue)
public State getState()
public Severity getSeverity()
public Long getLastChangeTimestamp()
public org.eclipse.scada.core.Variant getValue()
public Long getLastValueTimestamp()
public Long getLastFailTimestamp()
public Long getLastAckRequiredTimestamp()
public Long getLastAckTimestamp()
public String getLastAckUser()
public org.eclipse.scada.core.Variant getLastFailValue()