public class ResponseHeader extends DynamicStructure
| Modifier and Type | Class and Description |
|---|---|
static class |
ResponseHeader.Builder |
static class |
ResponseHeader.Fields |
Structure.MapKind<T>UaNamespaceTranslateable.Context| Modifier and Type | Field and Description |
|---|---|
static StructureSpecification |
SPECIFICATION |
| Modifier | Constructor and Description |
|---|---|
|
ResponseHeader() |
|
ResponseHeader(DateTime f_timestamp,
UnsignedInteger f_requestHandle,
StatusCode f_serviceResult,
DiagnosticInfo f_serviceDiagnostics,
String[] f_stringTable,
Structure f_additionalHeader) |
protected |
ResponseHeader(UaDataTypeSpecification specification) |
| Modifier and Type | Method and Description |
|---|---|
static ResponseHeader.Builder |
builder() |
ResponseHeader |
clone()
Clones the Structure.
|
Structure |
getAdditionalHeader() |
UnsignedInteger |
getRequestHandle() |
DiagnosticInfo |
getServiceDiagnostics() |
StatusCode |
getServiceResult() |
String[] |
getStringTable() |
DateTime |
getTimestamp() |
void |
setAdditionalHeader(Structure value) |
void |
setRequestHandle(UnsignedInteger value) |
void |
setServiceDiagnostics(DiagnosticInfo value) |
void |
setServiceResult(StatusCode value) |
void |
setStringTable(String[] value) |
void |
setTimestamp(DateTime value) |
ResponseHeader.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 ResponseHeader()
protected ResponseHeader(UaDataTypeSpecification specification)
public ResponseHeader(DateTime f_timestamp, UnsignedInteger f_requestHandle, StatusCode f_serviceResult, DiagnosticInfo f_serviceDiagnostics, String[] f_stringTable, Structure f_additionalHeader)
public DateTime getTimestamp()
public void setTimestamp(DateTime value)
public UnsignedInteger getRequestHandle()
public void setRequestHandle(UnsignedInteger value)
public StatusCode getServiceResult()
public void setServiceResult(StatusCode value)
public DiagnosticInfo getServiceDiagnostics()
public void setServiceDiagnostics(DiagnosticInfo value)
public String[] getStringTable()
public void setStringTable(String[] value)
public Structure getAdditionalHeader()
public void setAdditionalHeader(Structure value)
public ResponseHeader clone()
AbstractStructureCloneNotSupportedException
as all Structures must be cloneable.clone in interface Structureclone in class DynamicStructurepublic static ResponseHeader.Builder builder()
public ResponseHeader.Builder toBuilder()
Structure#getClass() as this one.toBuilder in interface StructuretoBuilder in class AbstractStructureCopyright © 2026. All rights reserved.