public class IndexModel extends Object
Constructor and Description |
---|
IndexModel(io.vertx.core.json.JsonObject key)
Construct an isntance with the given key
|
IndexModel(io.vertx.core.json.JsonObject key,
IndexOptions options) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
io.vertx.core.json.JsonObject |
getKey()
Get the index key
|
IndexOptions |
getOptions()
Get the index options
|
int |
hashCode() |
io.vertx.core.json.JsonObject |
toJson() |
String |
toString() |
public IndexModel(io.vertx.core.json.JsonObject key)
key
- - the index keypublic IndexModel(io.vertx.core.json.JsonObject key, IndexOptions options)
public io.vertx.core.json.JsonObject getKey()
public IndexOptions getOptions()
public io.vertx.core.json.JsonObject toJson()
Copyright © 2021 Eclipse. All rights reserved.