Class ApplicationDescription
java.lang.Object
org.apache.plc4x.java.opcua.readwrite.ExtensionObjectDefinition
org.apache.plc4x.java.opcua.readwrite.ApplicationDescription
- All Implemented Interfaces:
Message,Serializable
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classNested classes/interfaces inherited from class org.apache.plc4x.java.opcua.readwrite.ExtensionObjectDefinition
ExtensionObjectDefinition.ExtensionObjectDefinitionBuilder -
Field Summary
FieldsModifier and TypeFieldDescriptionprotected final LocalizedTextprotected final ApplicationTypeprotected final PascalStringprotected final PascalStringprotected final List<PascalString>protected final PascalStringprotected final intprotected final PascalString -
Constructor Summary
ConstructorsConstructorDescriptionApplicationDescription(PascalString applicationUri, PascalString productUri, LocalizedText applicationName, ApplicationType applicationType, PascalString gatewayServerUri, PascalString discoveryProfileUri, int noOfDiscoveryUrls, List<PascalString> discoveryUrls) -
Method Summary
Modifier and TypeMethodDescriptionbooleanintintintinthashCode()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
-
applicationUri
-
productUri
-
applicationName
-
applicationType
-
gatewayServerUri
-
discoveryProfileUri
-
noOfDiscoveryUrls
protected final int noOfDiscoveryUrls -
discoveryUrls
-
-
Constructor Details
-
ApplicationDescription
public ApplicationDescription(PascalString applicationUri, PascalString productUri, LocalizedText applicationName, ApplicationType applicationType, PascalString gatewayServerUri, PascalString discoveryProfileUri, int noOfDiscoveryUrls, List<PascalString> discoveryUrls)
-
-
Method Details
-
getIdentifier
- Specified by:
getIdentifierin classExtensionObjectDefinition
-
getApplicationUri
-
getProductUri
-
getApplicationName
-
getApplicationType
-
getGatewayServerUri
-
getDiscoveryProfileUri
-
getNoOfDiscoveryUrls
public int getNoOfDiscoveryUrls() -
getDiscoveryUrls
-
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 ApplicationDescription.ApplicationDescriptionBuilder staticParseBuilder(ReadBuffer readBuffer, String identifier) throws ParseException - Throws:
ParseException
-
equals
- Overrides:
equalsin classExtensionObjectDefinition
-
hashCode
public int hashCode()- Overrides:
hashCodein classExtensionObjectDefinition
-
toString
- Overrides:
toStringin classExtensionObjectDefinition
-