Class AttentionSetInfo
java.lang.Object
com.google.gerrit.extensions.common.AttentionSetInfo
Represents a single user included in the attention set. Used in the API. See
AttentionSetUpdate
for the internal representation.
See here for background.
-
Field Summary
Modifier and TypeFieldDescriptionThe user included in the attention set.The timestamp of the last update.The human readable reason why the user was added.The user that might be mentioned inreason
as the one who caused the update. -
Constructor Summary
ModifierConstructorDescriptionprotected
AttentionSetInfo
(AccountInfo account, Timestamp lastUpdate, String reason, AccountInfo reasonAccount) AttentionSetInfo
(AccountInfo account, Instant lastUpdate, String reason, AccountInfo reasonAccount) -
Method Summary
-
Field Details
-
account
The user included in the attention set. -
lastUpdate
The timestamp of the last update. -
reason
The human readable reason why the user was added. -
reasonAccount
-
-
Constructor Details
-
AttentionSetInfo
public AttentionSetInfo(AccountInfo account, Timestamp lastUpdate, String reason, AccountInfo reasonAccount) -
AttentionSetInfo
public AttentionSetInfo(AccountInfo account, Instant lastUpdate, String reason, AccountInfo reasonAccount) -
AttentionSetInfo
protected AttentionSetInfo()
-
-
Method Details