public class ServerImage extends Object implements Comparable<ServerImage>
Constructor and Description |
---|
ServerImage()
A no-args constructor is required for deserialization
|
ServerImage(long id,
String name,
String friendlyName,
String description,
Option os,
Option architecture,
ServerImageType type,
ServerImageState state,
double price,
String location,
boolean active,
boolean aPublic,
Date createdTime,
Date updatedTime,
Set<BillingToken> billingTokens,
Customer owner) |
Modifier and Type | Method and Description |
---|---|
int |
compareTo(ServerImage that) |
boolean |
equals(Object object) |
Option |
getArchitecture() |
Set<BillingToken> |
getBillingTokens() |
Date |
getCreatedTime() |
String |
getDescription() |
String |
getFriendlyName() |
long |
getId() |
String |
getLocation() |
String |
getName() |
Option |
getOs() |
Customer |
getOwner() |
double |
getPrice() |
ServerImageState |
getState() |
ServerImageType |
getType() |
Date |
getUpdatedTime() |
int |
hashCode() |
boolean |
isActive() |
boolean |
isPublic() |
String |
toString() |
public ServerImage()
public ServerImage(long id, String name, String friendlyName, String description, Option os, Option architecture, ServerImageType type, ServerImageState state, double price, String location, boolean active, boolean aPublic, Date createdTime, Date updatedTime, Set<BillingToken> billingTokens, Customer owner)
public long getId()
public String getName()
public String getFriendlyName()
public String getDescription()
public Option getOs()
public Option getArchitecture()
public ServerImageType getType()
public ServerImageState getState()
public double getPrice()
public String getLocation()
public boolean isActive()
public boolean isPublic()
public Date getCreatedTime()
public Date getUpdatedTime()
public Set<BillingToken> getBillingTokens()
public Customer getOwner()
public int compareTo(ServerImage that)
compareTo
in interface Comparable<ServerImage>
Copyright © 2009-2012 jclouds. All Rights Reserved.