Class RenameCollectionOptions
java.lang.Object
io.vertx.ext.mongo.RenameCollectionOptions
Options used to configure rename collection options.
- Author:
- Zengyi Wang
-
Constructor Summary
ConstructorsConstructorDescription -
Method Summary
Modifier and TypeMethodDescriptionbooleaninthashCode()setDropTarget(Boolean dropTarget) Sets if it should drop the target of renameCollection if exists.toJson()com.mongodb.client.model.RenameCollectionOptionstoString()
-
Constructor Details
-
RenameCollectionOptions
public RenameCollectionOptions() -
RenameCollectionOptions
-
RenameCollectionOptions
-
-
Method Details
-
getDropTarget
-
setDropTarget
Sets if it should drop the target of renameCollection if exists.- Parameters:
dropTarget- the flag indicating to drop the target or not.- Returns:
- RenameCollectionOptions
-
toJson
-
toMongoDriverObject
public com.mongodb.client.model.RenameCollectionOptions toMongoDriverObject() -
equals
-
hashCode
-
toString
-