org.jclouds.glesys.domain
Class AllowedArguments.Builder

java.lang.Object
  extended by org.jclouds.glesys.domain.AllowedArguments.Builder
Enclosing class:
AllowedArguments

public static class AllowedArguments.Builder
extends Object


Field Summary
protected  Set<Integer> allowedUnits
           
protected  Cost costPerUnit
           
 
Constructor Summary
AllowedArguments.Builder()
           
 
Method Summary
 AllowedArguments.Builder allowedUnits(Integer... allowedUnits)
           
 AllowedArguments.Builder allowedUnits(Set<Integer> allowedUnits)
           
 AllowedArguments build()
           
 AllowedArguments.Builder costPerUnit(Cost costPerUnit)
           
 AllowedArguments.Builder fromAllowedArgument(AllowedArguments in)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

costPerUnit

protected Cost costPerUnit

allowedUnits

protected Set<Integer> allowedUnits
Constructor Detail

AllowedArguments.Builder

public AllowedArguments.Builder()
Method Detail

costPerUnit

public AllowedArguments.Builder costPerUnit(Cost costPerUnit)
See Also:
AllowedArguments.getCostPerUnit()

allowedUnits

public AllowedArguments.Builder allowedUnits(Set<Integer> allowedUnits)
See Also:
AllowedArguments.getAllowedUnits()

allowedUnits

public AllowedArguments.Builder allowedUnits(Integer... allowedUnits)

build

public AllowedArguments build()

fromAllowedArgument

public AllowedArguments.Builder fromAllowedArgument(AllowedArguments in)


Copyright © 2009-2014 The Apache Software Foundation. All Rights Reserved.