Class AnnotationStoreItem

    • Method Detail

      • id

        public final String id()

        The store's ID.

        Returns:
        The store's ID.
      • reference

        public final ReferenceItem reference()

        The store's genome reference.

        Returns:
        The store's genome reference.
      • storeArn

        public final String storeArn()

        The store's ARN.

        Returns:
        The store's ARN.
      • name

        public final String name()

        The store's name.

        Returns:
        The store's name.
      • description

        public final String description()

        The store's description.

        Returns:
        The store's description.
      • sseConfig

        public final SseConfig sseConfig()

        The store's server-side encryption (SSE) settings.

        Returns:
        The store's server-side encryption (SSE) settings.
      • creationTime

        public final Instant creationTime()

        The store's creation time.

        Returns:
        The store's creation time.
      • updateTime

        public final Instant updateTime()

        When the store was updated.

        Returns:
        When the store was updated.
      • statusMessage

        public final String statusMessage()

        The store's status message.

        Returns:
        The store's status message.
      • storeSizeBytes

        public final Long storeSizeBytes()

        The store's size in bytes.

        Returns:
        The store's size in bytes.
      • 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)