public final class PubSubPublishedVariableConf extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
PubSubPublishedVariableConf.Builder
Builder for
PubSubPublishedVariableConf. |
static class |
PubSubPublishedVariableConf.Fields |
PubSubConf.MapKind<T>| Modifier and Type | Field and Description |
|---|---|
static PubSubConfSpecification |
SPECIFICATION |
public static final PubSubConfSpecification SPECIFICATION
public PubSubConfSpecification specification()
PubSubConfpublic UaArrayDimensions getArrayDimensions()
getPublishedVariable() is null. If null and
getValueRank() is not scalar then the ArrayDimensions is taken from the node defined
by getPublishedVariable().public UnsignedInteger getAttributeId()
getPublishedVariable() node is published, this shall
be configured if getPublishedVariable() is non-null.public UaNodeId getDataType()
getPublishedVariable() is null. If null,
then the DataType is taken from the node defined by getPublishedVariable().public DeadbandType getDeadbandType()
public Double getDeadbandValue()
public LocalizedText getDescription()
public NumericRange getIndexRange()
getPublishedVariable() multidimensional
Value. Only has a meaning if getPublishedVariable() is non-null and
getAttributeId() equals Attributes#Value.public Map<UaQualifiedName,Object> getMetaDataPropertyMap()
public String getName()
getPublishedVariable() is not defined.public UaNodeId getPublishedVariable()
getAttributeId() defines which Attribute of the
node is published. If non-null, the getAttributeId() also shall be non-null. If this
is null, then getDataType(), getArrayDimensions(), getValueRank(),
getSubstituteValue() shall be configured and the field behaves as a constant value.public Duration getSamplingIntervalHint()
getPublishedVariable().public Object getSubstituteValue()
getPublishedVariable() is
StatusCode#isBad(), use this value instead with
StatusCodes#Uncertain_SubstituteValue.public Integer getValueRank()
getPublishedVariable() is null. If null,
then the ValueRank is taken from the node defined by getPublishedVariable().public Boolean isPreferSubscription()
public PubSubPublishedVariableConf withArrayDimensions(UaArrayDimensions arrayDimensions)
public PubSubPublishedVariableConf withAttributeId(UnsignedInteger attributeId)
public PubSubPublishedVariableConf withDataType(UaNodeId dataType)
public PubSubPublishedVariableConf withDataType(UaNode node)
public PubSubPublishedVariableConf withDeadbandType(DeadbandType deadbandType)
public PubSubPublishedVariableConf withDeadbandValue(Double deadbandValue)
public PubSubPublishedVariableConf withDescription(LocalizedText description)
public PubSubPublishedVariableConf withIndexRange(NumericRange indexRange)
public PubSubPublishedVariableConf withName(String name)
public PubSubPublishedVariableConf withPublishedVariable(UaNodeId publishedVariable)
public PubSubPublishedVariableConf withPublishedVariable(UaNode node)
public PubSubPublishedVariableConf withSamplingIntervalHint(Duration samplingIntervalHint)
public PubSubPublishedVariableConf withSubstituteValue(Object substituteValue)
public PubSubPublishedVariableConf withValueRank(Integer valueRank)
public PubSubPublishedVariableConf withPreferSubscription(Boolean preferSubscription)
public static PubSubPublishedVariableConf.Builder builder()
PubSubPublishedVariableConf.Builder that can be used to construct instances of this classpublic PubSubPublishedVariableConf.Builder toBuilder()
PubSubPublishedVariableConf.Builder that is initialized with the state of this object.Copyright © 2026. All rights reserved.