org.jclouds.chef.domain
Class Sandbox

java.lang.Object
  extended by org.jclouds.chef.domain.Sandbox

public class Sandbox
extends Object

Sandbox object.


Nested Class Summary
static class Sandbox.Builder
           
 
Constructor Summary
protected Sandbox(String rev, boolean isCompleted, Date createTime, Set<String> checksums, String name, String guid)
           
 
Method Summary
static Sandbox.Builder builder()
           
 boolean equals(Object obj)
           
 Set<String> getChecksums()
           
 Date getCreateTime()
           
 String getGuid()
           
 String getName()
           
 String getRev()
           
 int hashCode()
           
 boolean isCompleted()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Sandbox

@ConstructorProperties(value={"_rev","is_completed","create_time","checksums","name","guid"})
protected Sandbox(String rev,
                                             boolean isCompleted,
                                             Date createTime,
                                             @Nullable
                                             Set<String> checksums,
                                             String name,
                                             String guid)
Method Detail

builder

public static Sandbox.Builder builder()

getRev

public String getRev()

isCompleted

public boolean isCompleted()

getCreateTime

public Date getCreateTime()

getChecksums

public Set<String> getChecksums()

getName

public String getName()

getGuid

public String getGuid()

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-2014 The Apache Software Foundation. All Rights Reserved.