public class ReadEventDetails2 extends ReadEventDetails
| Modifier and Type | Class and Description |
|---|---|
static class |
ReadEventDetails2.Builder |
static class |
ReadEventDetails2.Fields |
Structure.MapKind<T>UaNamespaceTranslateable.Context| Modifier and Type | Field and Description |
|---|---|
static StructureSpecification |
SPECIFICATION |
| Modifier | Constructor and Description |
|---|---|
|
ReadEventDetails2() |
|
ReadEventDetails2(Boolean f_readModified) |
protected |
ReadEventDetails2(UaDataTypeSpecification specification) |
|
ReadEventDetails2(UnsignedInteger f_numValuesPerNode,
DateTime f_startTime,
DateTime f_endTime,
EventFilter f_filter,
Boolean f_readModified) |
| Modifier and Type | Method and Description |
|---|---|
static ReadEventDetails2.Builder |
builder() |
ReadEventDetails2 |
clone()
Clones the Structure.
|
Boolean |
getReadModified() |
void |
setReadModified(Boolean value) |
ReadEventDetails2.Builder |
toBuilder()
Returns a builder with the data of this Structure pre-set.
|
getEndTime, getFilter, getNumValuesPerNode, getStartTime, setEndTime, setFilter, setNumValuesPerNode, setStartTimebuilderclear, equals, forEachField, forEachField, get, get, hashCode, indexGet, indexSet, set, set, specification, toFieldNamesMap, toFieldNamesMap, toFieldsMap, toFieldsMap, toStringfinalize, getClass, notify, notifyAll, wait, wait, waitreduceFields, reduceFields, toMap, withTranslatedNamespacespublic static final StructureSpecification SPECIFICATION
public ReadEventDetails2()
protected ReadEventDetails2(UaDataTypeSpecification specification)
public ReadEventDetails2(Boolean f_readModified)
public ReadEventDetails2(UnsignedInteger f_numValuesPerNode, DateTime f_startTime, DateTime f_endTime, EventFilter f_filter, Boolean f_readModified)
public Boolean getReadModified()
public void setReadModified(Boolean value)
public ReadEventDetails2 clone()
AbstractStructureCloneNotSupportedException
as all Structures must be cloneable.clone in interface Structureclone in class ReadEventDetailspublic static ReadEventDetails2.Builder builder()
public ReadEventDetails2.Builder toBuilder()
Structure#getClass() as this one.toBuilder in interface StructuretoBuilder in class ReadEventDetailsCopyright © 2026. All rights reserved.