Package com.google.gerrit.entities
Class Comment.Key
- java.lang.Object
-
- com.google.gerrit.entities.Comment.Key
-
-
Field Summary
Fields Modifier and Type Field Description String
filename
int
patchSetId
String
uuid
-
Constructor Summary
Constructors Constructor Description Key(Comment.Key k)
Key(String uuid, String filename, int patchSetId)
-
-
-
Constructor Detail
-
Key
public Key(Comment.Key k)
-
-