public static class StateInformation.Builder
extends java.lang.Object
| Constructor and Description |
|---|
StateInformation.Builder(StateInformation other) |
| Modifier and Type | Method and Description |
|---|---|
StateInformation |
build() |
StateInformation.Builder |
setLastAckRequiredTimestamp(java.lang.Long lastAckRequiredTimestamp) |
StateInformation.Builder |
setLastAckTimestamp(java.lang.Long lastAckTimestamp) |
StateInformation.Builder |
setLastAckUser(java.lang.String lastAckUser) |
StateInformation.Builder |
setLastChangeTimestamp(java.lang.Long lastChangeTimestamp) |
StateInformation.Builder |
setLastFailTimestamp(java.lang.Long lastFailTimestamp) |
StateInformation.Builder |
setLastFailValue(Variant lastFailValue) |
StateInformation.Builder |
setLastValueTimestamp(java.lang.Long lastValueTimestamp) |
StateInformation.Builder |
setSeverity(Severity severity) |
StateInformation.Builder |
setState(State state) |
StateInformation.Builder |
setValue(Variant value) |
public StateInformation.Builder(StateInformation other)
public StateInformation build()
public StateInformation.Builder setLastAckRequiredTimestamp(java.lang.Long lastAckRequiredTimestamp)
public StateInformation.Builder setLastFailTimestamp(java.lang.Long lastFailTimestamp)
public StateInformation.Builder setLastValueTimestamp(java.lang.Long lastValueTimestamp)
public StateInformation.Builder setSeverity(Severity severity)
public StateInformation.Builder setState(State state)
public StateInformation.Builder setLastAckTimestamp(java.lang.Long lastAckTimestamp)
public StateInformation.Builder setLastChangeTimestamp(java.lang.Long lastChangeTimestamp)
public StateInformation.Builder setLastAckUser(java.lang.String lastAckUser)
public StateInformation.Builder setValue(Variant value)
public StateInformation.Builder setLastFailValue(Variant lastFailValue)
Copyright (c) IBH SYSTEMS GmbH and others 2010, 2013.
All rights reserved. This program and the accompanying materials
are made available under the terms of the
Eclipse Public License v1.0