Class MetricsAggregatedResultDto

java.lang.Object
org.camunda.bpm.admin.impl.plugin.base.dto.MetricsAggregatedResultDto

public class MetricsAggregatedResultDto extends Object
  • Field Details

    • metric

      protected String metric
    • sum

      protected Long sum
    • subscriptionYear

      protected Integer subscriptionYear
    • subscriptionMonth

      protected Integer subscriptionMonth
  • Constructor Details

    • MetricsAggregatedResultDto

      public MetricsAggregatedResultDto()
  • Method Details

    • getMetric

      public String getMetric()
    • setMetric

      public void setMetric(String metric)
    • getSum

      public Long getSum()
    • setSum

      public void setSum(Long sum)
    • getSubscriptionYear

      public Integer getSubscriptionYear()
    • setSubscriptionYear

      public void setSubscriptionYear(Integer subscriptionYear)
    • getSubscriptionMonth

      public Integer getSubscriptionMonth()
    • setSubscriptionMonth

      public void setSubscriptionMonth(Integer subscriptionMonth)