Class LastRecorderStatus

    • Method Detail

      • jobStatusDetails

        public final String jobStatusDetails()

        A description of a recorder job’s latest status.

        Returns:
        A description of a recorder job’s latest status.
      • lastCollectedTime

        public final Instant lastCollectedTime()

        The timestamp at which the recorder job was last executed and media stored to local disk.

        Returns:
        The timestamp at which the recorder job was last executed and media stored to local disk.
      • lastUpdatedTime

        public final Instant lastUpdatedTime()

        The timestamp at which the recorder status was last updated.

        Returns:
        The timestamp at which the recorder status was last updated.
      • recorderStatusAsString

        public final String recorderStatusAsString()

        The status of the latest recorder job.

        If the service returns an enum value that is not available in the current SDK version, recorderStatus will return RecorderStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from recorderStatusAsString().

        Returns:
        The status of the latest recorder job.
        See Also:
        RecorderStatus
      • 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)