Class ReviewerInfo
- java.lang.Object
 - 
- com.google.gerrit.extensions.common.AccountInfo
 - 
- com.google.gerrit.extensions.api.changes.ReviewerInfo
 
 
 
- 
public class ReviewerInfo extends AccountInfo
Account and approval details for an added reviewer. 
- 
- 
Nested Class Summary
- 
Nested classes/interfaces inherited from class com.google.gerrit.extensions.common.AccountInfo
AccountInfo.Tag 
 - 
 
- 
Field Summary
Fields Modifier and Type Field Description Map<String,String>approvalsMapof label name to initial value for each approval the reviewer is responsible for.- 
Fields inherited from class com.google.gerrit.extensions.common.AccountInfo
_accountId, _moreAccounts, avatars, displayName, email, inactive, name, secondaryEmails, status, tags, username 
 - 
 
- 
Constructor Summary
Constructors Constructor Description ReviewerInfo(Integer id) 
- 
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static ReviewerInfobyEmail(String name, String email)StringtoString()- 
Methods inherited from class com.google.gerrit.extensions.common.AccountInfo
equals, hashCode 
 - 
 
 - 
 
- 
- 
Constructor Detail
- 
ReviewerInfo
public ReviewerInfo(Integer id)
 
 - 
 
- 
Method Detail
- 
byEmail
public static ReviewerInfo byEmail(String name, String email)
 
- 
toString
public String toString()
- Overrides:
 toStringin classAccountInfo
 
 - 
 
 -