Class ReadSetUploadPartListItem

    • Method Detail

      • partNumber

        public final Integer partNumber()

        The number identifying the part in an upload.

        Returns:
        The number identifying the part in an upload.
      • partSize

        public final Long partSize()

        The size of the the part in an upload.

        Returns:
        The size of the the part in an upload.
      • checksum

        public final String checksum()

        A unique identifier used to confirm that parts are being added to the correct upload.

        Returns:
        A unique identifier used to confirm that parts are being added to the correct upload.
      • creationTime

        public final Instant creationTime()

        The time stamp for when a direct upload was created.

        Returns:
        The time stamp for when a direct upload was created.
      • lastUpdatedTime

        public final Instant lastUpdatedTime()

        The time stamp for the most recent update to an uploaded part.

        Returns:
        The time stamp for the most recent update to an uploaded part.
      • 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)