public interface MetricsSnapshotInterface
Modifier and Type | Method and Description |
---|---|
Date |
getDate() |
String |
getKey()
Calculate the key for this snapshot, usually a combination of description and subject.
|
String |
getLogChannelId() |
MetricsInterface |
getMetric() |
String |
getSubject() |
Long |
getValue() |
void |
setDate(Date date) |
void |
setValue(Long value) |
MetricsInterface getMetric()
Date getDate()
void setDate(Date date)
String getSubject()
String getLogChannelId()
Long getValue()
void setValue(Long value)
String getKey()