com.xerox.amazonws.ec2
Class SpotPriceHistoryItem
java.lang.Object
com.xerox.amazonws.ec2.SpotPriceHistoryItem
- All Implemented Interfaces:
- Comparable<SpotPriceHistoryItem>
public class SpotPriceHistoryItem
- extends Object
- implements Comparable<SpotPriceHistoryItem>
SpotPriceHistoryItem
public SpotPriceHistoryItem()
getInstanceType
public InstanceType getInstanceType()
getPrice
public double getPrice()
getTimestamp
public Calendar getTimestamp()
getProductDescription
public String getProductDescription()
compareTo
public int compareTo(SpotPriceHistoryItem o)
- Specified by:
compareTo
in interface Comparable<SpotPriceHistoryItem>
toString
public String toString()
- Overrides:
toString
in class Object