@Immutable
public class MetricsReportMetaData
extends java.lang.Object
Instances of this class are immutable.
| Constructor | Description |
|---|---|
MetricsReportMetaData(java.time.LocalDateTime pTimestamp,
java.lang.String pVersionString) |
Create a new
MetricsReportMetaData. |
| Modifier and Type | Method | Description |
|---|---|---|
java.time.LocalDateTime |
getTimestamp() |
Get the timestamp when the report's metrics were collected.
|
java.lang.String |
getVersionString() |
Get the version of Scent used to collect the report's metrics.
|
public MetricsReportMetaData(@Nullable
java.time.LocalDateTime pTimestamp,
@Nullable
java.lang.String pVersionString)
MetricsReportMetaData.pTimestamp - The timestamp when the report's metrics were collected, or null if
the report shouldn't include a timestamp.pVersionString - A string with the version of Scent used to collect the metrics, or
null if the report shouldn't include a version string.@CheckForNull public java.time.LocalDateTime getTimestamp()
@CheckForNull public java.lang.String getVersionString()