ContactData

Data describing a contact.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

UUID of a contact.

Link copied to clipboard

Status of a contact.

Link copied to clipboard

End time of a contact in UTC.

Link copied to clipboard

Error message of a contact.

Link copied to clipboard

Name of a ground station.

Link copied to clipboard

Maximum elevation angle of a contact.

Link copied to clipboard

ARN of a mission profile.

Link copied to clipboard

Amount of time after a contact ends that you’d like to receive a CloudWatch event indicating the pass has finished.

Link copied to clipboard

Amount of time prior to contact start you’d like to receive a CloudWatch event indicating an upcoming pass.

Link copied to clipboard

Region of a contact.

Link copied to clipboard

ARN of a satellite.

Link copied to clipboard

Start time of a contact in UTC.

Link copied to clipboard

Tags assigned to a contact.

Link copied to clipboard

Projected time in UTC your satellite will set below the receive mask. This time is based on the satellite's current active ephemeris for future contacts and the ephemeris that was active during contact execution for completed contacts. This field is not present for contacts with a SCHEDULING or SCHEDULED status.

Link copied to clipboard

Projected time in UTC your satellite will rise above the receive mask. This time is based on the satellite's current active ephemeris for future contacts and the ephemeris that was active during contact execution for completed contacts. This field is not present for contacts with a SCHEDULING or SCHEDULED status.

Functions

Link copied to clipboard
inline fun copy(block: ContactData.Builder.() -> Unit = {}): ContactData
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String