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.AccountInfoAccountInfo.Tags
 
- 
 - 
Field SummaryFields 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 SummaryConstructors Constructor Description ReviewerInfo(Integer id)
 - 
Method SummaryAll 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.AccountInfoequals, hashCode
 
- 
 
- 
- 
- 
Constructor Detail- 
ReviewerInfopublic ReviewerInfo(Integer id) 
 
- 
 - 
Method Detail- 
byEmailpublic static ReviewerInfo byEmail(String name, String email) 
 - 
toStringpublic String toString() - Overrides:
- toStringin class- AccountInfo
 
 
- 
 
-