org.jclouds.elasticstack.domain
Class WellKnownImage

java.lang.Object
  extended by org.jclouds.elasticstack.domain.WellKnownImage

public class WellKnownImage
extends Object


Nested Class Summary
static class WellKnownImage.Builder
           
 
Field Summary
static String DEFAULT_USER
           
 
Constructor Summary
WellKnownImage(String loginUser, String uuid, String description, org.jclouds.compute.domain.OsFamily osFamily, String osVersion, int size, Boolean is64bit)
           
 
Method Summary
static WellKnownImage.Builder builder()
           
 boolean equals(Object that)
           
 String getDescription()
           
 String getLoginUser()
           
 org.jclouds.compute.domain.OsFamily getOsFamily()
           
 String getOsVersion()
           
 int getSize()
           
 String getUuid()
           
 int hashCode()
           
 boolean is64bit()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

DEFAULT_USER

public static final String DEFAULT_USER
See Also:
Constant Field Values
Constructor Detail

WellKnownImage

public WellKnownImage(@Nullable
                      String loginUser,
                      String uuid,
                      String description,
                      org.jclouds.compute.domain.OsFamily osFamily,
                      @Nullable
                      String osVersion,
                      int size,
                      @Nullable
                      Boolean is64bit)
Method Detail

builder

public static WellKnownImage.Builder builder()

getUuid

public String getUuid()

getDescription

public String getDescription()

getOsFamily

public org.jclouds.compute.domain.OsFamily getOsFamily()

getOsVersion

public String getOsVersion()

getSize

public int getSize()

is64bit

public boolean is64bit()

getLoginUser

public String getLoginUser()

hashCode

public int hashCode()
Overrides:
hashCode in class Object

equals

public boolean equals(Object that)
Overrides:
equals in class Object

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2009-2014 The Apache Software Foundation. All Rights Reserved.