public class ExtensibleOptionRepresentation extends AbstractExtensibleRepresentation
Constructor and Description |
---|
ExtensibleOptionRepresentation() |
Modifier and Type | Method and Description |
---|---|
static ExtensibleOptionRepresentation |
asExtensibleOptionRepresentation(String category,
String key,
String value,
boolean editable) |
String |
getCategory() |
Boolean |
getEditable() |
String |
getKey() |
String |
getValue() |
void |
setCategory(String category) |
void |
setEditable(Boolean editable) |
void |
setKey(String key) |
void |
setValue(String value) |
get, get, getAttrs, getProperty, hasProperty, propertyNames, removeProperty, set, set, set, setAttrs, setProperty
getSelf, getSelfDecoded, setSelf, toJSON, toString
public static ExtensibleOptionRepresentation asExtensibleOptionRepresentation(String category, String key, String value, boolean editable)
@JSONProperty(ignoreIfNull=true) public String getCategory()
public void setCategory(String category)
@JSONProperty(ignoreIfNull=true) public String getKey()
public void setKey(String key)
@JSONProperty(ignoreIfNull=true) public String getValue()
public void setValue(String value)
@JSONProperty(ignoreIfNull=true) public Boolean getEditable()
public void setEditable(Boolean editable)
Copyright © 2020 (C) Cumulocity GmbH. All rights reserved.