org.camunda.bpm.engine.rest.dto.metrics
Class MetricsIntervalResultDto

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

public class MetricsIntervalResultDto
extends Object

Author:
Christopher Zell

Field Summary
protected  String name
           
protected  String reporter
           
protected  Date timestamp
           
protected  long value
           
 
Constructor Summary
MetricsIntervalResultDto()
           
MetricsIntervalResultDto(Date timestamp, String name, String reporter, long value)
           
MetricsIntervalResultDto(MetricIntervalValue metric)
           
 
Method Summary
 String getName()
           
 String getReporter()
           
 Date getTimestamp()
           
 long getValue()
           
 void setName(String name)
           
 void setReporter(String reporter)
           
 void setTimestamp(Date timestamp)
           
 void setValue(long value)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

timestamp

protected Date timestamp

name

protected String name

reporter

protected String reporter

value

protected long value
Constructor Detail

MetricsIntervalResultDto

public MetricsIntervalResultDto(MetricIntervalValue metric)

MetricsIntervalResultDto

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

MetricsIntervalResultDto

public MetricsIntervalResultDto()
Method Detail

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.