Class AvailableGroundStationPropertiesAutoGenerated

java.lang.Object
com.azure.resourcemanager.orbital.models.AvailableGroundStationPropertiesAutoGenerated
Direct Known Subclasses:
AvailableGroundStationProperties

public class AvailableGroundStationPropertiesAutoGenerated extends Object
Properties object for Available groundstation.
  • Constructor Details

    • AvailableGroundStationPropertiesAutoGenerated

      public AvailableGroundStationPropertiesAutoGenerated()
  • Method Details

    • city

      public String city()
      Get the city property: City of ground station.
      Returns:
      the city value.
    • withCity

      Set the city property: City of ground station.
      Parameters:
      city - the city value to set.
      Returns:
      the AvailableGroundStationPropertiesAutoGenerated object itself.
    • providerName

      public String providerName()
      Get the providerName property: Ground station provider name.
      Returns:
      the providerName value.
    • withProviderName

      public AvailableGroundStationPropertiesAutoGenerated withProviderName(String providerName)
      Set the providerName property: Ground station provider name.
      Parameters:
      providerName - the providerName value to set.
      Returns:
      the AvailableGroundStationPropertiesAutoGenerated object itself.
    • longitudeDegrees

      public Float longitudeDegrees()
      Get the longitudeDegrees property: Longitude of the ground station in decimal degrees.
      Returns:
      the longitudeDegrees value.
    • withLongitudeDegrees

      public AvailableGroundStationPropertiesAutoGenerated withLongitudeDegrees(Float longitudeDegrees)
      Set the longitudeDegrees property: Longitude of the ground station in decimal degrees.
      Parameters:
      longitudeDegrees - the longitudeDegrees value to set.
      Returns:
      the AvailableGroundStationPropertiesAutoGenerated object itself.
    • latitudeDegrees

      public Float latitudeDegrees()
      Get the latitudeDegrees property: Latitude of the ground station in decimal degrees.
      Returns:
      the latitudeDegrees value.
    • withLatitudeDegrees

      public AvailableGroundStationPropertiesAutoGenerated withLatitudeDegrees(Float latitudeDegrees)
      Set the latitudeDegrees property: Latitude of the ground station in decimal degrees.
      Parameters:
      latitudeDegrees - the latitudeDegrees value to set.
      Returns:
      the AvailableGroundStationPropertiesAutoGenerated object itself.
    • altitudeMeters

      public Float altitudeMeters()
      Get the altitudeMeters property: Altitude of the ground station.
      Returns:
      the altitudeMeters value.
    • withAltitudeMeters

      public AvailableGroundStationPropertiesAutoGenerated withAltitudeMeters(Float altitudeMeters)
      Set the altitudeMeters property: Altitude of the ground station.
      Parameters:
      altitudeMeters - the altitudeMeters value to set.
      Returns:
      the AvailableGroundStationPropertiesAutoGenerated object itself.
    • releaseMode

      public ReleaseMode releaseMode()
      Get the releaseMode property: Release Status of a ground station.
      Returns:
      the releaseMode value.
    • withReleaseMode

      public AvailableGroundStationPropertiesAutoGenerated withReleaseMode(ReleaseMode releaseMode)
      Set the releaseMode property: Release Status of a ground station.
      Parameters:
      releaseMode - the releaseMode value to set.
      Returns:
      the AvailableGroundStationPropertiesAutoGenerated object itself.
    • validate

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