Class EphemerisMetaData

    • Method Detail

      • ephemerisId

        public final String ephemerisId()

        UUID of a customer-provided ephemeris.

        This field is not populated for default ephemerides from Space Track.

        Returns:
        UUID of a customer-provided ephemeris.

        This field is not populated for default ephemerides from Space Track.

      • epoch

        public final Instant epoch()

        The epoch of a default, ephemeris from Space Track in UTC.

        This field is not populated for customer-provided ephemerides.

        Returns:
        The epoch of a default, ephemeris from Space Track in UTC.

        This field is not populated for customer-provided ephemerides.

      • name

        public final String name()

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

        A name is only returned for customer-provider ephemerides that have a name associated.

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

        A name is only returned for customer-provider ephemerides that have a name associated.

      • sourceAsString

        public final String sourceAsString()

        The EphemerisSource that generated a given ephemeris.

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

        Returns:
        The EphemerisSource that generated a given ephemeris.
        See Also:
        EphemerisSource
      • 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)