public class Spot extends Object implements Comparable<Spot>
Modifier and Type | Class and Description |
---|---|
static class |
Spot.Builder |
Constructor and Description |
---|
Spot(String region,
String instanceType,
String productDescription,
float spotPrice,
Date timestamp) |
Modifier and Type | Method and Description |
---|---|
static Spot.Builder |
builder() |
int |
compareTo(Spot o) |
boolean |
equals(Object obj) |
String |
getInstanceType() |
String |
getProductDescription() |
String |
getRegion() |
float |
getSpotPrice() |
Date |
getTimestamp() |
int |
hashCode() |
String |
toString() |
public static Spot.Builder builder()
public String getRegion()
public String getInstanceType()
public String getProductDescription()
public float getSpotPrice()
public Date getTimestamp()
public int compareTo(Spot o)
compareTo
in interface Comparable<Spot>
Copyright © 2009-2012 jclouds. All Rights Reserved.