Class AccountDetailInfo

java.lang.Object
com.google.gerrit.extensions.common.AccountInfo
com.google.gerrit.extensions.common.AccountDetailInfo

public class AccountDetailInfo extends AccountInfo
Representation of a (detailed) account in the REST API.

This class determines the JSON format of (detailed) accounts in the REST API.

This class extends AccountInfo (which defines fields for account properties that are frequently used) and provides additional fields for account details which are needed only in some cases.

  • Field Details

    • registeredOn

      public Timestamp registeredOn
      The timestamp of when the account was registered.
  • Constructor Details

    • AccountDetailInfo

      public AccountDetailInfo(Integer id)
  • Method Details

    • setRegisteredOn

      public void setRegisteredOn(Instant registeredOn)