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