Package cdc.issues.io
Class SnapshotDataImpl
java.lang.Object
cdc.issues.io.SnapshotDataImpl
- All Implemented Interfaces:
SnapshotData,IssuesCountItem
-
Nested Class Summary
Nested classes/interfaces inherited from interface cdc.issues.io.SnapshotData
SnapshotData.Builder -
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
SnapshotDataImpl
SnapshotDataImpl(SnapshotData.Builder builder)
-
-
Method Details
-
getProjectName
- Specified by:
getProjectNamein interfaceSnapshotData- Returns:
- The project name.
-
getProjectDescription
- Specified by:
getProjectDescriptionin interfaceSnapshotData- Returns:
- The project description.
-
getProjectMetas
- Specified by:
getProjectMetasin interfaceSnapshotData- Returns:
- The project meta data.
-
getProjectLabels
- Specified by:
getProjectLabelsin interfaceSnapshotData- Returns:
- The project labels.
-
getProfile
- Specified by:
getProfilein interfaceSnapshotData- Returns:
- The project profile.
-
getSnapshotName
- Specified by:
getSnapshotNamein interfaceSnapshotData- Returns:
- The snapshot name.
-
getSnapshotDescription
- Specified by:
getSnapshotDescriptionin interfaceSnapshotData- Returns:
- The snapshot description.
-
getSnapshotMetas
- Specified by:
getSnapshotMetasin interfaceSnapshotData- Returns:
- The snapshot meta data.
-
getSnapshotLabels
- Specified by:
getSnapshotLabelsin interfaceSnapshotData- Returns:
- The snapshot labels.
-
getSnapshotTimestamp
- Specified by:
getSnapshotTimestampin interfaceSnapshotData- Returns:
- The snapshot timestamp.
-
getNumberOfIssues
public int getNumberOfIssues()- Specified by:
getNumberOfIssuesin interfaceIssuesCountItem- Returns:
- The number of issues that are known by this item.
-
getIssuesHash
- Specified by:
getIssuesHashin interfaceIssuesCountItem- Returns:
- The hash of issues known by this item..
-
builder
-