Class BrowseDescription
- java.lang.Object
-
- org.apache.plc4x.java.opcua.readwrite.ExtensionObjectDefinition
-
- org.apache.plc4x.java.opcua.readwrite.BrowseDescription
-
- All Implemented Interfaces:
Message,Serializable
public class BrowseDescription extends ExtensionObjectDefinition implements Message
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classBrowseDescription.BrowseDescriptionBuilderImpl-
Nested classes/interfaces inherited from class org.apache.plc4x.java.opcua.readwrite.ExtensionObjectDefinition
ExtensionObjectDefinition.ExtensionObjectDefinitionBuilder
-
-
Field Summary
Fields Modifier and Type Field Description protected BrowseDirectionbrowseDirectionprotected booleanincludeSubtypesprotected longnodeClassMaskprotected NodeIdnodeIdprotected NodeIdreferenceTypeIdprotected longresultMask
-
Constructor Summary
Constructors Constructor Description BrowseDescription(NodeId nodeId, BrowseDirection browseDirection, NodeId referenceTypeId, boolean includeSubtypes, long nodeClassMask, long resultMask)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)BrowseDirectiongetBrowseDirection()StringgetIdentifier()booleangetIncludeSubtypes()intgetLengthInBits()intgetLengthInBytes()longgetNodeClassMask()NodeIdgetNodeId()NodeIdgetReferenceTypeId()longgetResultMask()inthashCode()protected voidserializeExtensionObjectDefinitionChild(WriteBuffer writeBuffer)static ExtensionObjectDefinition.ExtensionObjectDefinitionBuilderstaticParseExtensionObjectDefinitionBuilder(ReadBuffer readBuffer, String identifier)StringtoString()-
Methods inherited from class org.apache.plc4x.java.opcua.readwrite.ExtensionObjectDefinition
serialize, staticParse, staticParse
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface org.apache.plc4x.java.spi.utils.Serializable
serialize
-
-
-
-
Field Detail
-
nodeId
protected final NodeId nodeId
-
browseDirection
protected final BrowseDirection browseDirection
-
referenceTypeId
protected final NodeId referenceTypeId
-
includeSubtypes
protected final boolean includeSubtypes
-
nodeClassMask
protected final long nodeClassMask
-
resultMask
protected final long resultMask
-
-
Constructor Detail
-
BrowseDescription
public BrowseDescription(NodeId nodeId, BrowseDirection browseDirection, NodeId referenceTypeId, boolean includeSubtypes, long nodeClassMask, long resultMask)
-
-
Method Detail
-
getIdentifier
public String getIdentifier()
- Specified by:
getIdentifierin classExtensionObjectDefinition
-
getNodeId
public NodeId getNodeId()
-
getBrowseDirection
public BrowseDirection getBrowseDirection()
-
getReferenceTypeId
public NodeId getReferenceTypeId()
-
getIncludeSubtypes
public boolean getIncludeSubtypes()
-
getNodeClassMask
public long getNodeClassMask()
-
getResultMask
public long getResultMask()
-
serializeExtensionObjectDefinitionChild
protected void serializeExtensionObjectDefinitionChild(WriteBuffer writeBuffer) throws SerializationException
- Specified by:
serializeExtensionObjectDefinitionChildin classExtensionObjectDefinition- Throws:
SerializationException
-
getLengthInBytes
public int getLengthInBytes()
- Specified by:
getLengthInBytesin interfaceMessage- Overrides:
getLengthInBytesin classExtensionObjectDefinition
-
getLengthInBits
public int getLengthInBits()
- Specified by:
getLengthInBitsin interfaceMessage- Overrides:
getLengthInBitsin classExtensionObjectDefinition
-
staticParseExtensionObjectDefinitionBuilder
public static ExtensionObjectDefinition.ExtensionObjectDefinitionBuilder staticParseExtensionObjectDefinitionBuilder(ReadBuffer readBuffer, String identifier) throws ParseException
- Throws:
ParseException
-
equals
public boolean equals(Object o)
- Overrides:
equalsin classExtensionObjectDefinition
-
hashCode
public int hashCode()
- Overrides:
hashCodein classExtensionObjectDefinition
-
toString
public String toString()
- Overrides:
toStringin classExtensionObjectDefinition
-
-