Class AccountInfo
- java.lang.Object
-
- com.google.gerrit.extensions.common.AccountInfo
-
- Direct Known Subclasses:
AccountDetailInfo
,ApprovalInfo
,ReviewerInfo
public class AccountInfo extends Object
-
-
Field Summary
Fields Modifier and Type Field Description Integer
_accountId
Boolean
_moreAccounts
List<AvatarInfo>
avatars
String
email
Boolean
inactive
String
name
List<String>
secondaryEmails
String
status
String
username
-
Constructor Summary
Constructors Modifier Constructor Description protected
AccountInfo()
AccountInfo(Integer id)
AccountInfo(String name, String email)
To be used ONLY in connection with unregistered reviewers and CCs.
-