public class QueryDataDescription extends DynamicStructure
| Modifier and Type | Class and Description |
|---|---|
static class |
QueryDataDescription.Builder |
static class |
QueryDataDescription.Fields |
Structure.MapKind<T>UaNamespaceTranslateable.Context| Modifier and Type | Field and Description |
|---|---|
static StructureSpecification |
SPECIFICATION |
| Modifier | Constructor and Description |
|---|---|
|
QueryDataDescription() |
|
QueryDataDescription(RelativePath f_relativePath,
UnsignedInteger f_attributeId,
String f_indexRange) |
protected |
QueryDataDescription(UaDataTypeSpecification specification) |
| Modifier and Type | Method and Description |
|---|---|
static QueryDataDescription.Builder |
builder() |
QueryDataDescription |
clone()
Clones the Structure.
|
UnsignedInteger |
getAttributeId() |
String |
getIndexRange() |
RelativePath |
getRelativePath() |
void |
setAttributeId(UnsignedInteger value) |
void |
setIndexRange(String value) |
void |
setRelativePath(RelativePath value) |
QueryDataDescription.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 QueryDataDescription()
protected QueryDataDescription(UaDataTypeSpecification specification)
public QueryDataDescription(RelativePath f_relativePath, UnsignedInteger f_attributeId, String f_indexRange)
public RelativePath getRelativePath()
public void setRelativePath(RelativePath value)
public UnsignedInteger getAttributeId()
public void setAttributeId(UnsignedInteger value)
public String getIndexRange()
public void setIndexRange(String value)
public QueryDataDescription clone()
AbstractStructureCloneNotSupportedException
as all Structures must be cloneable.clone in interface Structureclone in class DynamicStructurepublic static QueryDataDescription.Builder builder()
public QueryDataDescription.Builder toBuilder()
Structure#getClass() as this one.toBuilder in interface StructuretoBuilder in class AbstractStructureCopyright © 2026. All rights reserved.