Class ReadEventDetails2
java.lang.Object
org.eclipse.milo.opcua.stack.core.types.structured.Structure
org.eclipse.milo.opcua.stack.core.types.structured.HistoryReadDetails
org.eclipse.milo.opcua.stack.core.types.structured.ReadEventDetails
org.eclipse.milo.opcua.stack.core.types.structured.ReadEventDetails2
- All Implemented Interfaces:
UaDataType,UaStructuredType
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final ExpandedNodeIdstatic final ExpandedNodeIdstatic final ExpandedNodeIdstatic final ExpandedNodeId -
Constructor Summary
ConstructorsConstructorDescriptionReadEventDetails2(UInteger numValuesPerNode, DateTime startTime, DateTime endTime, EventFilter filter, Boolean readModified) -
Method Summary
Modifier and TypeMethodDescriptionstatic StructureDefinitiondefinition(NamespaceTable namespaceTable) booleanGet theExpandedNodeIdidentifying this DataType.inthashCode()toString()Methods inherited from class org.eclipse.milo.opcua.stack.core.types.structured.ReadEventDetails
getEndTime, getFilter, getNumValuesPerNode, getStartTimeMethods 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
-
ReadEventDetails2
public ReadEventDetails2(UInteger numValuesPerNode, DateTime startTime, DateTime endTime, EventFilter filter, Boolean readModified)
-
-
Method Details
-
getTypeId
Description copied from interface:UaDataTypeGet theExpandedNodeIdidentifying this DataType.- Specified by:
getTypeIdin interfaceUaDataType- Overrides:
getTypeIdin classReadEventDetails- Returns:
- the
ExpandedNodeIdidentifying this DataType.
-
getBinaryEncodingId
- Specified by:
getBinaryEncodingIdin interfaceUaStructuredType- Overrides:
getBinaryEncodingIdin classReadEventDetails
-
getXmlEncodingId
- Specified by:
getXmlEncodingIdin interfaceUaStructuredType- Overrides:
getXmlEncodingIdin classReadEventDetails
-
getJsonEncodingId
- Specified by:
getJsonEncodingIdin interfaceUaStructuredType- Overrides:
getJsonEncodingIdin classReadEventDetails
-
getReadModified
-
equals
- Overrides:
equalsin classReadEventDetails
-
hashCode
public int hashCode()- Overrides:
hashCodein classReadEventDetails
-
toString
- Overrides:
toStringin classReadEventDetails
-
definition
-