Class DeleteCountSC

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

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

    • DeleteCountSC

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

    • createFromDiscriminatorValue

      @Nonnull public static DeleteCountSC 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 DeleteCountSC
    • 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>
    • getAncillaryDataCount

      @Nullable public Integer getAncillaryDataCount()
      Gets the ancillary_data_count property value. The ancillary_data_count property
      Returns:
      a Integer
    • getAssociationCount

      @Nullable public Integer getAssociationCount()
      Gets the association_count property value. The association_count property
      Returns:
      a Integer
    • getErrorMessage

      @Nullable public String getErrorMessage()
      Gets the error_message property value. The error_message property
      Returns:
      a String
    • 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>>
    • getImagedMomentCount

      @Nullable public Integer getImagedMomentCount()
      Gets the imaged_moment_count property value. The imaged_moment_count property
      Returns:
      a Integer
    • getImageReferenceCount

      @Nullable public Integer getImageReferenceCount()
      Gets the image_reference_count property value. The image_reference_count property
      Returns:
      a Integer
    • getObservationCount

      @Nullable public Integer getObservationCount()
      Gets the observation_count property value. The observation_count property
      Returns:
      a Integer
    • getVideoReferenceUuid

      @Nullable public UUID getVideoReferenceUuid()
      Gets the video_reference_uuid property value. The video_reference_uuid property
      Returns:
      a UUID
    • 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.
    • setAncillaryDataCount

      public void setAncillaryDataCount(@Nullable Integer value)
      Sets the ancillary_data_count property value. The ancillary_data_count property
      Parameters:
      value - Value to set for the ancillary_data_count property.
    • setAssociationCount

      public void setAssociationCount(@Nullable Integer value)
      Sets the association_count property value. The association_count property
      Parameters:
      value - Value to set for the association_count property.
    • setErrorMessage

      public void setErrorMessage(@Nullable String value)
      Sets the error_message property value. The error_message property
      Parameters:
      value - Value to set for the error_message property.
    • setImagedMomentCount

      public void setImagedMomentCount(@Nullable Integer value)
      Sets the imaged_moment_count property value. The imaged_moment_count property
      Parameters:
      value - Value to set for the imaged_moment_count property.
    • setImageReferenceCount

      public void setImageReferenceCount(@Nullable Integer value)
      Sets the image_reference_count property value. The image_reference_count property
      Parameters:
      value - Value to set for the image_reference_count property.
    • setObservationCount

      public void setObservationCount(@Nullable Integer value)
      Sets the observation_count property value. The observation_count property
      Parameters:
      value - Value to set for the observation_count property.
    • setVideoReferenceUuid

      public void setVideoReferenceUuid(@Nullable UUID value)
      Sets the video_reference_uuid property value. The video_reference_uuid property
      Parameters:
      value - Value to set for the video_reference_uuid property.