public class SummaryValue extends AbstractDTOBase
Modifier and Type | Field and Description |
---|---|
static String |
VALUE_FIELD |
Constructor and Description |
---|
SummaryValue() |
Modifier and Type | Method and Description |
---|---|
String |
getLabel() |
Object |
getValue() |
void |
setAny(String name,
Object value)
Helper method for JSON un-marshaling.
|
void |
setLabel(String label) |
toString
public static final String VALUE_FIELD
public String getLabel()
public void setLabel(String label)
public Object getValue()
public void setAny(String name, Object value) throws IllegalArgumentException
name
- field name, MUST be "value"value
- field valueIllegalArgumentException
- if field name is not "value"Apache Camel