public class ExcludedPath extends JsonSerializable
Constructor and Description |
---|
ExcludedPath()
Constructor.
|
ExcludedPath(org.json.JSONObject jsonObject)
Constructor.
|
ExcludedPath(String jsonString)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
String |
getPath()
Gets path.
|
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 ExcludedPath()
public ExcludedPath(String jsonString)
jsonString
- the json string that represents the excluded path.public ExcludedPath(org.json.JSONObject jsonObject)
jsonObject
- the json object that represents the excluded path.Copyright © 2018. All rights reserved.