Class LastUploaderStatus

    • Method Detail

      • jobStatusDetails

        public final String jobStatusDetails()

        A description of an uploader job’s latest status.

        Returns:
        A description of an uploader job’s latest status.
      • lastCollectedTime

        public final Instant lastCollectedTime()

        The timestamp at which the uploader job was last executed and media collected to the cloud.

        Returns:
        The timestamp at which the uploader job was last executed and media collected to the cloud.
      • lastUpdatedTime

        public final Instant lastUpdatedTime()

        The timestamp at which the uploader status was last updated.

        Returns:
        The timestamp at which the uploader status was last updated.
      • uploaderStatusAsString

        public final String uploaderStatusAsString()

        The status of the latest uploader job.

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

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