public class MetricsIntervalResultDto extends Object
Modifier and Type | Field and Description |
---|---|
protected String |
name |
protected String |
reporter |
protected Date |
timestamp |
protected long |
value |
Constructor and Description |
---|
MetricsIntervalResultDto() |
MetricsIntervalResultDto(Date timestamp,
String name,
String reporter,
long value) |
MetricsIntervalResultDto(MetricIntervalValue metric) |
Modifier and Type | Method and Description |
---|---|
String |
getName() |
String |
getReporter() |
Date |
getTimestamp() |
long |
getValue() |
void |
setName(String name) |
void |
setReporter(String reporter) |
void |
setTimestamp(Date timestamp) |
void |
setValue(long value) |
protected Date timestamp
protected String name
protected String reporter
protected long value
public MetricsIntervalResultDto(MetricIntervalValue metric)
public MetricsIntervalResultDto(Date timestamp, String name, String reporter, long value)
public MetricsIntervalResultDto()
public Date getTimestamp()
public void setTimestamp(Date timestamp)
public String getName()
public void setName(String name)
public String getReporter()
public void setReporter(String reporter)
public long getValue()
public void setValue(long value)
Copyright © 2022. All rights reserved.