Class NodeId
- java.lang.Object
-
- org.apache.plc4x.java.opcua.readwrite.NodeId
-
- All Implemented Interfaces:
Message,Serializable
public class NodeId extends Object implements Message
-
-
Field Summary
Fields Modifier and Type Field Description protected NodeIdTypeDefinitionnodeId
-
Constructor Summary
Constructors Constructor Description NodeId(NodeIdTypeDefinition nodeId)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)StringgetId()intgetLengthInBits()intgetLengthInBytes()NodeIdTypeDefinitiongetNodeId()inthashCode()voidserialize(WriteBuffer writeBuffer)static NodeIdstaticParse(ReadBuffer readBuffer)static NodeIdstaticParse(ReadBuffer readBuffer, Object... args)StringtoString()
-
-
-
Field Detail
-
nodeId
protected final NodeIdTypeDefinition nodeId
-
-
Constructor Detail
-
NodeId
public NodeId(NodeIdTypeDefinition nodeId)
-
-
Method Detail
-
getNodeId
public NodeIdTypeDefinition getNodeId()
-
getId
public String getId()
-
serialize
public void serialize(WriteBuffer writeBuffer) throws SerializationException
- Specified by:
serializein interfaceSerializable- Throws:
SerializationException
-
getLengthInBytes
public int getLengthInBytes()
- Specified by:
getLengthInBytesin interfaceMessage
-
getLengthInBits
public int getLengthInBits()
- Specified by:
getLengthInBitsin interfaceMessage
-
staticParse
public static NodeId staticParse(ReadBuffer readBuffer, Object... args) throws ParseException
- Throws:
ParseException
-
staticParse
public static NodeId staticParse(ReadBuffer readBuffer) throws ParseException
- Throws:
ParseException
-
-