|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.jclouds.chef.domain.Sandbox
public class Sandbox
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 |
|---|
@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 |
|---|
public static Sandbox.Builder builder()
public String getRev()
public boolean isCompleted()
public Date getCreateTime()
public Set<String> getChecksums()
public String getName()
public String getGuid()
public int hashCode()
hashCode in class Objectpublic boolean equals(Object obj)
equals in class Objectpublic String toString()
toString in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||