Class Media

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

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

    • Media

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

    • createFromDiscriminatorValue

      @Nonnull public static Media 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 Media
    • 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>
    • getAudioCodec

      @Nullable public String getAudioCodec()
      Gets the audio_codec property value. The audio_codec property
      Returns:
      a String
    • getCameraId

      @Nullable public String getCameraId()
      Gets the camera_id property value. The camera_id property
      Returns:
      a String
    • getContainer

      @Nullable public String getContainer()
      Gets the container property value. The container property
      Returns:
      a String
    • getDescription

      @Nullable public String getDescription()
      Gets the description property value. The description property
      Returns:
      a String
    • getDurationMillis

      @Nullable public Long getDurationMillis()
      Gets the duration_millis property value. The duration_millis property
      Returns:
      a Long
    • 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>>
    • getFrameRate

      @Nullable public Double getFrameRate()
      Gets the frame_rate property value. The frame_rate property
      Returns:
      a Double
    • getHeight

      @Nullable public Integer getHeight()
      Gets the height property value. The height property
      Returns:
      a Integer
    • getSha512

      @Nullable public String getSha512()
      Gets the sha512 property value. The sha512 property
      Returns:
      a String
    • getSizeBytes

      @Nullable public Long getSizeBytes()
      Gets the size_bytes property value. The size_bytes property
      Returns:
      a Long
    • getStartTimestamp

      @Nullable public OffsetDateTime getStartTimestamp()
      Gets the start_timestamp property value. The start_timestamp property
      Returns:
      a OffsetDateTime
    • getUri

      @Nullable public String getUri()
      Gets the uri property value. The uri property
      Returns:
      a String
    • getVideoCodec

      @Nullable public String getVideoCodec()
      Gets the video_codec property value. The video_codec property
      Returns:
      a String
    • getVideoDescription

      @Nullable public String getVideoDescription()
      Gets the video_description property value. The video_description property
      Returns:
      a String
    • getVideoName

      @Nullable public String getVideoName()
      Gets the video_name property value. The video_name property
      Returns:
      a String
    • getVideoReferenceUuid

      @Nullable public UUID getVideoReferenceUuid()
      Gets the video_reference_uuid property value. The video_reference_uuid property
      Returns:
      a UUID
    • getVideoSequenceDescription

      @Nullable public String getVideoSequenceDescription()
      Gets the video_sequence_description property value. The video_sequence_description property
      Returns:
      a String
    • getVideoSequenceName

      @Nullable public String getVideoSequenceName()
      Gets the video_sequence_name property value. The video_sequence_name property
      Returns:
      a String
    • getVideoSequenceUuid

      @Nullable public UUID getVideoSequenceUuid()
      Gets the video_sequence_uuid property value. The video_sequence_uuid property
      Returns:
      a UUID
    • getVideoUuid

      @Nullable public UUID getVideoUuid()
      Gets the video_uuid property value. The video_uuid property
      Returns:
      a UUID
    • getWidth

      @Nullable public Integer getWidth()
      Gets the width property value. The width property
      Returns:
      a Integer
    • 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.
    • setAudioCodec

      public void setAudioCodec(@Nullable String value)
      Sets the audio_codec property value. The audio_codec property
      Parameters:
      value - Value to set for the audio_codec property.
    • setCameraId

      public void setCameraId(@Nullable String value)
      Sets the camera_id property value. The camera_id property
      Parameters:
      value - Value to set for the camera_id property.
    • setContainer

      public void setContainer(@Nullable String value)
      Sets the container property value. The container property
      Parameters:
      value - Value to set for the container property.
    • setDescription

      public void setDescription(@Nullable String value)
      Sets the description property value. The description property
      Parameters:
      value - Value to set for the description property.
    • setDurationMillis

      public void setDurationMillis(@Nullable Long value)
      Sets the duration_millis property value. The duration_millis property
      Parameters:
      value - Value to set for the duration_millis property.
    • setFrameRate

      public void setFrameRate(@Nullable Double value)
      Sets the frame_rate property value. The frame_rate property
      Parameters:
      value - Value to set for the frame_rate property.
    • setHeight

      public void setHeight(@Nullable Integer value)
      Sets the height property value. The height property
      Parameters:
      value - Value to set for the height property.
    • setSha512

      public void setSha512(@Nullable String value)
      Sets the sha512 property value. The sha512 property
      Parameters:
      value - Value to set for the sha512 property.
    • setSizeBytes

      public void setSizeBytes(@Nullable Long value)
      Sets the size_bytes property value. The size_bytes property
      Parameters:
      value - Value to set for the size_bytes property.
    • setStartTimestamp

      public void setStartTimestamp(@Nullable OffsetDateTime value)
      Sets the start_timestamp property value. The start_timestamp property
      Parameters:
      value - Value to set for the start_timestamp property.
    • setUri

      public void setUri(@Nullable String value)
      Sets the uri property value. The uri property
      Parameters:
      value - Value to set for the uri property.
    • setVideoCodec

      public void setVideoCodec(@Nullable String value)
      Sets the video_codec property value. The video_codec property
      Parameters:
      value - Value to set for the video_codec property.
    • setVideoDescription

      public void setVideoDescription(@Nullable String value)
      Sets the video_description property value. The video_description property
      Parameters:
      value - Value to set for the video_description property.
    • setVideoName

      public void setVideoName(@Nullable String value)
      Sets the video_name property value. The video_name property
      Parameters:
      value - Value to set for the video_name 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.
    • setVideoSequenceDescription

      public void setVideoSequenceDescription(@Nullable String value)
      Sets the video_sequence_description property value. The video_sequence_description property
      Parameters:
      value - Value to set for the video_sequence_description property.
    • setVideoSequenceName

      public void setVideoSequenceName(@Nullable String value)
      Sets the video_sequence_name property value. The video_sequence_name property
      Parameters:
      value - Value to set for the video_sequence_name property.
    • setVideoSequenceUuid

      public void setVideoSequenceUuid(@Nullable UUID value)
      Sets the video_sequence_uuid property value. The video_sequence_uuid property
      Parameters:
      value - Value to set for the video_sequence_uuid property.
    • setVideoUuid

      public void setVideoUuid(@Nullable UUID value)
      Sets the video_uuid property value. The video_uuid property
      Parameters:
      value - Value to set for the video_uuid property.
    • setWidth

      public void setWidth(@Nullable Integer value)
      Sets the width property value. The width property
      Parameters:
      value - Value to set for the width property.