public interface Tag
A tag that is associated with a
Commit
.
- Author:
- Lukas Eder
-
Method Summary 
The ID of the tag, unique within a graph.
The message associated with the tag.
-
Method Details 
-
id 
The ID of the tag, unique within a graph.
-
message 
@Nullable
@Nullable String message()
The message associated with the tag.