Package com.google.gerrit.server.util
Class RequestId
- java.lang.Object
-
- com.google.gerrit.server.util.RequestId
-
public class RequestId extends Object
Unique identifier for an end-user request, used in logs and similar.
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static RequestId
forChange(Change c)
static RequestId
forProject(Project.NameKey p)
String
toString()
String
toStringForStorage()
-