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 Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic Media
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 camera_id property value.Gets the container property value.Gets the description property value.Gets the duration_millis 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.Gets the start_timestamp property value.getUri()
Gets the uri property value.Gets the video_codec property value.Gets the video_description property value.Gets the video_name property value.Gets the video_reference_uuid property value.Gets the video_sequence_description property value.Gets the video_sequence_name property value.Gets the video_sequence_uuid 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
setCameraId
(String value) Sets the camera_id property value.void
setContainer
(String value) Sets the container property value.void
setDescription
(String value) Sets the description property value.void
setDurationMillis
(Long value) Sets the duration_millis 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
setStartTimestamp
(OffsetDateTime value) Sets the start_timestamp property value.void
Sets the uri property value.void
setVideoCodec
(String value) Sets the video_codec property value.void
setVideoDescription
(String value) Sets the video_description property value.void
setVideoName
(String value) Sets the video_name property value.void
setVideoReferenceUuid
(UUID value) Sets the video_reference_uuid property value.void
Sets the video_sequence_description property value.void
setVideoSequenceName
(String value) Sets the video_sequence_name property value.void
setVideoSequenceUuid
(UUID value) Sets the video_sequence_uuid property value.void
setVideoUuid
(UUID value) Sets the video_uuid property value.void
Sets the width property value.
-
Constructor Details
-
Media
public Media()Instantiates a newMedia
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
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
-
getCameraId
-
getContainer
-
getDescription
-
getDurationMillis
-
getFieldDeserializers
-
getFrameRate
-
getHeight
-
getSha512
-
getSizeBytes
-
getStartTimestamp
Gets the start_timestamp property value. The start_timestamp property- Returns:
- a
OffsetDateTime
-
getUri
-
getVideoCodec
-
getVideoDescription
-
getVideoName
-
getVideoReferenceUuid
-
getVideoSequenceDescription
-
getVideoSequenceName
-
getVideoSequenceUuid
-
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.
-
setCameraId
Sets the camera_id property value. The camera_id property- Parameters:
value
- Value to set for the camera_id 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.
-
setDurationMillis
Sets the duration_millis property value. The duration_millis property- Parameters:
value
- Value to set for the duration_millis 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.
-
setStartTimestamp
Sets the start_timestamp property value. The start_timestamp property- Parameters:
value
- Value to set for the start_timestamp 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.
-
setVideoDescription
Sets the video_description property value. The video_description property- Parameters:
value
- Value to set for the video_description property.
-
setVideoName
Sets the video_name property value. The video_name property- Parameters:
value
- Value to set for the video_name property.
-
setVideoReferenceUuid
Sets the video_reference_uuid property value. The video_reference_uuid property- Parameters:
value
- Value to set for the video_reference_uuid property.
-
setVideoSequenceDescription
Sets the video_sequence_description property value. The video_sequence_description property- Parameters:
value
- Value to set for the video_sequence_description property.
-
setVideoSequenceName
Sets the video_sequence_name property value. The video_sequence_name property- Parameters:
value
- Value to set for the video_sequence_name property.
-
setVideoSequenceUuid
Sets the video_sequence_uuid property value. The video_sequence_uuid property- Parameters:
value
- Value to set for the video_sequence_uuid 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.
-