public class IncludedPath extends JsonSerializable
Constructor and Description |
---|
IncludedPath()
Constructor.
|
IncludedPath(org.json.JSONObject jsonObject)
Constructor.
|
IncludedPath(String jsonString)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
Collection<Index> |
getIndexes()
Gets the paths that are chosen to be indexed by the user.
|
String |
getPath()
Gets path.
|
void |
setIndexes(Collection<Index> indexes) |
void |
setPath(String path)
Sets path.
|
get, getBoolean, getCollection, getCollection, getDouble, getHashMap, getInt, getLogger, getLong, getMapper, getObject, getObject, getObjectByPath, getString, has, remove, set, toJson, toJson, toObject, toString
public IncludedPath()
public IncludedPath(String jsonString)
jsonString
- the json string that represents the included path.public IncludedPath(org.json.JSONObject jsonObject)
jsonObject
- the json object that represents the included path.public String getPath()
public void setPath(String path)
path
- the path.public Collection<Index> getIndexes()
public void setIndexes(Collection<Index> indexes)
Copyright © 2018. All rights reserved.