Class ChangedBlock

    • Method Detail

      • blockIndex

        public final Integer blockIndex()

        The block index.

        Returns:
        The block index.
      • firstBlockToken

        public final String firstBlockToken()

        The block token for the block index of the FirstSnapshotId specified in the ListChangedBlocks operation. This value is absent if the first snapshot does not have the changed block that is on the second snapshot.

        Returns:
        The block token for the block index of the FirstSnapshotId specified in the ListChangedBlocks operation. This value is absent if the first snapshot does not have the changed block that is on the second snapshot.
      • secondBlockToken

        public final String secondBlockToken()

        The block token for the block index of the SecondSnapshotId specified in the ListChangedBlocks operation.

        Returns:
        The block token for the block index of the SecondSnapshotId specified in the ListChangedBlocks operation.
      • 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)