Class VideoReferenceUpdate
java.lang.Object
org.mbari.vars.vampiresquid.sdk.kiota.models.VideoReferenceUpdate
- All Implemented Interfaces:
com.microsoft.kiota.serialization.AdditionalDataHolder
,com.microsoft.kiota.serialization.Parsable
@Generated("com.microsoft.kiota")
public class VideoReferenceUpdate
extends Object
implements com.microsoft.kiota.serialization.AdditionalDataHolder, com.microsoft.kiota.serialization.Parsable
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic VideoReferenceUpdate
createFromDiscriminatorValue
(com.microsoft.kiota.serialization.ParseNode parseNode) Creates a new instance of the appropriate class based on discriminator valueGets the AdditionalData property value.Gets the audio_codec property value.Gets the container property value.Gets the description property value.The deserialization information for the current modelGets the frame_rate property value.Gets the height property value.Gets the sha512 property value.Gets the size_bytes property value.getUri()
Gets the uri property value.Gets the video_codec property value.Gets the video_uuid property value.getWidth()
Gets the width 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
setAudioCodec
(String value) Sets the audio_codec property value.void
setContainer
(String value) Sets the container property value.void
setDescription
(String value) Sets the description property value.void
setFrameRate
(Double value) Sets the frame_rate property value.void
Sets the height property value.void
Sets the sha512 property value.void
setSizeBytes
(Long value) Sets the size_bytes property value.void
Sets the uri property value.void
setVideoCodec
(String value) Sets the video_codec property value.void
setVideoUuid
(UUID value) Sets the video_uuid property value.void
Sets the width property value.
-
Constructor Details
-
VideoReferenceUpdate
public VideoReferenceUpdate()Instantiates a newVideoReferenceUpdate
and sets the default values.
-
-
Method Details
-
createFromDiscriminatorValue
@Nonnull public static VideoReferenceUpdate 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
VideoReferenceUpdate
-
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. -
getAudioCodec
-
getContainer
-
getDescription
-
getFieldDeserializers
-
getFrameRate
-
getHeight
-
getSha512
-
getSizeBytes
-
getUri
-
getVideoCodec
-
getVideoUuid
-
getWidth
-
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.
-
setAudioCodec
Sets the audio_codec property value. The audio_codec property- Parameters:
value
- Value to set for the audio_codec property.
-
setContainer
Sets the container property value. The container property- Parameters:
value
- Value to set for the container property.
-
setDescription
Sets the description property value. The description property- Parameters:
value
- Value to set for the description property.
-
setFrameRate
Sets the frame_rate property value. The frame_rate property- Parameters:
value
- Value to set for the frame_rate property.
-
setHeight
Sets the height property value. The height property- Parameters:
value
- Value to set for the height property.
-
setSha512
Sets the sha512 property value. The sha512 property- Parameters:
value
- Value to set for the sha512 property.
-
setSizeBytes
Sets the size_bytes property value. The size_bytes property- Parameters:
value
- Value to set for the size_bytes property.
-
setUri
Sets the uri property value. The uri property- Parameters:
value
- Value to set for the uri property.
-
setVideoCodec
Sets the video_codec property value. The video_codec property- Parameters:
value
- Value to set for the video_codec property.
-
setVideoUuid
Sets the video_uuid property value. The video_uuid property- Parameters:
value
- Value to set for the video_uuid property.
-
setWidth
Sets the width property value. The width property- Parameters:
value
- Value to set for the width property.
-