Class DataCollectionDetails

    • Method Detail

      • completionTime

        public final Instant completionTime()

        The time the assessment completes.

        Returns:
        The time the assessment completes.
      • failed

        public final Integer failed()

        The number of failed servers in the assessment.

        Returns:
        The number of failed servers in the assessment.
      • inProgress

        public final Integer inProgress()

        The number of servers with the assessment status IN_PROGESS.

        Returns:
        The number of servers with the assessment status IN_PROGESS.
      • servers

        public final Integer servers()

        The total number of servers in the assessment.

        Returns:
        The total number of servers in the assessment.
      • startTime

        public final Instant startTime()

        The start time of assessment.

        Returns:
        The start time of assessment.
      • statusMessage

        public final String statusMessage()

        The status message of the assessment.

        Returns:
        The status message of the assessment.
      • success

        public final Integer success()

        The number of successful servers in the assessment.

        Returns:
        The number of successful servers in the assessment.
      • 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)