Package com.google.gerrit.server.git
Class InsertedObject
- java.lang.Object
-
- com.google.gerrit.server.git.InsertedObject
-
public abstract class InsertedObject extends Object
-
-
Constructor Summary
Constructors Constructor Description InsertedObject()
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description abstract com.google.protobuf.ByteString
data()
abstract org.eclipse.jgit.lib.ObjectId
id()
abstract int
type()
-