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
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic GeographicRangeSCcreateFromDiscriminatorValue(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.voidserialize(com.microsoft.kiota.serialization.SerializationWriter writer) Serializes information the current objectvoidsetAdditionalData(Map<String, Object> value) Sets the AdditionalData property value.voidsetMaxDepthMeters(Double value) Sets the max_depth_meters property value.voidsetMaxLatitude(Double value) Sets the max_latitude property value.voidsetMaxLongitude(Double value) Sets the max_longitude property value.voidsetMinDepthMeters(Double value) Sets the min_depth_meters property value.voidsetMinLatitude(Double value) Sets the min_latitude property value.voidsetMinLongitude(Double value) Sets the min_longitude property value.
-
Constructor Details
-
GeographicRangeSC
public GeographicRangeSC()Instantiates a newGeographicRangeSCand 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:
serializein 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.
-