Class VariantInt64
java.lang.Object
org.apache.plc4x.java.opcua.readwrite.Variant
org.apache.plc4x.java.opcua.readwrite.VariantInt64
- All Implemented Interfaces:
Message,Serializable
-
Nested Class Summary
Nested ClassesNested classes/interfaces inherited from class org.apache.plc4x.java.opcua.readwrite.Variant
Variant.VariantBuilder -
Field Summary
FieldsFields inherited from class org.apache.plc4x.java.opcua.readwrite.Variant
arrayDimensions, arrayDimensionsSpecified, arrayLengthSpecified, noOfArrayDimensions -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanintintgetValue()inthashCode()protected voidserializeVariantChild(WriteBuffer writeBuffer) staticParseBuilder(ReadBuffer readBuffer, Boolean arrayLengthSpecified) toString()Methods inherited from class org.apache.plc4x.java.opcua.readwrite.Variant
getArrayDimensions, getArrayDimensionsSpecified, getArrayLengthSpecified, getNoOfArrayDimensions, serialize, staticParse, staticParseMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface org.apache.plc4x.java.spi.utils.Serializable
serialize
-
Field Details
-
arrayLength
-
value
-
-
Constructor Details
-
VariantInt64
-
-
Method Details
-
getVariantType
- Specified by:
getVariantTypein classVariant
-
getArrayLength
-
getValue
-
serializeVariantChild
- Specified by:
serializeVariantChildin classVariant- Throws:
SerializationException
-
getLengthInBytes
public int getLengthInBytes()- Specified by:
getLengthInBytesin interfaceMessage- Overrides:
getLengthInBytesin classVariant
-
getLengthInBits
public int getLengthInBits()- Specified by:
getLengthInBitsin interfaceMessage- Overrides:
getLengthInBitsin classVariant
-
staticParseBuilder
public static VariantInt64.VariantInt64Builder staticParseBuilder(ReadBuffer readBuffer, Boolean arrayLengthSpecified) throws ParseException - Throws:
ParseException
-
equals
-
hashCode
public int hashCode() -
toString
-