Class GridFsDownloadOptions
java.lang.Object
io.vertx.ext.mongo.GridFsDownloadOptions
Options used to configure downloads from GridFS.
- Author:
- David Bush
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionDefault constructorGridFsDownloadOptions(JsonObject options) Constructor from JSONCopy constructor -
Method Summary
Modifier and TypeMethodDescriptionbooleaninthashCode()setRevision(Integer revision) toJson()Convert to JSONtoString()
-
Field Details
-
DEFAULT_REVISION
-
-
Constructor Details
-
GridFsDownloadOptions
public GridFsDownloadOptions()Default constructor -
GridFsDownloadOptions
Copy constructor- Parameters:
options- the one to copy
-
GridFsDownloadOptions
Constructor from JSON- Parameters:
options- the JSON
-
-
Method Details
-
toJson
-
getRevision
-
setRevision
-
equals
-
hashCode
-
toString
-