public class DeleteRawModifiedDetails extends HistoryUpdateDetails
| Modifier and Type | Class and Description |
|---|---|
static class |
DeleteRawModifiedDetails.Builder |
static class |
DeleteRawModifiedDetails.Fields |
Structure.MapKind<T>UaNamespaceTranslateable.Context| Modifier and Type | Field and Description |
|---|---|
static StructureSpecification |
SPECIFICATION |
| Modifier | Constructor and Description |
|---|---|
|
DeleteRawModifiedDetails() |
|
DeleteRawModifiedDetails(NodeId f_nodeId,
Boolean f_isDeleteModified,
DateTime f_startTime,
DateTime f_endTime) |
protected |
DeleteRawModifiedDetails(UaDataTypeSpecification specification) |
| Modifier and Type | Method and Description |
|---|---|
static DeleteRawModifiedDetails.Builder |
builder() |
DeleteRawModifiedDetails |
clone()
Clones the Structure.
|
DateTime |
getEndTime() |
Boolean |
getIsDeleteModified() |
NodeId |
getNodeId() |
DateTime |
getStartTime() |
void |
setEndTime(DateTime value) |
void |
setIsDeleteModified(Boolean value) |
void |
setNodeId(NodeId value) |
void |
setStartTime(DateTime value) |
DeleteRawModifiedDetails.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 DeleteRawModifiedDetails()
protected DeleteRawModifiedDetails(UaDataTypeSpecification specification)
public NodeId getNodeId()
public void setNodeId(NodeId value)
public Boolean getIsDeleteModified()
public void setIsDeleteModified(Boolean value)
public DateTime getStartTime()
public void setStartTime(DateTime value)
public DateTime getEndTime()
public void setEndTime(DateTime value)
public DeleteRawModifiedDetails clone()
AbstractStructureCloneNotSupportedException
as all Structures must be cloneable.clone in interface Structureclone in class HistoryUpdateDetailspublic static DeleteRawModifiedDetails.Builder builder()
public DeleteRawModifiedDetails.Builder toBuilder()
Structure#getClass() as this one.toBuilder in interface StructuretoBuilder in class HistoryUpdateDetailsCopyright © 2026. All rights reserved.