Class BrokerDataSetWriterTransportDataType
java.lang.Object
org.eclipse.milo.opcua.stack.core.types.structured.Structure
org.eclipse.milo.opcua.stack.core.types.structured.DataSetWriterTransportDataType
org.eclipse.milo.opcua.stack.core.types.structured.BrokerDataSetWriterTransportDataType
- All Implemented Interfaces:
UaDataType,UaStructuredType
public class BrokerDataSetWriterTransportDataType
extends DataSetWriterTransportDataType
implements UaStructuredType
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final ExpandedNodeIdstatic final ExpandedNodeIdstatic final ExpandedNodeIdstatic final ExpandedNodeId -
Constructor Summary
ConstructorsConstructorDescriptionBrokerDataSetWriterTransportDataType(@Nullable String queueName, @Nullable String resourceUri, @Nullable String authenticationProfileUri, BrokerTransportQualityOfService requestedDeliveryGuarantee, @Nullable String metaDataQueueName, Double metaDataUpdateTime) -
Method Summary
Modifier and TypeMethodDescriptionstatic StructureDefinitiondefinition(NamespaceTable namespaceTable) boolean@Nullable String@Nullable String@Nullable String@Nullable StringGet theExpandedNodeIdidentifying this DataType.inthashCode()toString()Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface org.eclipse.milo.opcua.stack.core.types.UaDataType
getTypeName
-
Field Details
-
TYPE_ID
-
BINARY_ENCODING_ID
-
XML_ENCODING_ID
-
JSON_ENCODING_ID
-
-
Constructor Details
-
BrokerDataSetWriterTransportDataType
-
-
Method Details
-
getTypeId
Description copied from interface:UaDataTypeGet theExpandedNodeIdidentifying this DataType.- Specified by:
getTypeIdin interfaceUaDataType- Overrides:
getTypeIdin classDataSetWriterTransportDataType- Returns:
- the
ExpandedNodeIdidentifying this DataType.
-
getBinaryEncodingId
- Specified by:
getBinaryEncodingIdin interfaceUaStructuredType- Overrides:
getBinaryEncodingIdin classDataSetWriterTransportDataType
-
getXmlEncodingId
- Specified by:
getXmlEncodingIdin interfaceUaStructuredType- Overrides:
getXmlEncodingIdin classDataSetWriterTransportDataType
-
getJsonEncodingId
- Specified by:
getJsonEncodingIdin interfaceUaStructuredType- Overrides:
getJsonEncodingIdin classDataSetWriterTransportDataType
-
getQueueName
-
getResourceUri
-
getAuthenticationProfileUri
-
getRequestedDeliveryGuarantee
-
getMetaDataQueueName
-
getMetaDataUpdateTime
-
equals
-
hashCode
public int hashCode() -
toString
- Overrides:
toStringin classDataSetWriterTransportDataType
-
definition
-