org.jclouds.glesys.domain
Class Cost.Builder
java.lang.Object
org.jclouds.glesys.domain.Cost.Builder
- Enclosing class:
- Cost
public static class Cost.Builder
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Cost.Builder
public Cost.Builder()
amount
public Cost.Builder amount(double amount)
currency
public Cost.Builder currency(String currency)
timePeriod
public Cost.Builder timePeriod(String timePeriod)
build
public Cost build()
fromCost
public Cost.Builder fromCost(Cost cost)
Copyright © 2009-2012 jclouds. All Rights Reserved.