Class AttentionSetInfo

java.lang.Object
com.google.gerrit.extensions.common.AttentionSetInfo

public class AttentionSetInfo extends Object
Represents a single user included in the attention set. Used in the API. See AttentionSetUpdate for the internal representation.

See here for background.

  • Field Details

    • account

      public AccountInfo account
      The user included in the attention set.
    • lastUpdate

      public Timestamp lastUpdate
      The timestamp of the last update.
    • reason

      public String reason
      The human readable reason why the user was added.
    • reasonAccount

      public AccountInfo reasonAccount
      The user that might be mentioned in reason as the one who caused the update. This is needed since reason contains the account in pseudonymized form and is expanded in the frontend. null if there is no such account.
  • Constructor Details

  • Method Details