public final class PubSubSystemConfToUaBinaryFileCommand extends PubSubSystemCommand<UaBinaryFile>
| Modifier and Type | Class and Description |
|---|---|
static class |
PubSubSystemConfToUaBinaryFileCommand.Builder
Builder for
PubSubSystemConfToUaBinaryFileCommand. |
| Modifier and Type | Method and Description |
|---|---|
static PubSubSystemConfToUaBinaryFileCommand.Builder |
builder()
Returns a new
PubSubSystemConfToUaBinaryFileCommand.Builder that can be used to construct instances of this class |
boolean |
equals(Object obj) |
String |
getConnectionNameFilter()
If non-null, will be used to filter only data that is related to the given connection (the
configuration of the connection and all datasets that it's Writers point to).
|
int |
hashCode() |
boolean |
isIncludeCustomTypesInHeader() |
boolean |
isUsePubSubConfiguration2DataType()
If set to true, outputs
PubSubConfiguration2DataType, otherwise
PubSubConfigurationDataType. |
PubSubSystemConfToUaBinaryFileCommand.Builder |
toBuilder()
Returns a new
PubSubSystemConfToUaBinaryFileCommand.Builder that is initialized with the state of this object. |
String |
toString() |
PubSubSystemConfToUaBinaryFileCommand |
withConnectionNameFilter(String connectionNameFilter) |
PubSubSystemConfToUaBinaryFileCommand |
withIncludeCustomTypesInHeader(boolean includeCustomTypesInHeader) |
PubSubSystemConfToUaBinaryFileCommand |
withUsePubSubConfiguration2DataType(boolean usePubSubConfiguration2DataType) |
public String getConnectionNameFilter()
public boolean isIncludeCustomTypesInHeader()
public boolean isUsePubSubConfiguration2DataType()
PubSubConfiguration2DataType, otherwise
PubSubConfigurationDataType.public PubSubSystemConfToUaBinaryFileCommand withConnectionNameFilter(String connectionNameFilter)
public PubSubSystemConfToUaBinaryFileCommand withIncludeCustomTypesInHeader(boolean includeCustomTypesInHeader)
public PubSubSystemConfToUaBinaryFileCommand withUsePubSubConfiguration2DataType(boolean usePubSubConfiguration2DataType)
public static PubSubSystemConfToUaBinaryFileCommand.Builder builder()
PubSubSystemConfToUaBinaryFileCommand.Builder that can be used to construct instances of this classpublic PubSubSystemConfToUaBinaryFileCommand.Builder toBuilder()
PubSubSystemConfToUaBinaryFileCommand.Builder that is initialized with the state of this object.Copyright © 2026. All rights reserved.