Class VideoReference

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

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

    • VideoReference

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

    • createFromDiscriminatorValue

      @Nonnull public static VideoReference 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 VideoReference
    • 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
    • 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
    • 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
    • getLastUpdatedTime

      @Nullable public OffsetDateTime getLastUpdatedTime()
      Gets the last_updated_time property value. The last_updated_time property
      Returns:
      a OffsetDateTime
    • 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
    • getUri

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

      @Nullable public UUID getUuid()
      Gets the uuid property value. The uuid property
      Returns:
      a UUID
    • getVideoCodec

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

      public void setLastUpdatedTime(@Nullable OffsetDateTime value)
      Sets the last_updated_time property value. The last_updated_time property
      Parameters:
      value - Value to set for the last_updated_time 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.
    • setUri

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

      public void setUuid(@Nullable UUID value)
      Sets the uuid property value. The uuid property
      Parameters:
      value - Value to set for the uuid 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.
    • setWidth

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