public class UpdateDataDetails extends HistoryUpdateDetails
| Modifier and Type | Class and Description |
|---|---|
static class |
UpdateDataDetails.Builder |
static class |
UpdateDataDetails.Fields |
Structure.MapKind<T>UaNamespaceTranslateable.Context| Modifier and Type | Field and Description |
|---|---|
static StructureSpecification |
SPECIFICATION |
| Modifier | Constructor and Description |
|---|---|
|
UpdateDataDetails() |
|
UpdateDataDetails(NodeId f_nodeId,
PerformUpdateType f_performInsertReplace,
DataValue[] f_updateValues) |
protected |
UpdateDataDetails(UaDataTypeSpecification specification) |
| Modifier and Type | Method and Description |
|---|---|
static UpdateDataDetails.Builder |
builder() |
UpdateDataDetails |
clone()
Clones the Structure.
|
NodeId |
getNodeId() |
PerformUpdateType |
getPerformInsertReplace() |
DataValue[] |
getUpdateValues() |
void |
setNodeId(NodeId value) |
void |
setPerformInsertReplace(PerformUpdateType value) |
void |
setUpdateValues(DataValue[] value) |
UpdateDataDetails.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 UpdateDataDetails()
protected UpdateDataDetails(UaDataTypeSpecification specification)
public UpdateDataDetails(NodeId f_nodeId, PerformUpdateType f_performInsertReplace, DataValue[] f_updateValues)
public NodeId getNodeId()
public void setNodeId(NodeId value)
public PerformUpdateType getPerformInsertReplace()
public void setPerformInsertReplace(PerformUpdateType value)
public DataValue[] getUpdateValues()
public void setUpdateValues(DataValue[] value)
public UpdateDataDetails clone()
AbstractStructureCloneNotSupportedException
as all Structures must be cloneable.clone in interface Structureclone in class HistoryUpdateDetailspublic static UpdateDataDetails.Builder builder()
public UpdateDataDetails.Builder toBuilder()
Structure#getClass() as this one.toBuilder in interface StructuretoBuilder in class HistoryUpdateDetailsCopyright © 2026. All rights reserved.