public class AggregateConfiguration extends DynamicStructure
| Modifier and Type | Class and Description |
|---|---|
static class |
AggregateConfiguration.Builder |
static class |
AggregateConfiguration.Fields |
Structure.MapKind<T>UaNamespaceTranslateable.Context| Modifier and Type | Field and Description |
|---|---|
static StructureSpecification |
SPECIFICATION |
| Modifier | Constructor and Description |
|---|---|
|
AggregateConfiguration() |
|
AggregateConfiguration(Boolean f_useServerCapabilitiesDefaults,
Boolean f_treatUncertainAsBad,
UnsignedByte f_percentDataBad,
UnsignedByte f_percentDataGood,
Boolean f_useSlopedExtrapolation) |
protected |
AggregateConfiguration(UaDataTypeSpecification specification) |
| Modifier and Type | Method and Description |
|---|---|
static AggregateConfiguration.Builder |
builder() |
AggregateConfiguration |
clone()
Clones the Structure.
|
UnsignedByte |
getPercentDataBad() |
UnsignedByte |
getPercentDataGood() |
Boolean |
getTreatUncertainAsBad() |
Boolean |
getUseServerCapabilitiesDefaults() |
Boolean |
getUseSlopedExtrapolation() |
void |
setPercentDataBad(UnsignedByte value) |
void |
setPercentDataGood(UnsignedByte value) |
void |
setTreatUncertainAsBad(Boolean value) |
void |
setUseServerCapabilitiesDefaults(Boolean value) |
void |
setUseSlopedExtrapolation(Boolean value) |
AggregateConfiguration.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 AggregateConfiguration()
protected AggregateConfiguration(UaDataTypeSpecification specification)
public AggregateConfiguration(Boolean f_useServerCapabilitiesDefaults, Boolean f_treatUncertainAsBad, UnsignedByte f_percentDataBad, UnsignedByte f_percentDataGood, Boolean f_useSlopedExtrapolation)
public Boolean getUseServerCapabilitiesDefaults()
public void setUseServerCapabilitiesDefaults(Boolean value)
public Boolean getTreatUncertainAsBad()
public void setTreatUncertainAsBad(Boolean value)
public UnsignedByte getPercentDataBad()
public void setPercentDataBad(UnsignedByte value)
public UnsignedByte getPercentDataGood()
public void setPercentDataGood(UnsignedByte value)
public Boolean getUseSlopedExtrapolation()
public void setUseSlopedExtrapolation(Boolean value)
public AggregateConfiguration clone()
AbstractStructureCloneNotSupportedException
as all Structures must be cloneable.clone in interface Structureclone in class DynamicStructurepublic static AggregateConfiguration.Builder builder()
public AggregateConfiguration.Builder toBuilder()
Structure#getClass() as this one.toBuilder in interface StructuretoBuilder in class AbstractStructureCopyright © 2026. All rights reserved.