Package cdc.issues
Class SnapshotImpl
java.lang.Object
cdc.issues.SnapshotImpl
- All Implemented Interfaces:
LabelsItem,MetasItem,Snapshot
-
Nested Class Summary
Nested classes/interfaces inherited from interface cdc.issues.Snapshot
Snapshot.Builder -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
project
-
name
-
description
-
metas
-
labels
-
timestamp
-
issues
-
issuesHash
-
-
Constructor Details
-
SnapshotImpl
-
-
Method Details
-
getProject
- Specified by:
getProjectin interfaceSnapshot- Returns:
- The project to which this snapshot belongs.
-
getTimestamp
- Specified by:
getTimestampin interfaceSnapshot- Returns:
- The timestamp of this snapshot.
-
getName
-
getDescription
- Specified by:
getDescriptionin interfaceSnapshot- Returns:
- The description of this snapshot.
-
getMetas
-
getLabels
- Specified by:
getLabelsin interfaceLabelsItem- Returns:
- The labels associated to this item.
-
getIssues
-
getIssuesHash
- Specified by:
getIssuesHashin interfaceSnapshot- Returns:
- The issues hash.
-