com.xerox.amazonws.ec2
Class SpotPriceHistoryItem

java.lang.Object
  extended by com.xerox.amazonws.ec2.SpotPriceHistoryItem
All Implemented Interfaces:
Comparable<SpotPriceHistoryItem>

public class SpotPriceHistoryItem
extends Object
implements Comparable<SpotPriceHistoryItem>


Constructor Summary
SpotPriceHistoryItem()
           
 
Method Summary
 int compareTo(SpotPriceHistoryItem o)
           
 InstanceType getInstanceType()
           
 double getPrice()
           
 String getProductDescription()
           
 Calendar getTimestamp()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

SpotPriceHistoryItem

public SpotPriceHistoryItem()
Method Detail

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