Class DocumentChunksJson

  • All Implemented Interfaces:
    Serializable

    public class DocumentChunksJson
    extends BaseJson
    Information about the status of multiple chunks of file data
    See Also:
    Serialized Form
    • Constructor Detail

      • DocumentChunksJson

        public DocumentChunksJson()
    • Method Detail

      • getChunks

        public List<DocumentChunkJson> getChunks()
        The chunks that make up this file
        Returns:
        The chunks that make up this file
      • setChunks

        public void setChunks​(List<DocumentChunkJson> chunks)
        The chunks that make up this file
        Parameters:
        chunks - The chunks that make up this file