public class ExportRDBParameters extends Object
Constructor and Description |
---|
ExportRDBParameters() |
Modifier and Type | Method and Description |
---|---|
String |
container()
Get the container value.
|
String |
format()
Get the format value.
|
String |
prefix()
Get the prefix value.
|
ExportRDBParameters |
withContainer(String container)
Set the container value.
|
ExportRDBParameters |
withFormat(String format)
Set the format value.
|
ExportRDBParameters |
withPrefix(String prefix)
Set the prefix value.
|
public String format()
public ExportRDBParameters withFormat(String format)
format
- the format value to setpublic String prefix()
public ExportRDBParameters withPrefix(String prefix)
prefix
- the prefix value to setpublic String container()
public ExportRDBParameters withContainer(String container)
container
- the container value to setCopyright © 2019. All rights reserved.