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