Class AcsRecordingChunkInfoProperties
java.lang.Object
com.azure.messaging.eventgrid.systemevents.AcsRecordingChunkInfoProperties
- All Implemented Interfaces:
com.azure.json.JsonSerializable<AcsRecordingChunkInfoProperties>
public final class AcsRecordingChunkInfoProperties
extends Object
implements com.azure.json.JsonSerializable<AcsRecordingChunkInfoProperties>
Schema for all properties of Recording Chunk Information.
-
Method Summary
Modifier and TypeMethodDescriptionfromJson(com.azure.json.JsonReader jsonReader) Reads an instance of AcsRecordingChunkInfoProperties from the JsonReader.Get the contentLocation property: The location of the content for this chunk.Get the deleteLocation property: The location to delete all chunk storage.Get the documentId property: The documentId of the recording chunk.Get the endReason property: The reason for ending the recording chunk.getIndex()Get the index property: The index of the recording chunk.Get the metadataLocation property: The location of the metadata for this chunk.com.azure.json.JsonWritertoJson(com.azure.json.JsonWriter jsonWriter) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.azure.json.JsonSerializable
toJson, toJson, toJsonBytes, toJsonString
-
Method Details
-
getDocumentId
Get the documentId property: The documentId of the recording chunk.- Returns:
- the documentId value.
-
getIndex
Get the index property: The index of the recording chunk.- Returns:
- the index value.
-
getEndReason
Get the endReason property: The reason for ending the recording chunk.- Returns:
- the endReason value.
-
getMetadataLocation
Get the metadataLocation property: The location of the metadata for this chunk.- Returns:
- the metadataLocation value.
-
getContentLocation
Get the contentLocation property: The location of the content for this chunk.- Returns:
- the contentLocation value.
-
getDeleteLocation
Get the deleteLocation property: The location to delete all chunk storage.- Returns:
- the deleteLocation value.
-
toJson
- Specified by:
toJsonin interfacecom.azure.json.JsonSerializable<AcsRecordingChunkInfoProperties>- Throws:
IOException
-
fromJson
public static AcsRecordingChunkInfoProperties fromJson(com.azure.json.JsonReader jsonReader) throws IOException Reads an instance of AcsRecordingChunkInfoProperties from the JsonReader.- Parameters:
jsonReader- The JsonReader being read.- Returns:
- An instance of AcsRecordingChunkInfoProperties if the JsonReader was pointing to an instance of it, or null if it was pointing to JSON null.
- Throws:
IOException- If an error occurs while reading the AcsRecordingChunkInfoProperties.
-