Klasse DataValue

java.lang.Object
org.apache.plc4x.java.opcua.readwrite.DataValue
Alle implementierten Schnittstellen:
Message, Serializable

public class DataValue extends Object implements Message
  • Felddetails

    • serverPicosecondsSpecified

      protected final boolean serverPicosecondsSpecified
    • sourcePicosecondsSpecified

      protected final boolean sourcePicosecondsSpecified
    • serverTimestampSpecified

      protected final boolean serverTimestampSpecified
    • sourceTimestampSpecified

      protected final boolean sourceTimestampSpecified
    • statusCodeSpecified

      protected final boolean statusCodeSpecified
    • valueSpecified

      protected final boolean valueSpecified
    • value

      protected final Variant value
    • statusCode

      protected final StatusCode statusCode
    • sourceTimestamp

      protected final Long sourceTimestamp
    • sourcePicoseconds

      protected final Integer sourcePicoseconds
    • serverTimestamp

      protected final Long serverTimestamp
    • serverPicoseconds

      protected final Integer serverPicoseconds
  • Konstruktordetails

    • DataValue

      public DataValue(boolean serverPicosecondsSpecified, boolean sourcePicosecondsSpecified, boolean serverTimestampSpecified, boolean sourceTimestampSpecified, boolean statusCodeSpecified, boolean valueSpecified, Variant value, StatusCode statusCode, Long sourceTimestamp, Integer sourcePicoseconds, Long serverTimestamp, Integer serverPicoseconds)
  • Methodendetails

    • getServerPicosecondsSpecified

      public boolean getServerPicosecondsSpecified()
    • getSourcePicosecondsSpecified

      public boolean getSourcePicosecondsSpecified()
    • getServerTimestampSpecified

      public boolean getServerTimestampSpecified()
    • getSourceTimestampSpecified

      public boolean getSourceTimestampSpecified()
    • getStatusCodeSpecified

      public boolean getStatusCodeSpecified()
    • getValueSpecified

      public boolean getValueSpecified()
    • getValue

      public Variant getValue()
    • getStatusCode

      public StatusCode getStatusCode()
    • getSourceTimestamp

      public Long getSourceTimestamp()
    • getSourcePicoseconds

      public Integer getSourcePicoseconds()
    • getServerTimestamp

      public Long getServerTimestamp()
    • getServerPicoseconds

      public Integer getServerPicoseconds()
    • serialize

      public void serialize(WriteBuffer writeBuffer) throws SerializationException
      Angegeben von:
      serialize in Schnittstelle Serializable
      Löst aus:
      SerializationException
    • getLengthInBytes

      public int getLengthInBytes()
      Angegeben von:
      getLengthInBytes in Schnittstelle Message
    • getLengthInBits

      public int getLengthInBits()
      Angegeben von:
      getLengthInBits in Schnittstelle Message
    • staticParse

      public static DataValue staticParse(ReadBuffer readBuffer, Object... args) throws ParseException
      Löst aus:
      ParseException
    • staticParse

      public static DataValue staticParse(ReadBuffer readBuffer) throws ParseException
      Löst aus:
      ParseException
    • equals

      public boolean equals(Object o)
      Setzt außer Kraft:
      equals in Klasse Object
    • hashCode

      public int hashCode()
      Setzt außer Kraft:
      hashCode in Klasse Object
    • toString

      public String toString()
      Setzt außer Kraft:
      toString in Klasse Object