Interface StatusHistory
public interface StatusHistory
Represents a collection of historical status values for a component
-
Method Summary
Modifier and TypeMethodDescription
-
Method Details
-
getDateGenerated
Date getDateGenerated()- Returns:
- a Date indicating when this report was generated
-
getComponentDetails
- Returns:
- a Map of component field names and their values. The order in which these values are displayed is dependent on the natural ordering of the Map returned
-
getStatusSnapshots
List<StatusSnapshot> getStatusSnapshots()- Returns:
- List of snapshots for a given component
-