public class StarPredicate extends ChangeIndexPredicate
Modifier and Type | Field and Description |
---|---|
protected Account.Id |
accountId |
protected String |
label |
Constructor and Description |
---|
StarPredicate(Account.Id accountId,
String label) |
Modifier and Type | Method and Description |
---|---|
int |
getCost() |
boolean |
match(ChangeData cd) |
String |
toString() |
copy, equals, getOperator, getValue, hashCode
protected final Account.Id accountId
protected final String label
public StarPredicate(Account.Id accountId, String label)
public boolean match(ChangeData cd) throws com.google.gwtorm.server.OrmException
com.google.gwtorm.server.OrmException
public int getCost()
public String toString()
toString
in class com.google.gerrit.index.query.OperatorPredicate<ChangeData>