public final class PubSubSendDataSetFieldsCommand extends PubSubSystemCommand<Void>
| Modifier and Type | Class and Description |
|---|---|
static class |
PubSubSendDataSetFieldsCommand.Builder
Builder for
PubSubSendDataSetFieldsCommand. |
| Modifier and Type | Method and Description |
|---|---|
static PubSubSendDataSetFieldsCommand.Builder |
builder()
Returns a new
PubSubSendDataSetFieldsCommand.Builder that can be used to construct instances of this class |
boolean |
equals(Object obj) |
String |
getConnectionName()
The name of the connection where the
getWriterGroupName() having
getWriterName() is. |
List<String> |
getFieldNames()
The field names of the DataSet to be "force-refreshed".
|
String |
getWriterGroupName()
The name of the WriterGroup that has the
getWriterName(). |
String |
getWriterName()
The name of the Writer for whose DataSet should send a keyframe even if the next message would
have been a deltaframe.
|
int |
hashCode() |
PubSubSendDataSetFieldsCommand.Builder |
toBuilder()
Returns a new
PubSubSendDataSetFieldsCommand.Builder that is initialized with the state of this object. |
String |
toString() |
public String getConnectionName()
getWriterGroupName() having
getWriterName() is.public List<String> getFieldNames()
public String getWriterGroupName()
getWriterName().public String getWriterName()
public static PubSubSendDataSetFieldsCommand.Builder builder()
PubSubSendDataSetFieldsCommand.Builder that can be used to construct instances of this classpublic PubSubSendDataSetFieldsCommand.Builder toBuilder()
PubSubSendDataSetFieldsCommand.Builder that is initialized with the state of this object.Copyright © 2026. All rights reserved.