Class GeographicRangeSC

java.lang.Object
org.mbari.vars.annosaurus.sdk.kiota.models.GeographicRangeSC
All Implemented Interfaces:
com.microsoft.kiota.serialization.AdditionalDataHolder, com.microsoft.kiota.serialization.Parsable

@Generated("com.microsoft.kiota") public class GeographicRangeSC extends Object implements com.microsoft.kiota.serialization.AdditionalDataHolder, com.microsoft.kiota.serialization.Parsable
  • Constructor Details

    • GeographicRangeSC

      public GeographicRangeSC()
      Instantiates a new GeographicRangeSC and sets the default values.
  • Method Details

    • createFromDiscriminatorValue

      @Nonnull public static GeographicRangeSC createFromDiscriminatorValue(@Nonnull com.microsoft.kiota.serialization.ParseNode parseNode)
      Creates a new instance of the appropriate class based on discriminator value
      Parameters:
      parseNode - The parse node to use to read the discriminator value and create the object
      Returns:
      a GeographicRangeSC
    • getAdditionalData

      @Nonnull public Map<String,Object> getAdditionalData()
      Gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
      Specified by:
      getAdditionalData in interface com.microsoft.kiota.serialization.AdditionalDataHolder
      Returns:
      a Map<String,Object>
    • getFieldDeserializers

      @Nonnull public Map<String,Consumer<com.microsoft.kiota.serialization.ParseNode>> getFieldDeserializers()
      The deserialization information for the current model
      Specified by:
      getFieldDeserializers in interface com.microsoft.kiota.serialization.Parsable
      Returns:
      a Map<String,Consumer<com.microsoft.kiota.serialization.ParseNode>>
    • getMaxDepthMeters

      @Nullable public Double getMaxDepthMeters()
      Gets the max_depth_meters property value. The max_depth_meters property
      Returns:
      a Double
    • getMaxLatitude

      @Nullable public Double getMaxLatitude()
      Gets the max_latitude property value. The max_latitude property
      Returns:
      a Double
    • getMaxLongitude

      @Nullable public Double getMaxLongitude()
      Gets the max_longitude property value. The max_longitude property
      Returns:
      a Double
    • getMinDepthMeters

      @Nullable public Double getMinDepthMeters()
      Gets the min_depth_meters property value. The min_depth_meters property
      Returns:
      a Double
    • getMinLatitude

      @Nullable public Double getMinLatitude()
      Gets the min_latitude property value. The min_latitude property
      Returns:
      a Double
    • getMinLongitude

      @Nullable public Double getMinLongitude()
      Gets the min_longitude property value. The min_longitude property
      Returns:
      a Double
    • serialize

      public void serialize(@Nonnull com.microsoft.kiota.serialization.SerializationWriter writer)
      Serializes information the current object
      Specified by:
      serialize in interface com.microsoft.kiota.serialization.Parsable
      Parameters:
      writer - Serialization writer to use to serialize this model
    • setAdditionalData

      public void setAdditionalData(@Nullable Map<String,Object> value)
      Sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
      Parameters:
      value - Value to set for the AdditionalData property.
    • setMaxDepthMeters

      public void setMaxDepthMeters(@Nullable Double value)
      Sets the max_depth_meters property value. The max_depth_meters property
      Parameters:
      value - Value to set for the max_depth_meters property.
    • setMaxLatitude

      public void setMaxLatitude(@Nullable Double value)
      Sets the max_latitude property value. The max_latitude property
      Parameters:
      value - Value to set for the max_latitude property.
    • setMaxLongitude

      public void setMaxLongitude(@Nullable Double value)
      Sets the max_longitude property value. The max_longitude property
      Parameters:
      value - Value to set for the max_longitude property.
    • setMinDepthMeters

      public void setMinDepthMeters(@Nullable Double value)
      Sets the min_depth_meters property value. The min_depth_meters property
      Parameters:
      value - Value to set for the min_depth_meters property.
    • setMinLatitude

      public void setMinLatitude(@Nullable Double value)
      Sets the min_latitude property value. The min_latitude property
      Parameters:
      value - Value to set for the min_latitude property.
    • setMinLongitude

      public void setMinLongitude(@Nullable Double value)
      Sets the min_longitude property value. The min_longitude property
      Parameters:
      value - Value to set for the min_longitude property.