public static class GenericAttributeValue.Builder extends DynamicStructure.Builder
| Modifier | Constructor and Description |
|---|---|
protected |
Builder(UaDataTypeSpecification specification,
Supplier<? extends Structure> emptyInstanceSupplier) |
| Modifier and Type | Method and Description |
|---|---|
GenericAttributeValue |
build()
Builds a Structure with the given data.
|
UnsignedInteger |
getAttributeId() |
Object |
getValue() |
GenericAttributeValue.Builder |
setAttributeId(UnsignedInteger value) |
GenericAttributeValue.Builder |
setValue(Object value) |
protected Builder(UaDataTypeSpecification specification, Supplier<? extends Structure> emptyInstanceSupplier)
public UnsignedInteger getAttributeId()
public GenericAttributeValue.Builder setAttributeId(UnsignedInteger value)
public Object getValue()
public GenericAttributeValue.Builder setValue(Object value)
public GenericAttributeValue build()
Structure.Builderbuild in interface Structure.Builderbuild in class DynamicStructure.BuilderCopyright © 2026. All rights reserved.