Class AcsRecordingStorageInfoProperties


  • public final class AcsRecordingStorageInfoProperties
    extends Object
    Schema for all properties of Recording Storage Information.
    • Constructor Detail

      • AcsRecordingStorageInfoProperties

        public AcsRecordingStorageInfoProperties()
    • Method Detail

      • getRecordingChunks

        public List<AcsRecordingChunkInfoProperties> getRecordingChunks()
        Get the recordingChunks property: List of details of recording chunks information.
        Returns:
        the recordingChunks value.
      • setRecordingChunks

        public AcsRecordingStorageInfoProperties setRecordingChunks​(List<AcsRecordingChunkInfoProperties> recordingChunks)
        Set the recordingChunks property: List of details of recording chunks information.
        Parameters:
        recordingChunks - the recordingChunks value to set.
        Returns:
        the AcsRecordingStorageInfoProperties object itself.