Package org.jclouds.gogrid.domain
Class BillingToken
java.lang.Object
org.jclouds.gogrid.domain.BillingToken
- All Implemented Interfaces:
Comparable<BillingToken>
Class BillingToken
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class
BillingToken.Builder<T extends BillingToken.Builder<T>>
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
BillingToken
@ConstructorProperties({"id","name","price"}) protected BillingToken(long id, String name, double price)
-
-
Method Details
-
builder
-
toBuilder
-
getId
public long getId() -
getName
-
getPrice
public double getPrice() -
hashCode
public int hashCode() -
equals
-
string
protected com.google.common.base.MoreObjects.ToStringHelper string() -
toString
-
compareTo
- Specified by:
compareTo
in interfaceComparable<BillingToken>
-