public class HistoryReadResult extends DynamicStructure
| Modifier and Type | Class and Description |
|---|---|
static class |
HistoryReadResult.Builder |
static class |
HistoryReadResult.Fields |
Structure.MapKind<T>UaNamespaceTranslateable.Context| Modifier and Type | Field and Description |
|---|---|
static StructureSpecification |
SPECIFICATION |
| Modifier | Constructor and Description |
|---|---|
|
HistoryReadResult() |
|
HistoryReadResult(StatusCode f_statusCode,
ByteString f_continuationPoint,
Structure f_historyData) |
protected |
HistoryReadResult(UaDataTypeSpecification specification) |
| Modifier and Type | Method and Description |
|---|---|
static HistoryReadResult.Builder |
builder() |
HistoryReadResult |
clone()
Clones the Structure.
|
ByteString |
getContinuationPoint() |
Structure |
getHistoryData() |
StatusCode |
getStatusCode() |
void |
setContinuationPoint(ByteString value) |
void |
setHistoryData(Structure value) |
void |
setStatusCode(StatusCode value) |
HistoryReadResult.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 HistoryReadResult()
protected HistoryReadResult(UaDataTypeSpecification specification)
public HistoryReadResult(StatusCode f_statusCode, ByteString f_continuationPoint, Structure f_historyData)
public StatusCode getStatusCode()
public void setStatusCode(StatusCode value)
public ByteString getContinuationPoint()
public void setContinuationPoint(ByteString value)
public Structure getHistoryData()
public void setHistoryData(Structure value)
public HistoryReadResult clone()
AbstractStructureCloneNotSupportedException
as all Structures must be cloneable.clone in interface Structureclone in class DynamicStructurepublic static HistoryReadResult.Builder builder()
public HistoryReadResult.Builder toBuilder()
Structure#getClass() as this one.toBuilder in interface StructuretoBuilder in class AbstractStructureCopyright © 2026. All rights reserved.