Class DatagramWriterGroupTransport2DataType
java.lang.Object
org.eclipse.milo.opcua.stack.core.types.structured.Structure
org.eclipse.milo.opcua.stack.core.types.structured.WriterGroupTransportDataType
org.eclipse.milo.opcua.stack.core.types.structured.DatagramWriterGroupTransportDataType
org.eclipse.milo.opcua.stack.core.types.structured.DatagramWriterGroupTransport2DataType
- All Implemented Interfaces:
UaDataType,UaStructuredType
public class DatagramWriterGroupTransport2DataType
extends DatagramWriterGroupTransportDataType
implements UaStructuredType
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final ExpandedNodeIdstatic final ExpandedNodeIdstatic final ExpandedNodeIdstatic final ExpandedNodeId -
Constructor Summary
ConstructorsConstructorDescriptionDatagramWriterGroupTransport2DataType(UByte messageRepeatCount, Double messageRepeatDelay, NetworkAddressDataType address, @Nullable String qosCategory, TransmitQosDataType @Nullable [] datagramQos, UInteger discoveryAnnounceRate, @Nullable String topic) -
Method Summary
Modifier and TypeMethodDescriptionstatic StructureDefinitiondefinition(NamespaceTable namespaceTable) booleanTransmitQosDataType @Nullable []@Nullable String@Nullable StringgetTopic()Get theExpandedNodeIdidentifying this DataType.inthashCode()toString()Methods inherited from class org.eclipse.milo.opcua.stack.core.types.structured.DatagramWriterGroupTransportDataType
getMessageRepeatCount, getMessageRepeatDelayMethods 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
-
DatagramWriterGroupTransport2DataType
public DatagramWriterGroupTransport2DataType(UByte messageRepeatCount, Double messageRepeatDelay, NetworkAddressDataType address, @Nullable String qosCategory, TransmitQosDataType @Nullable [] datagramQos, UInteger discoveryAnnounceRate, @Nullable String topic)
-
-
Method Details
-
getTypeId
Description copied from interface:UaDataTypeGet theExpandedNodeIdidentifying this DataType.- Specified by:
getTypeIdin interfaceUaDataType- Overrides:
getTypeIdin classDatagramWriterGroupTransportDataType- Returns:
- the
ExpandedNodeIdidentifying this DataType.
-
getBinaryEncodingId
- Specified by:
getBinaryEncodingIdin interfaceUaStructuredType- Overrides:
getBinaryEncodingIdin classDatagramWriterGroupTransportDataType
-
getXmlEncodingId
- Specified by:
getXmlEncodingIdin interfaceUaStructuredType- Overrides:
getXmlEncodingIdin classDatagramWriterGroupTransportDataType
-
getJsonEncodingId
- Specified by:
getJsonEncodingIdin interfaceUaStructuredType- Overrides:
getJsonEncodingIdin classDatagramWriterGroupTransportDataType
-
getAddress
-
getQosCategory
-
getDatagramQos
-
getDiscoveryAnnounceRate
-
getTopic
-
equals
- Overrides:
equalsin classDatagramWriterGroupTransportDataType
-
hashCode
public int hashCode()- Overrides:
hashCodein classDatagramWriterGroupTransportDataType
-
toString
- Overrides:
toStringin classDatagramWriterGroupTransportDataType
-
definition
-