|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.jclouds.chef.domain.UploadSandbox
public class UploadSandbox
An upload sandbox.
| Nested Class Summary | |
|---|---|
static class |
UploadSandbox.Builder
|
| Constructor Summary | |
|---|---|
protected |
UploadSandbox(URI uri,
Map<List<Byte>,ChecksumStatus> checksums,
String sandboxId)
|
| Method Summary | |
|---|---|
static UploadSandbox.Builder |
builder()
|
boolean |
equals(Object obj)
|
Map<List<Byte>,ChecksumStatus> |
getChecksums()
|
String |
getSandboxId()
|
URI |
getUri()
|
int |
hashCode()
|
String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
@ConstructorProperties(value={"uri","checksums","sandbox_id"})
protected UploadSandbox(URI uri,
@Nullable
Map<List<Byte>,ChecksumStatus> checksums,
String sandboxId)
| Method Detail |
|---|
public static UploadSandbox.Builder builder()
public URI getUri()
public Map<List<Byte>,ChecksumStatus> getChecksums()
public String getSandboxId()
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 | |||||||||