public interface HasJsonKey
| Modifier and Type | Method and Description |
|---|---|
String |
getJsonKey()
The JSON key in the map for this object.
|
boolean |
isHasUniqueKey()
Whether the json-keyed value is supposed to have a unique key in the list.
|
void |
setJsonKey(String jsonKey)
The JSON key in the map for this object.
|
boolean isHasUniqueKey()
String getJsonKey()
void setJsonKey(String jsonKey)
jsonKey - The key in the map.Copyright © 2017. All rights reserved.