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(JsonObject options)
Constructor from JSON
|
Modifier and Type | Method and Description |
---|---|
Integer |
getRevision() |
void |
setRevision(Integer revision) |
JsonObject |
toJson()
Convert to JSON
|
public static final Integer DEFAULT_REVISION
public GridFsDownloadOptions()
public GridFsDownloadOptions(GridFsDownloadOptions options)
options
- the one to copypublic GridFsDownloadOptions(JsonObject options)
options
- the JSONpublic JsonObject toJson()
public Integer getRevision()
public void setRevision(Integer revision)
Copyright © 2021 Eclipse. All rights reserved.