Class SummaryValue


  • public class SummaryValue
    extends AbstractDTOBase
    Report results summary value DTO for data cells and aggregates.
    • Constructor Detail

      • SummaryValue

        public SummaryValue()
    • Method Detail

      • getLabel

        public String getLabel()
      • setLabel

        public void setLabel​(String label)
      • getValue

        public Object getValue()
      • setAny

        public void setAny​(String name,
                           Object value)
        Helper method for JSON un-marshaling.
        Parameters:
        name - field name, MUST be "value"
        value - field value