org.camunda.bpm.engine.rest.dto.metrics
Class MetricsIntervalResultDto
java.lang.Object
org.camunda.bpm.engine.rest.dto.metrics.MetricsIntervalResultDto
public class MetricsIntervalResultDto
- extends Object
- Author:
- Christopher Zell
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
timestamp
protected Date timestamp
name
protected String name
reporter
protected String reporter
value
protected long value
MetricsIntervalResultDto
public MetricsIntervalResultDto(MetricIntervalValue metric)
MetricsIntervalResultDto
public MetricsIntervalResultDto(Date timestamp,
String name,
String reporter,
long value)
MetricsIntervalResultDto
public MetricsIntervalResultDto()
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)
Copyright © 2016 camunda services GmbH. All rights reserved.