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 Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic GeographicRangeSC
createFromDiscriminatorValue
(com.microsoft.kiota.serialization.ParseNode parseNode) Creates a new instance of the appropriate class based on discriminator valueGets the AdditionalData property value.The deserialization information for the current modelGets the max_depth_meters property value.Gets the max_latitude property value.Gets the max_longitude property value.Gets the min_depth_meters property value.Gets the min_latitude property value.Gets the min_longitude property value.void
serialize
(com.microsoft.kiota.serialization.SerializationWriter writer) Serializes information the current objectvoid
setAdditionalData
(Map<String, Object> value) Sets the AdditionalData property value.void
setMaxDepthMeters
(Double value) Sets the max_depth_meters property value.void
setMaxLatitude
(Double value) Sets the max_latitude property value.void
setMaxLongitude
(Double value) Sets the max_longitude property value.void
setMinDepthMeters
(Double value) Sets the min_depth_meters property value.void
setMinLatitude
(Double value) Sets the min_latitude property value.void
setMinLongitude
(Double value) Sets the min_longitude property value.
-
Constructor Details
-
GeographicRangeSC
public GeographicRangeSC()Instantiates a newGeographicRangeSC
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
Gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. -
getFieldDeserializers
-
getMaxDepthMeters
-
getMaxLatitude
-
getMaxLongitude
-
getMinDepthMeters
-
getMinLatitude
-
getMinLongitude
-
serialize
public void serialize(@Nonnull com.microsoft.kiota.serialization.SerializationWriter writer) Serializes information the current object- Specified by:
serialize
in interfacecom.microsoft.kiota.serialization.Parsable
- Parameters:
writer
- Serialization writer to use to serialize this model
-
setAdditionalData
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
Sets the max_depth_meters property value. The max_depth_meters property- Parameters:
value
- Value to set for the max_depth_meters property.
-
setMaxLatitude
Sets the max_latitude property value. The max_latitude property- Parameters:
value
- Value to set for the max_latitude property.
-
setMaxLongitude
Sets the max_longitude property value. The max_longitude property- Parameters:
value
- Value to set for the max_longitude property.
-
setMinDepthMeters
Sets the min_depth_meters property value. The min_depth_meters property- Parameters:
value
- Value to set for the min_depth_meters property.
-
setMinLatitude
Sets the min_latitude property value. The min_latitude property- Parameters:
value
- Value to set for the min_latitude property.
-
setMinLongitude
Sets the min_longitude property value. The min_longitude property- Parameters:
value
- Value to set for the min_longitude property.
-