Class SummaryValue
- java.lang.Object
-
- org.apache.camel.component.salesforce.api.dto.AbstractDTOBase
-
- org.apache.camel.component.salesforce.api.dto.analytics.reports.SummaryValue
-
public class SummaryValue extends AbstractDTOBase
Report results summary value DTO for data cells and aggregates.
-
-
Field Summary
Fields Modifier and Type Field Description static StringVALUE_FIELD
-
Constructor Summary
Constructors Constructor Description SummaryValue()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetLabel()ObjectgetValue()voidsetAny(String name, Object value)Helper method for JSON un-marshaling.voidsetLabel(String label)-
Methods inherited from class org.apache.camel.component.salesforce.api.dto.AbstractDTOBase
toString
-
-
-
-
Field Detail
-
VALUE_FIELD
public static final String VALUE_FIELD
- See Also:
- Constant Field Values
-
-