Class MetricsIntervalResultDto

java.lang.Object
org.camunda.bpm.engine.rest.dto.metrics.MetricsIntervalResultDto

public class MetricsIntervalResultDto extends Object
Author:
Christopher Zell <christopher.zell@camunda.com>
  • Field Details

    • timestamp

      protected Date timestamp
    • name

      protected String name
    • reporter

      protected String reporter
    • value

      protected long value
  • Constructor Details

    • MetricsIntervalResultDto

      public MetricsIntervalResultDto(MetricIntervalValue metric)
    • MetricsIntervalResultDto

      public MetricsIntervalResultDto(Date timestamp, String name, String reporter, long value)
    • MetricsIntervalResultDto

      public MetricsIntervalResultDto()
  • Method Details

    • getTimestamp

      public Date getTimestamp()
    • setTimestamp

      public void setTimestamp(Date timestamp)
    • getName

      public String getName()
    • setName

      public void setName(String name)
    • getReporter

      public String getReporter()
    • setReporter

      public void setReporter(String reporter)
    • getValue

      public long getValue()
    • setValue

      public void setValue(long value)