Class ActivateSessionResponse.ActivateSessionResponseBuilderImpl
- java.lang.Object
-
- org.apache.plc4x.java.opcua.readwrite.ActivateSessionResponse.ActivateSessionResponseBuilderImpl
-
- All Implemented Interfaces:
ExtensionObjectDefinition.ExtensionObjectDefinitionBuilder
- Enclosing class:
- ActivateSessionResponse
public static class ActivateSessionResponse.ActivateSessionResponseBuilderImpl extends Object implements ExtensionObjectDefinition.ExtensionObjectDefinitionBuilder
-
-
Constructor Summary
Constructors Constructor Description ActivateSessionResponseBuilderImpl(ExtensionObjectDefinition responseHeader, PascalByteString serverNonce, int noOfResults, List<StatusCode> results, int noOfDiagnosticInfos, List<DiagnosticInfo> diagnosticInfos)
-
-
-
Constructor Detail
-
ActivateSessionResponseBuilderImpl
public ActivateSessionResponseBuilderImpl(ExtensionObjectDefinition responseHeader, PascalByteString serverNonce, int noOfResults, List<StatusCode> results, int noOfDiagnosticInfos, List<DiagnosticInfo> diagnosticInfos)
-
-
Method Detail
-
build
public ActivateSessionResponse build()
- Specified by:
buildin interfaceExtensionObjectDefinition.ExtensionObjectDefinitionBuilder
-
-