Class GetSatelliteResponse

    • Method Detail

      • currentEphemeris

        public final EphemerisMetaData currentEphemeris()

        The current ephemeris being used to compute the trajectory of the satellite.

        Returns:
        The current ephemeris being used to compute the trajectory of the satellite.
      • hasGroundStations

        public final boolean hasGroundStations()
        For responses, this returns true if the service returned a value for the GroundStations property. This DOES NOT check that the value is non-empty (for which, you should check the isEmpty() method on the property). This is useful because the SDK will never return a null collection or map, but you may need to differentiate between the service returning nothing (or null) and the service returning an empty collection or map. For requests, this returns true if a value for the property was specified in the request builder, and false if a value was not specified.
      • groundStations

        public final List<String> groundStations()

        A list of ground stations to which the satellite is on-boarded.

        Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.

        This method will never return null. If you would like to know whether the service returned this field (so that you can differentiate between null and empty), you can use the hasGroundStations() method.

        Returns:
        A list of ground stations to which the satellite is on-boarded.
      • noradSatelliteID

        public final Integer noradSatelliteID()

        NORAD satellite ID number.

        Returns:
        NORAD satellite ID number.
      • satelliteArn

        public final String satelliteArn()

        ARN of a satellite.

        Returns:
        ARN of a satellite.
      • satelliteId

        public final String satelliteId()

        UUID of a satellite.

        Returns:
        UUID of a satellite.
      • 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