public class PatchListKey
extends java.lang.Object
implements java.io.Serializable
| Constructor and Description |
|---|
PatchListKey(com.google.gerrit.reviewdb.client.Project.NameKey pk,
org.eclipse.jgit.lib.AnyObjectId a,
org.eclipse.jgit.lib.AnyObjectId b,
com.google.gerrit.reviewdb.client.AccountDiffPreference.Whitespace ws) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object o) |
org.eclipse.jgit.lib.ObjectId |
getNewId()
New side commit name.
|
org.eclipse.jgit.lib.ObjectId |
getOldId()
Old side commit, or null to assume ancestor or combined merge.
|
com.google.gerrit.reviewdb.client.AccountDiffPreference.Whitespace |
getWhitespace() |
int |
hashCode() |
java.lang.String |
toString() |
public PatchListKey(com.google.gerrit.reviewdb.client.Project.NameKey pk,
org.eclipse.jgit.lib.AnyObjectId a,
org.eclipse.jgit.lib.AnyObjectId b,
com.google.gerrit.reviewdb.client.AccountDiffPreference.Whitespace ws)
public org.eclipse.jgit.lib.ObjectId getOldId()
public org.eclipse.jgit.lib.ObjectId getNewId()
public com.google.gerrit.reviewdb.client.AccountDiffPreference.Whitespace getWhitespace()
public int hashCode()
hashCode in class java.lang.Objectpublic boolean equals(java.lang.Object o)
equals in class java.lang.Objectpublic java.lang.String toString()
toString in class java.lang.Object