Package cdc.issues.io
Interface SnapshotData
-
public interface SnapshotDataInterface describing the synthetic data associated to aSnapshot.- Author:
- Damien Carbonne
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description intgetNumberOfIssues()Optional<? extends Profile>getProfile()ParamsgetProjectMetas()StringgetProjectName()ParamsgetSnapshotMetas()StringgetSnapshotName()InstantgetSnapshotTimestamp()
-
-
-
Method Detail
-
getProjectName
String getProjectName()
- Returns:
- The project name.
-
getProjectMetas
Params getProjectMetas()
- Returns:
- The project meta data.
-
getSnapshotName
String getSnapshotName()
- Returns:
- The snapshot name.
-
getSnapshotMetas
Params getSnapshotMetas()
- Returns:
- The snapshot meta data.
-
getSnapshotTimestamp
Instant getSnapshotTimestamp()
- Returns:
- The snapshot timestamp.
-
getNumberOfIssues
int getNumberOfIssues()
- Returns:
- The number of issues of the snapshot.
-
-