Class Watchlist

    • Method Detail

      • createdAt

        public final Instant createdAt()

        The timestamp of when the watchlist was created.

        Returns:
        The timestamp of when the watchlist was created.
      • defaultWatchlist

        public final Boolean defaultWatchlist()

        Whether the specified watchlist is the default watchlist of a domain.

        Returns:
        Whether the specified watchlist is the default watchlist of a domain.
      • description

        public final String description()

        The description of the watchlist.

        Returns:
        The description of the watchlist.
      • domainId

        public final String domainId()

        The identifier of the domain that contains the watchlist.

        Returns:
        The identifier of the domain that contains the watchlist.
      • name

        public final String name()

        The name for the watchlist.

        Returns:
        The name for the watchlist.
      • updatedAt

        public final Instant updatedAt()

        The timestamp of when the watchlist was updated.

        Returns:
        The timestamp of when the watchlist was updated.
      • watchlistId

        public final String watchlistId()

        The identifier of the watchlist.

        Returns:
        The identifier of the watchlist.
      • hashCode

        public final int hashCode()
        Overrides:
        hashCode in class Object
      • equals

        public final boolean equals​(Object obj)
        Overrides:
        equals in class Object
      • toString

        public final String toString()
        Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
        Overrides:
        toString in class Object
      • getValueForField

        public final <T> Optional<T> getValueForField​(String fieldName,
                                                      Class<T> clazz)