Class EphemerisItem

    • Method Detail

      • creationTime

        public final Instant creationTime()

        The time the ephemeris was uploaded in UTC.

        Returns:
        The time the ephemeris was uploaded in UTC.
      • enabled

        public final Boolean enabled()

        Whether or not the ephemeris is enabled.

        Returns:
        Whether or not the ephemeris is enabled.
      • ephemerisId

        public final String ephemerisId()

        The AWS Ground Station ephemeris ID.

        Returns:
        The AWS Ground Station ephemeris ID.
      • name

        public final String name()

        A name string associated with the ephemeris. Used as a human-readable identifier for the ephemeris.

        Returns:
        A name string associated with the ephemeris. Used as a human-readable identifier for the ephemeris.
      • priority

        public final Integer priority()

        Customer-provided priority score to establish the order in which overlapping ephemerides should be used.

        The default for customer-provided ephemeris priority is 1, and higher numbers take precedence.

        Priority must be 1 or greater

        Returns:
        Customer-provided priority score to establish the order in which overlapping ephemerides should be used.

        The default for customer-provided ephemeris priority is 1, and higher numbers take precedence.

        Priority must be 1 or greater

      • sourceS3Object

        public final S3Object sourceS3Object()

        Source S3 object used for the ephemeris.

        Returns:
        Source S3 object used for the ephemeris.
      • 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)