public class DeleteEventDetails extends HistoryUpdateDetails
| Modifier and Type | Class and Description |
|---|---|
static class |
DeleteEventDetails.Builder |
static class |
DeleteEventDetails.Fields |
Structure.MapKind<T>UaNamespaceTranslateable.Context| Modifier and Type | Field and Description |
|---|---|
static StructureSpecification |
SPECIFICATION |
| Modifier | Constructor and Description |
|---|---|
|
DeleteEventDetails() |
|
DeleteEventDetails(NodeId f_nodeId,
ByteString[] f_eventIds) |
protected |
DeleteEventDetails(UaDataTypeSpecification specification) |
| Modifier and Type | Method and Description |
|---|---|
static DeleteEventDetails.Builder |
builder() |
DeleteEventDetails |
clone()
Clones the Structure.
|
ByteString[] |
getEventIds() |
NodeId |
getNodeId() |
void |
setEventIds(ByteString[] value) |
void |
setNodeId(NodeId value) |
DeleteEventDetails.Builder |
toBuilder()
Returns a builder with the data of this Structure pre-set.
|
builderclear, 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 DeleteEventDetails()
protected DeleteEventDetails(UaDataTypeSpecification specification)
public DeleteEventDetails(NodeId f_nodeId, ByteString[] f_eventIds)
public NodeId getNodeId()
public void setNodeId(NodeId value)
public ByteString[] getEventIds()
public void setEventIds(ByteString[] value)
public DeleteEventDetails clone()
AbstractStructureCloneNotSupportedException
as all Structures must be cloneable.clone in interface Structureclone in class HistoryUpdateDetailspublic static DeleteEventDetails.Builder builder()
public DeleteEventDetails.Builder toBuilder()
Structure#getClass() as this one.toBuilder in interface StructuretoBuilder in class HistoryUpdateDetailsCopyright © 2026. All rights reserved.