org.jclouds.softlayer.domain
Class ProductItemPrice.Builder
java.lang.Object
org.jclouds.softlayer.domain.ProductItemPrice.Builder
- Enclosing class:
- ProductItemPrice
public static class ProductItemPrice.Builder
- extends Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ProductItemPrice.Builder
public ProductItemPrice.Builder()
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.