org.jclouds.smartos.compute.domain
Class DataSet

java.lang.Object
  extended by org.jclouds.smartos.compute.domain.DataSet

public class DataSet
extends Object

Dataset is a pre-built image ready to be cloned.


Nested Class Summary
static class DataSet.Builder
           
 
Constructor Summary
protected DataSet(UUID uuid, String os, String published, String urn)
           
 
Method Summary
static DataSet.Builder builder()
           
 boolean equals(Object obj)
          
 String getOs()
           
 String getPublished()
           
 String getUrn()
           
 UUID getUuid()
           
 int hashCode()
          
 DataSet.Builder toBuilder()
           
 String toString()
          
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

DataSet

protected DataSet(UUID uuid,
                  String os,
                  String published,
                  String urn)
Method Detail

builder

public static DataSet.Builder builder()

toBuilder

public DataSet.Builder toBuilder()

getUuid

public UUID getUuid()

getOs

public String getOs()

getPublished

public String getPublished()

getUrn

public String getUrn()

hashCode

public int hashCode()

Overrides:
hashCode in class Object

equals

public boolean equals(Object obj)

Overrides:
equals in class Object

toString

public String toString()

Overrides:
toString in class Object


Copyright © 2009-2012 jclouds. All Rights Reserved.