public class UploadSandbox extends Object
Modifier and Type | Class and Description |
---|---|
static class |
UploadSandbox.Builder |
Modifier | Constructor and Description |
---|---|
protected |
UploadSandbox(URI uri,
Map<List<Byte>,ChecksumStatus> checksums,
String sandboxId) |
Modifier and Type | Method and Description |
---|---|
static UploadSandbox.Builder |
builder() |
boolean |
equals(Object obj) |
Map<List<Byte>,ChecksumStatus> |
getChecksums() |
String |
getSandboxId() |
URI |
getUri() |
int |
hashCode() |
String |
toString() |
@ConstructorProperties(value={"uri","checksums","sandbox_id"}) protected UploadSandbox(URI uri, @Nullable Map<List<Byte>,ChecksumStatus> checksums, String sandboxId)
public static UploadSandbox.Builder builder()
public URI getUri()
public Map<List<Byte>,ChecksumStatus> getChecksums()
public String getSandboxId()
Copyright © 2009-2016 The Apache Software Foundation. All Rights Reserved.