Package org.jclouds.chef.domain
Class Sandbox
- java.lang.Object
-
- org.jclouds.chef.domain.Sandbox
-
public class Sandbox extends Object
Sandbox object.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
Sandbox.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description 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()
-
-
-
Method Detail
-
builder
public static Sandbox.Builder builder()
-
getRev
public String getRev()
-
isCompleted
public boolean isCompleted()
-
getCreateTime
public Date getCreateTime()
-
getName
public String getName()
-
getGuid
public String getGuid()
-
-