Class EphemerisData

    • Method Detail

      • oem

        public final OEMEphemeris oem()
        Returns the value of the Oem property for this object.
        Returns:
        The value of the Oem property for this object.
      • tle

        public final TLEEphemeris tle()
        Returns the value of the Tle property for this object.
        Returns:
        The value of the Tle property for this object.
      • 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)
      • fromOem

        public static EphemerisData fromOem​(OEMEphemeris oem)
        Create an instance of this class with oem() initialized to the given value. Sets the value of the Oem property for this object.
        Parameters:
        oem - The new value for the Oem property for this object.
      • fromOem

        public static EphemerisData fromOem​(Consumer<OEMEphemeris.Builder> oem)
        Create an instance of this class with oem() initialized to the given value. Sets the value of the Oem property for this object.
        Parameters:
        oem - The new value for the Oem property for this object.
      • fromTle

        public static EphemerisData fromTle​(TLEEphemeris tle)
        Create an instance of this class with tle() initialized to the given value. Sets the value of the Tle property for this object.
        Parameters:
        tle - The new value for the Tle property for this object.
      • fromTle

        public static EphemerisData fromTle​(Consumer<TLEEphemeris.Builder> tle)
        Create an instance of this class with tle() initialized to the given value. Sets the value of the Tle property for this object.
        Parameters:
        tle - The new value for the Tle property for this object.