Class TaskPreviewBlock


  • public class TaskPreviewBlock
    extends AbstractDto
    Contains the information about the generated block.
    • Constructor Detail

      • TaskPreviewBlock

        public TaskPreviewBlock()
      • TaskPreviewBlock

        public TaskPreviewBlock​(java.lang.String id)
      • TaskPreviewBlock

        public TaskPreviewBlock​(java.lang.String id,
                                BlockState block)
    • Method Detail

      • setId

        public void setId​(java.lang.String id)
        Parameters:
        id - The id of the preview.
      • getId

        public java.lang.String getId()
        Returns:
        The id of the preview.
      • setBlock

        public void setBlock​(BlockState block)
        Parameters:
        block - The block details.
      • getBlock

        public BlockState getBlock()
        Returns:
        The block details.