Class EndpointConfiguration
java.lang.Object
org.apache.plc4x.java.opcua.readwrite.ExtensionObjectDefinition
org.apache.plc4x.java.opcua.readwrite.EndpointConfiguration
- 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 intprotected final intprotected final intprotected final intprotected final intprotected final intprotected final boolean -
Constructor Summary
ConstructorsConstructorDescriptionEndpointConfiguration(int operationTimeout, boolean useBinaryEncoding, int maxStringLength, int maxByteStringLength, int maxArrayLength, int maxMessageSize, int maxBufferSize, int channelLifetime, int securityTokenLifetime) -
Method Summary
Modifier and TypeMethodDescriptionbooleanintintintintintintintintintintbooleaninthashCode()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
-
operationTimeout
protected final int operationTimeout -
useBinaryEncoding
protected final boolean useBinaryEncoding -
maxStringLength
protected final int maxStringLength -
maxByteStringLength
protected final int maxByteStringLength -
maxArrayLength
protected final int maxArrayLength -
maxMessageSize
protected final int maxMessageSize -
maxBufferSize
protected final int maxBufferSize -
channelLifetime
protected final int channelLifetime -
securityTokenLifetime
protected final int securityTokenLifetime
-
-
Constructor Details
-
EndpointConfiguration
public EndpointConfiguration(int operationTimeout, boolean useBinaryEncoding, int maxStringLength, int maxByteStringLength, int maxArrayLength, int maxMessageSize, int maxBufferSize, int channelLifetime, int securityTokenLifetime)
-
-
Method Details
-
getIdentifier
- Specified by:
getIdentifierin classExtensionObjectDefinition
-
getOperationTimeout
public int getOperationTimeout() -
getUseBinaryEncoding
public boolean getUseBinaryEncoding() -
getMaxStringLength
public int getMaxStringLength() -
getMaxByteStringLength
public int getMaxByteStringLength() -
getMaxArrayLength
public int getMaxArrayLength() -
getMaxMessageSize
public int getMaxMessageSize() -
getMaxBufferSize
public int getMaxBufferSize() -
getChannelLifetime
public int getChannelLifetime() -
getSecurityTokenLifetime
public int getSecurityTokenLifetime() -
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 EndpointConfiguration.EndpointConfigurationBuilder staticParseBuilder(ReadBuffer readBuffer, String identifier) throws ParseException - Throws:
ParseException
-
equals
- Overrides:
equalsin classExtensionObjectDefinition
-
hashCode
public int hashCode()- Overrides:
hashCodein classExtensionObjectDefinition
-
toString
- Overrides:
toStringin classExtensionObjectDefinition
-