public class HistoryReadRequest extends DynamicStructure implements ServiceRequest<HistoryReadResponse>
| Modifier and Type | Class and Description |
|---|---|
static class |
HistoryReadRequest.Builder |
static class |
HistoryReadRequest.Fields |
Structure.MapKind<T>UaNamespaceTranslateable.Context| Modifier and Type | Field and Description |
|---|---|
static StructureSpecification |
SPECIFICATION |
| Modifier | Constructor and Description |
|---|---|
|
HistoryReadRequest() |
|
HistoryReadRequest(RequestHeader f_requestHeader,
Structure f_historyReadDetails,
TimestampsToReturn f_timestampsToReturn,
Boolean f_releaseContinuationPoints,
HistoryReadValueId[] f_nodesToRead) |
protected |
HistoryReadRequest(UaDataTypeSpecification specification) |
| Modifier and Type | Method and Description |
|---|---|
static HistoryReadRequest.Builder |
builder() |
HistoryReadRequest |
clone()
Clones the Structure.
|
Structure |
getHistoryReadDetails() |
HistoryReadValueId[] |
getNodesToRead() |
Boolean |
getReleaseContinuationPoints() |
RequestHeader |
getRequestHeader()
Get the
RequestHeader of this ServiceRequest. |
TimestampsToReturn |
getTimestampsToReturn() |
void |
setHistoryReadDetails(Structure value) |
void |
setNodesToRead(HistoryReadValueId[] value) |
void |
setReleaseContinuationPoints(Boolean value) |
void |
setRequestHeader(RequestHeader value)
Sets the
RequestHeader for this ServiceRequest. |
void |
setTimestampsToReturn(TimestampsToReturn value) |
HistoryReadRequest.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, waitclear, forEachField, forEachField, get, get, reduceFields, reduceFields, set, set, specification, toFieldNamesMap, toFieldNamesMap, toFieldsMap, toFieldsMap, toMap, withTranslatedNamespacespublic static final StructureSpecification SPECIFICATION
public HistoryReadRequest()
protected HistoryReadRequest(UaDataTypeSpecification specification)
public HistoryReadRequest(RequestHeader f_requestHeader, Structure f_historyReadDetails, TimestampsToReturn f_timestampsToReturn, Boolean f_releaseContinuationPoints, HistoryReadValueId[] f_nodesToRead)
public RequestHeader getRequestHeader()
ServiceRequestRequestHeader of this ServiceRequest.getRequestHeader in interface ServiceRequest<HistoryReadResponse>public void setRequestHeader(RequestHeader value)
ServiceRequestRequestHeader for this ServiceRequest.setRequestHeader in interface ServiceRequest<HistoryReadResponse>public Structure getHistoryReadDetails()
public void setHistoryReadDetails(Structure value)
public TimestampsToReturn getTimestampsToReturn()
public void setTimestampsToReturn(TimestampsToReturn value)
public Boolean getReleaseContinuationPoints()
public void setReleaseContinuationPoints(Boolean value)
public HistoryReadValueId[] getNodesToRead()
public void setNodesToRead(HistoryReadValueId[] value)
public HistoryReadRequest clone()
AbstractStructureCloneNotSupportedException
as all Structures must be cloneable.clone in interface Structureclone in class DynamicStructurepublic static HistoryReadRequest.Builder builder()
public HistoryReadRequest.Builder toBuilder()
Structure#getClass() as this one.toBuilder in interface StructuretoBuilder in class AbstractStructureCopyright © 2026. All rights reserved.