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 | 
|---|---|
| boolean | equals(Object o) | 
| Integer | getRevision() | 
| int | hashCode() | 
| GridFsDownloadOptions | setRevision(Integer revision) | 
| JsonObject | toJson()Convert to JSON | 
| String | toString() | 
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 GridFsDownloadOptions setRevision(Integer revision)
Copyright © 2024 Eclipse. All rights reserved.