@JsonClass(generateAdapter = true) public final class Preference
A specific preference.
private String
id
value
Preference(String id, String value)
final String
getId()
final Unit
setId(@Json(name = id) String id)
getValue()
setValue(@Json(name = value) String value)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
final String getId()
final Unit setId(@Json(name = id) String id)
final String getValue()
final Unit setValue(@Json(name = value) String value)