public interface PubSubDataSetConf extends PubSubNamedConf
| Modifier and Type | Interface and Description |
|---|---|
static interface |
PubSubDataSetConf.Builder<T extends PubSubDataSetConf.Builder<T>>
Builder for common settings of DataSets.
|
PubSubConf.MapKind<T>| Modifier and Type | Method and Description |
|---|---|
UUID |
getDataSetClassId()
If (and only if) this DataSet is based on a DataSetClass that defines the content of this
DataSet this should be set to a non-null globally unique id, that defines the DataSetClass.
|
LocalizedText |
getDescription()
The Description of this DataSet.
|
default PubSubDataSetKind |
getType()
Returns the type of this dataset, either
PubSubDataSetKind.VARIABLE or
PubSubDataSetKind.EVENT. |
PubSubDataSetConf |
withDataSetClassId(UUID value) |
PubSubDataSetConf |
withDescription(LocalizedText value) |
getName, withNameget, get, specification, toBuilder, toMap, with, with, withAllUUID getDataSetClassId()
LocalizedText getDescription()
default PubSubDataSetKind getType()
PubSubDataSetKind.VARIABLE or
PubSubDataSetKind.EVENT.PubSubDataSetConf withDataSetClassId(UUID value)
PubSubDataSetConf withDescription(LocalizedText value)
Copyright © 2026. All rights reserved.