ContactInstanceProperties Class
- java.
lang. Object - com.
azure. resourcemanager. orbital. models. ContactInstanceProperties
- com.
Implements
public class ContactInstanceProperties
implements JsonSerializable<ContactInstanceProperties>
Contact Instance Properties.
Constructor Summary
| Constructor | Description |
|---|---|
| ContactInstanceProperties() |
Creates an instance of Contact |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
| Float |
endAzimuthDegrees()
Get the end |
| Float |
endElevationDegrees()
Get the end |
|
static
Contact |
fromJson(JsonReader jsonReader)
Reads an instance of Contact |
| Float |
maximumElevationDegrees()
Get the maximum |
|
Offset |
rxEndTime()
Get the rx |
|
Offset |
rxStartTime()
Get the rx |
| Float |
startAzimuthDegrees()
Get the start |
| Float |
startElevationDegrees()
Get the start |
|
Json |
toJson(JsonWriter jsonWriter) |
|
Offset |
txEndTime()
Get the tx |
|
Offset |
txStartTime()
Get the tx |
| void |
validate()
Validates the instance. |
Methods inherited from java.lang.Object
Constructor Details
ContactInstanceProperties
public ContactInstanceProperties()
Creates an instance of ContactInstanceProperties class.
Method Details
endAzimuthDegrees
public Float endAzimuthDegrees()
Get the endAzimuthDegrees property: Azimuth of the antenna at the end of the contact in decimal degrees.
Returns:
endElevationDegrees
public Float endElevationDegrees()
Get the endElevationDegrees property: Spacecraft elevation above the horizon at contact end.
Returns:
fromJson
public static ContactInstanceProperties fromJson(JsonReader jsonReader)
Reads an instance of ContactInstanceProperties from the JsonReader.
Parameters:
Returns:
Throws:
maximumElevationDegrees
public Float maximumElevationDegrees()
Get the maximumElevationDegrees property: Maximum elevation of the antenna during the contact in decimal degrees.
Returns:
rxEndTime
public OffsetDateTime rxEndTime()
Get the rxEndTime property: Time to lost receiving a signal (ISO 8601 UTC standard).
Returns:
rxStartTime
public OffsetDateTime rxStartTime()
Get the rxStartTime property: Earliest time to receive a signal (ISO 8601 UTC standard).
Returns:
startAzimuthDegrees
public Float startAzimuthDegrees()
Get the startAzimuthDegrees property: Azimuth of the antenna at the start of the contact in decimal degrees.
Returns:
startElevationDegrees
public Float startElevationDegrees()
Get the startElevationDegrees property: Spacecraft elevation above the horizon at contact start.
Returns:
toJson
txEndTime
public OffsetDateTime txEndTime()
Get the txEndTime property: Time at which antenna transmit will be disabled (ISO 8601 UTC standard).
Returns:
txStartTime
public OffsetDateTime txStartTime()
Get the txStartTime property: Time at which antenna transmit will be enabled (ISO 8601 UTC standard).
Returns:
validate
public void validate()
Validates the instance.