Class SetTriggeringRequest
java.lang.Object
org.apache.plc4x.java.opcua.readwrite.ExtensionObjectDefinition
org.apache.plc4x.java.opcua.readwrite.SetTriggeringRequest
- All Implemented Interfaces:
Message,Serializable
-
Nested Class Summary
Nested ClassesNested classes/interfaces inherited from class org.apache.plc4x.java.opcua.readwrite.ExtensionObjectDefinition
ExtensionObjectDefinition.ExtensionObjectDefinitionBuilder -
Field Summary
FieldsModifier and TypeFieldDescriptionprotected final intprotected final intprotected final ExtensionObjectDefinitionprotected final longprotected final long -
Constructor Summary
ConstructorsConstructorDescriptionSetTriggeringRequest(ExtensionObjectDefinition requestHeader, long subscriptionId, long triggeringItemId, int noOfLinksToAdd, List<Long> linksToAdd, int noOfLinksToRemove, List<Long> linksToRemove) -
Method Summary
Modifier and TypeMethodDescriptionbooleanintintintintlonglonginthashCode()protected voidserializeExtensionObjectDefinitionChild(WriteBuffer writeBuffer) staticParseBuilder(ReadBuffer readBuffer, String identifier) toString()Methods inherited from class org.apache.plc4x.java.opcua.readwrite.ExtensionObjectDefinition
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
-
requestHeader
-
subscriptionId
protected final long subscriptionId -
triggeringItemId
protected final long triggeringItemId -
noOfLinksToAdd
protected final int noOfLinksToAdd -
linksToAdd
-
noOfLinksToRemove
protected final int noOfLinksToRemove -
linksToRemove
-
-
Constructor Details
-
SetTriggeringRequest
public SetTriggeringRequest(ExtensionObjectDefinition requestHeader, long subscriptionId, long triggeringItemId, int noOfLinksToAdd, List<Long> linksToAdd, int noOfLinksToRemove, List<Long> linksToRemove)
-
-
Method Details
-
getIdentifier
- Specified by:
getIdentifierin classExtensionObjectDefinition
-
getRequestHeader
-
getSubscriptionId
public long getSubscriptionId() -
getTriggeringItemId
public long getTriggeringItemId() -
getNoOfLinksToAdd
public int getNoOfLinksToAdd() -
getLinksToAdd
-
getNoOfLinksToRemove
public int getNoOfLinksToRemove() -
getLinksToRemove
-
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
-
staticParseBuilder
public static SetTriggeringRequest.SetTriggeringRequestBuilder staticParseBuilder(ReadBuffer readBuffer, String identifier) throws ParseException - Throws:
ParseException
-
equals
- Overrides:
equalsin classExtensionObjectDefinition
-
hashCode
public int hashCode()- Overrides:
hashCodein classExtensionObjectDefinition
-
toString
- Overrides:
toStringin classExtensionObjectDefinition
-