Package org.ivoa.dm.proposal.management
Class AllocatedBlock.AllocatedBlockBuilder
java.lang.Object
org.ivoa.dm.proposal.management.AllocatedBlock.AllocatedBlockBuilder
- Enclosing class:
- AllocatedBlock
A builder class for AllocatedBlock, mainly for use in the functional builder pattern.
-
Field Summary
Modifier and TypeFieldDescription..the amount of resource. -
Constructor Summary
-
Method Summary
-
Field Details
-
grade
. -
mode
. -
resource
the amount of resource.
-
-
Constructor Details
-
AllocatedBlockBuilder
public AllocatedBlockBuilder()
-
-
Method Details
-
create
create a AllocatedBlock from this builder.- Returns:
- an object initialized from the builder.
-