com.atlassian.aws.ec2
Class SpotPriceMatrix.Price

java.lang.Object
  extended by com.atlassian.aws.ec2.SpotPriceMatrix.Price
Enclosing class:
SpotPriceMatrix

public static class SpotPriceMatrix.Price
extends Object


Constructor Summary
SpotPriceMatrix.Price(double spotPrice)
           
SpotPriceMatrix.Price(double spotPrice, Date timestamp)
           
 
Method Summary
 double getSpotPrice()
           
 Date getTimestamp()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

SpotPriceMatrix.Price

public SpotPriceMatrix.Price(double spotPrice)

SpotPriceMatrix.Price

public SpotPriceMatrix.Price(double spotPrice,
                             Date timestamp)
Method Detail

getTimestamp

public Date getTimestamp()

getSpotPrice

public double getSpotPrice()

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2015 Atlassian. All rights reserved.