public class QueryDataSet extends DynamicStructure
| Modifier and Type | Class and Description |
|---|---|
static class |
QueryDataSet.Builder |
static class |
QueryDataSet.Fields |
Structure.MapKind<T>UaNamespaceTranslateable.Context| Modifier and Type | Field and Description |
|---|---|
static StructureSpecification |
SPECIFICATION |
| Modifier | Constructor and Description |
|---|---|
|
QueryDataSet() |
|
QueryDataSet(ExpandedNodeId f_nodeId,
ExpandedNodeId f_typeDefinitionNode,
Object[] f_values) |
protected |
QueryDataSet(UaDataTypeSpecification specification) |
| Modifier and Type | Method and Description |
|---|---|
static QueryDataSet.Builder |
builder() |
QueryDataSet |
clone()
Clones the Structure.
|
ExpandedNodeId |
getNodeId() |
ExpandedNodeId |
getTypeDefinitionNode() |
Object[] |
getValues() |
void |
setNodeId(ExpandedNodeId value) |
void |
setTypeDefinitionNode(ExpandedNodeId value) |
void |
setValues(Object[] value) |
QueryDataSet.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 QueryDataSet()
protected QueryDataSet(UaDataTypeSpecification specification)
public QueryDataSet(ExpandedNodeId f_nodeId, ExpandedNodeId f_typeDefinitionNode, Object[] f_values)
public ExpandedNodeId getNodeId()
public void setNodeId(ExpandedNodeId value)
public ExpandedNodeId getTypeDefinitionNode()
public void setTypeDefinitionNode(ExpandedNodeId value)
public Object[] getValues()
public void setValues(Object[] value)
public QueryDataSet clone()
AbstractStructureCloneNotSupportedException
as all Structures must be cloneable.clone in interface Structureclone in class DynamicStructurepublic static QueryDataSet.Builder builder()
public QueryDataSet.Builder toBuilder()
Structure#getClass() as this one.toBuilder in interface StructuretoBuilder in class AbstractStructureCopyright © 2026. All rights reserved.