public class GridFsDownloadOptions extends Object
Modifier and Type | Field and Description |
---|---|
static Integer |
DEFAULT_REVISION |
Constructor and Description |
---|
GridFsDownloadOptions()
Default constructor
|
GridFsDownloadOptions(GridFsDownloadOptions options)
Copy constructor
|
GridFsDownloadOptions(io.vertx.core.json.JsonObject options)
Constructor from JSON
|
Modifier and Type | Method and Description |
---|---|
Integer |
getRevision() |
void |
setRevision(Integer revision) |
io.vertx.core.json.JsonObject |
toJson()
Convert to JSON
|
public static final Integer DEFAULT_REVISION
public GridFsDownloadOptions()
public GridFsDownloadOptions(GridFsDownloadOptions options)
options
- the one to copypublic GridFsDownloadOptions(io.vertx.core.json.JsonObject options)
options
- the JSONCopyright © 2022 Eclipse. All rights reserved.