Class AvailableGroundStationInner

java.lang.Object
com.azure.resourcemanager.orbital.fluent.models.AvailableGroundStationInner

public final class AvailableGroundStationInner extends Object
Ground Stations available to schedule Contacts.
  • Constructor Details

    • AvailableGroundStationInner

      public AvailableGroundStationInner()
  • Method Details

    • id

      public String id()
      Get the id property: ID of groundStation.
      Returns:
      the id value.
    • name

      public String name()
      Get the name property: Name of the ground station.
      Returns:
      the name value.
    • location

      public String location()
      Get the location property: Azure region.
      Returns:
      the location value.
    • withLocation

      public AvailableGroundStationInner withLocation(String location)
      Set the location property: Azure region.
      Parameters:
      location - the location value to set.
      Returns:
      the AvailableGroundStationInner object itself.
    • type

      public String type()
      Get the type property: Resource type.
      Returns:
      the type value.
    • validate

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