public interface PubSubDataSetWriterConf extends PubSubNamedConf
| Modifier and Type | Interface and Description |
|---|---|
static interface |
PubSubDataSetWriterConf.Builder<T extends PubSubDataSetWriterConf.Builder<T>>
Common builder for DataSetWriter settings.
|
PubSubConf.MapKind<T>| Modifier and Type | Method and Description |
|---|---|
String |
getDataSetName() |
UnsignedShort |
getDataSetWriterId() |
DataSetFieldContentMask |
getFieldContentMask() |
UnsignedInteger |
getKeyFrameCount() |
default PubSubTransportProfile |
getTransportProfile()
Returns the TransportProfile (uri) of the writer group where this writer is or is to be added.
|
UnsignedShort |
getWriterGroupId() |
Boolean |
isEnabled() |
PubSubDataSetWriterConf |
withDataSetName(String value) |
PubSubDataSetWriterConf |
withDataSetWriterId(UnsignedShort value) |
PubSubDataSetWriterConf |
withEnabled(Boolean value) |
PubSubDataSetWriterConf |
withFieldContentMask(DataSetFieldContentMask value) |
PubSubDataSetWriterConf |
withKeyFrameCount(UnsignedInteger value) |
PubSubDataSetWriterConf |
withWriterGroupId(UnsignedShort value) |
getName, withNameget, get, specification, toBuilder, toMap, with, with, withAllString getDataSetName()
UnsignedShort getDataSetWriterId()
DataSetFieldContentMask getFieldContentMask()
UnsignedInteger getKeyFrameCount()
default PubSubTransportProfile getTransportProfile()
UnsignedShort getWriterGroupId()
Boolean isEnabled()
PubSubDataSetWriterConf withDataSetName(String value)
PubSubDataSetWriterConf withDataSetWriterId(UnsignedShort value)
PubSubDataSetWriterConf withEnabled(Boolean value)
PubSubDataSetWriterConf withFieldContentMask(DataSetFieldContentMask value)
PubSubDataSetWriterConf withKeyFrameCount(UnsignedInteger value)
PubSubDataSetWriterConf withWriterGroupId(UnsignedShort value)
Copyright © 2026. All rights reserved.