public class Sandbox extends Object
Modifier and Type | Class and Description |
---|---|
static class |
Sandbox.Builder |
Modifier | Constructor and Description |
---|---|
protected |
Sandbox(String rev,
boolean isCompleted,
Date createTime,
Set<String> checksums,
String name,
String guid) |
Modifier and Type | Method and 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() |
public static Sandbox.Builder builder()
public String getRev()
public boolean isCompleted()
public Date getCreateTime()
public String getName()
public String getGuid()
Copyright © 2009-2016 The Apache Software Foundation. All Rights Reserved.