Interface ExploitObserved.Builder

    • Method Detail

      • firstSeen

        ExploitObserved.Builder firstSeen​(Instant firstSeen)

        The date an time when the exploit was first seen.

        Parameters:
        firstSeen - The date an time when the exploit was first seen.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • lastSeen

        ExploitObserved.Builder lastSeen​(Instant lastSeen)

        The date an time when the exploit was last seen.

        Parameters:
        lastSeen - The date an time when the exploit was last seen.
        Returns:
        Returns a reference to this object so that method calls can be chained together.