org.jclouds.opsource.servers.domain
Class OperatingSystem

java.lang.Object
  extended by org.jclouds.opsource.servers.domain.OperatingSystem

public class OperatingSystem
extends Object

Holds operating system information for ServerImage

Author:
Kedar Dave

Nested Class Summary
static class OperatingSystem.Builder
           
 
Method Summary
static OperatingSystem.Builder builder()
           
 boolean equals(Object o)
           
 String getDisplayName()
           
 String getOsType()
           
 int hashCode()
           
 OperatingSystem.Builder toBuilder()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Method Detail

builder

public static OperatingSystem.Builder builder()

toBuilder

public OperatingSystem.Builder toBuilder()

getOsType

public String getOsType()

getDisplayName

public String getDisplayName()

equals

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

hashCode

public int hashCode()
Overrides:
hashCode in class Object

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2009-2012 jclouds. All Rights Reserved.