Class ChecksDetails


  • public class ChecksDetails
    extends Object
    Details of a check. This class is a top class which contains all parameters needed for a check.
    • Method Detail

      • getName

        public Optional<String> getName()
        Returns the name of a check.
        Returns:
        the unique name of a check
      • getStatus

        public ChecksStatus getStatus()
        Returns the status of a check.
        Returns:
        ChecksStatus, one of QUEUED, IN_PROGRESS, COMPLETED.
      • getDetailsURL

        public Optional<String> getDetailsURL()
        Returns the url of a site with full details of a check.
        Returns:
        the url of a site
      • getStartedAt

        public Optional<LocalDateTime> getStartedAt()
        Returns the time that the check started.
        Returns:
        the start time of a check
      • getConclusion

        public ChecksConclusion getConclusion()
        Returns the conclusion of a check.
        Returns:
        the conclusion of a check
      • getCompletedAt

        public Optional<LocalDateTime> getCompletedAt()
        Returns the time that the check completed.
        Returns:
        the complete time of a check