org.jclouds.softlayer.domain
Class ProductItemPrice.Builder

java.lang.Object
  extended by org.jclouds.softlayer.domain.ProductItemPrice.Builder
Enclosing class:
ProductItemPrice

public static class ProductItemPrice.Builder
extends Object


Constructor Summary
ProductItemPrice.Builder()
           
 
Method Summary
 ProductItemPrice build()
           
 ProductItemPrice.Builder fromProductItemPrice(ProductItemPrice in)
           
 ProductItemPrice.Builder hourlyRecurringFee(float hourlyRecurringFee)
           
 ProductItemPrice.Builder id(int id)
           
 ProductItemPrice.Builder item(ProductItem item)
           
 ProductItemPrice.Builder recurringFee(String recurringFee)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ProductItemPrice.Builder

public ProductItemPrice.Builder()
Method Detail

id

public ProductItemPrice.Builder id(int id)
See Also:
ProductItemPrice.getId()

hourlyRecurringFee

public ProductItemPrice.Builder hourlyRecurringFee(float hourlyRecurringFee)
See Also:
ProductItemPrice.getHourlyRecurringFee()

recurringFee

public ProductItemPrice.Builder recurringFee(String recurringFee)
See Also:
ProductItemPrice.getRecurringFee()

item

public ProductItemPrice.Builder item(ProductItem item)
See Also:
ProductItemPrice.getItem()

build

public ProductItemPrice build()

fromProductItemPrice

public ProductItemPrice.Builder fromProductItemPrice(ProductItemPrice in)


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