public class ViewDescription extends DynamicStructure
| Modifier and Type | Class and Description |
|---|---|
static class |
ViewDescription.Builder |
static class |
ViewDescription.Fields |
Structure.MapKind<T>UaNamespaceTranslateable.Context| Modifier and Type | Field and Description |
|---|---|
static StructureSpecification |
SPECIFICATION |
| Modifier | Constructor and Description |
|---|---|
|
ViewDescription() |
|
ViewDescription(NodeId f_viewId,
DateTime f_timestamp,
UnsignedInteger f_viewVersion) |
protected |
ViewDescription(UaDataTypeSpecification specification) |
| Modifier and Type | Method and Description |
|---|---|
static ViewDescription.Builder |
builder() |
ViewDescription |
clone()
Clones the Structure.
|
DateTime |
getTimestamp() |
NodeId |
getViewId() |
UnsignedInteger |
getViewVersion() |
void |
setTimestamp(DateTime value) |
void |
setViewId(NodeId value) |
void |
setViewVersion(UnsignedInteger value) |
ViewDescription.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 ViewDescription()
protected ViewDescription(UaDataTypeSpecification specification)
public ViewDescription(NodeId f_viewId, DateTime f_timestamp, UnsignedInteger f_viewVersion)
public NodeId getViewId()
public void setViewId(NodeId value)
public DateTime getTimestamp()
public void setTimestamp(DateTime value)
public UnsignedInteger getViewVersion()
public void setViewVersion(UnsignedInteger value)
public ViewDescription clone()
AbstractStructureCloneNotSupportedException
as all Structures must be cloneable.clone in interface Structureclone in class DynamicStructurepublic static ViewDescription.Builder builder()
public ViewDescription.Builder toBuilder()
Structure#getClass() as this one.toBuilder in interface StructuretoBuilder in class AbstractStructureCopyright © 2026. All rights reserved.