Class EndpointType
- java.lang.Object
-
- org.apache.plc4x.java.opcua.readwrite.ExtensionObjectDefinition
-
- org.apache.plc4x.java.opcua.readwrite.EndpointType
-
- All Implemented Interfaces:
Message,Serializable
public class EndpointType extends ExtensionObjectDefinition implements Message
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classEndpointType.EndpointTypeBuilderImpl-
Nested classes/interfaces inherited from class org.apache.plc4x.java.opcua.readwrite.ExtensionObjectDefinition
ExtensionObjectDefinition.ExtensionObjectDefinitionBuilder
-
-
Field Summary
Fields Modifier and Type Field Description protected PascalStringendpointUrlprotected MessageSecurityModesecurityModeprotected PascalStringsecurityPolicyUriprotected PascalStringtransportProfileUri
-
Constructor Summary
Constructors Constructor Description EndpointType(PascalString endpointUrl, MessageSecurityMode securityMode, PascalString securityPolicyUri, PascalString transportProfileUri)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)PascalStringgetEndpointUrl()StringgetIdentifier()intgetLengthInBits()intgetLengthInBytes()MessageSecurityModegetSecurityMode()PascalStringgetSecurityPolicyUri()PascalStringgetTransportProfileUri()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
-
endpointUrl
protected final PascalString endpointUrl
-
securityMode
protected final MessageSecurityMode securityMode
-
securityPolicyUri
protected final PascalString securityPolicyUri
-
transportProfileUri
protected final PascalString transportProfileUri
-
-
Constructor Detail
-
EndpointType
public EndpointType(PascalString endpointUrl, MessageSecurityMode securityMode, PascalString securityPolicyUri, PascalString transportProfileUri)
-
-
Method Detail
-
getIdentifier
public String getIdentifier()
- Specified by:
getIdentifierin classExtensionObjectDefinition
-
getEndpointUrl
public PascalString getEndpointUrl()
-
getSecurityMode
public MessageSecurityMode getSecurityMode()
-
getSecurityPolicyUri
public PascalString getSecurityPolicyUri()
-
getTransportProfileUri
public PascalString getTransportProfileUri()
-
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
-
-