public class ReadRawModifiedDetails extends HistoryReadDetails
| Modifier and Type | Class and Description |
|---|---|
static class |
ReadRawModifiedDetails.Builder |
static class |
ReadRawModifiedDetails.Fields |
Structure.MapKind<T>UaNamespaceTranslateable.Context| Modifier and Type | Field and Description |
|---|---|
static StructureSpecification |
SPECIFICATION |
| Modifier | Constructor and Description |
|---|---|
|
ReadRawModifiedDetails() |
|
ReadRawModifiedDetails(Boolean f_isReadModified,
DateTime f_startTime,
DateTime f_endTime,
UnsignedInteger f_numValuesPerNode,
Boolean f_returnBounds) |
protected |
ReadRawModifiedDetails(UaDataTypeSpecification specification) |
| Modifier and Type | Method and Description |
|---|---|
static ReadRawModifiedDetails.Builder |
builder() |
ReadRawModifiedDetails |
clone()
Clones the Structure.
|
DateTime |
getEndTime() |
Boolean |
getIsReadModified() |
UnsignedInteger |
getNumValuesPerNode() |
Boolean |
getReturnBounds() |
DateTime |
getStartTime() |
void |
setEndTime(DateTime value) |
void |
setIsReadModified(Boolean value) |
void |
setNumValuesPerNode(UnsignedInteger value) |
void |
setReturnBounds(Boolean value) |
void |
setStartTime(DateTime value) |
ReadRawModifiedDetails.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 ReadRawModifiedDetails()
protected ReadRawModifiedDetails(UaDataTypeSpecification specification)
public ReadRawModifiedDetails(Boolean f_isReadModified, DateTime f_startTime, DateTime f_endTime, UnsignedInteger f_numValuesPerNode, Boolean f_returnBounds)
public Boolean getIsReadModified()
public void setIsReadModified(Boolean value)
public DateTime getStartTime()
public void setStartTime(DateTime value)
public DateTime getEndTime()
public void setEndTime(DateTime value)
public UnsignedInteger getNumValuesPerNode()
public void setNumValuesPerNode(UnsignedInteger value)
public Boolean getReturnBounds()
public void setReturnBounds(Boolean value)
public ReadRawModifiedDetails clone()
AbstractStructureCloneNotSupportedException
as all Structures must be cloneable.clone in interface Structureclone in class HistoryReadDetailspublic static ReadRawModifiedDetails.Builder builder()
public ReadRawModifiedDetails.Builder toBuilder()
Structure#getClass() as this one.toBuilder in interface StructuretoBuilder in class HistoryReadDetailsCopyright © 2026. All rights reserved.