Class ContactParameters

java.lang.Object
com.azure.resourcemanager.orbital.models.ContactParameters

public final class ContactParameters extends Object
Parameters that define the contact resource.
  • Constructor Details

    • ContactParameters

      public ContactParameters()
  • Method Details

    • contactProfile

      public ContactParametersContactProfile contactProfile()
      Get the contactProfile property: The reference to the contact profile resource.
      Returns:
      the contactProfile value.
    • withContactProfile

      public ContactParameters withContactProfile(ContactParametersContactProfile contactProfile)
      Set the contactProfile property: The reference to the contact profile resource.
      Parameters:
      contactProfile - the contactProfile value to set.
      Returns:
      the ContactParameters object itself.
    • groundStationName

      public String groundStationName()
      Get the groundStationName property: Name of Azure Ground Station.
      Returns:
      the groundStationName value.
    • withGroundStationName

      public ContactParameters withGroundStationName(String groundStationName)
      Set the groundStationName property: Name of Azure Ground Station.
      Parameters:
      groundStationName - the groundStationName value to set.
      Returns:
      the ContactParameters object itself.
    • startTime

      public OffsetDateTime startTime()
      Get the startTime property: Start time of a contact (ISO 8601 UTC standard).
      Returns:
      the startTime value.
    • withStartTime

      public ContactParameters withStartTime(OffsetDateTime startTime)
      Set the startTime property: Start time of a contact (ISO 8601 UTC standard).
      Parameters:
      startTime - the startTime value to set.
      Returns:
      the ContactParameters object itself.
    • endTime

      public OffsetDateTime endTime()
      Get the endTime property: End time of a contact (ISO 8601 UTC standard).
      Returns:
      the endTime value.
    • withEndTime

      public ContactParameters withEndTime(OffsetDateTime endTime)
      Set the endTime property: End time of a contact (ISO 8601 UTC standard).
      Parameters:
      endTime - the endTime value to set.
      Returns:
      the ContactParameters object itself.
    • validate

      public void validate()
      Validates the instance.
      Throws:
      IllegalArgumentException - thrown if the instance is not valid.