Class AllocatedBlock.AllocatedBlockBuilder

java.lang.Object
org.ivoa.dm.proposal.management.AllocatedBlock.AllocatedBlockBuilder
Enclosing class:
AllocatedBlock

public static class AllocatedBlock.AllocatedBlockBuilder extends Object
A builder class for AllocatedBlock, mainly for use in the functional builder pattern.
  • Field Details

  • Constructor Details

    • AllocatedBlockBuilder

      public AllocatedBlockBuilder()
  • Method Details

    • create

      public AllocatedBlock create()
      create a AllocatedBlock from this builder.
      Returns:
      an object initialized from the builder.