Class AuthorizedGroundstation

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

public final class AuthorizedGroundstation extends Object
Authorized groundstation.
  • Constructor Details

    • AuthorizedGroundstation

      public AuthorizedGroundstation()
  • Method Details

    • groundStation

      public String groundStation()
      Get the groundStation property: Groundstation name.
      Returns:
      the groundStation value.
    • withGroundStation

      public AuthorizedGroundstation withGroundStation(String groundStation)
      Set the groundStation property: Groundstation name.
      Parameters:
      groundStation - the groundStation value to set.
      Returns:
      the AuthorizedGroundstation object itself.
    • expirationDate

      public LocalDate expirationDate()
      Get the expirationDate property: Date of authorization expiration.
      Returns:
      the expirationDate value.
    • withExpirationDate

      public AuthorizedGroundstation withExpirationDate(LocalDate expirationDate)
      Set the expirationDate property: Date of authorization expiration.
      Parameters:
      expirationDate - the expirationDate value to set.
      Returns:
      the AuthorizedGroundstation object itself.
    • validate

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