ContactParameters Class
- java.
lang. Object - com.
azure. resourcemanager. orbital. models. ContactParameters
- com.
Implements
public final class ContactParameters
implements JsonSerializable<ContactParameters>
Parameters that define the contact resource.
Constructor Summary
| Constructor | Description |
|---|---|
| ContactParameters() |
Creates an instance of Contact |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
Contact |
contactProfile()
Get the contact |
|
Offset |
endTime()
Get the end |
|
static
Contact |
fromJson(JsonReader jsonReader)
Reads an instance of Contact |
| String |
groundStationName()
Get the ground |
|
Offset |
startTime()
Get the start |
|
Json |
toJson(JsonWriter jsonWriter) |
| void |
validate()
Validates the instance. |
|
Contact |
withContactProfile(ContactParametersContactProfile contactProfile)
Set the contact |
|
Contact |
withEndTime(OffsetDateTime endTime)
Set the end |
|
Contact |
withGroundStationName(String groundStationName)
Set the ground |
|
Contact |
withStartTime(OffsetDateTime startTime)
Set the start |
Methods inherited from java.lang.Object
Constructor Details
ContactParameters
public ContactParameters()
Creates an instance of ContactParameters class.
Method Details
contactProfile
public ContactParametersContactProfile contactProfile()
Get the contactProfile property: The reference to the contact profile resource.
Returns:
endTime
public OffsetDateTime endTime()
Get the endTime property: End time of a contact (ISO 8601 UTC standard).
Returns:
fromJson
public static ContactParameters fromJson(JsonReader jsonReader)
Reads an instance of ContactParameters from the JsonReader.
Parameters:
Returns:
Throws:
groundStationName
public String groundStationName()
Get the groundStationName property: Name of Azure Ground Station.
Returns:
startTime
public OffsetDateTime startTime()
Get the startTime property: Start time of a contact (ISO 8601 UTC standard).
Returns:
toJson
validate
public void validate()
Validates the instance.
withContactProfile
public ContactParameters withContactProfile(ContactParametersContactProfile contactProfile)
Set the contactProfile property: The reference to the contact profile resource.
Parameters:
Returns:
withEndTime
public ContactParameters withEndTime(OffsetDateTime endTime)
Set the endTime property: End time of a contact (ISO 8601 UTC standard).
Parameters:
Returns:
withGroundStationName
public ContactParameters withGroundStationName(String groundStationName)
Set the groundStationName property: Name of Azure Ground Station.
Parameters:
Returns:
withStartTime
public ContactParameters withStartTime(OffsetDateTime startTime)
Set the startTime property: Start time of a contact (ISO 8601 UTC standard).
Parameters:
Returns: