Class AttentionSetEntry


  • public class AttentionSetEntry
    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 Detail

      • accountInfo

        public AccountInfo accountInfo
        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.