public abstract class UploadPartResponse extends Object
Constructor and Description |
---|
UploadPartResponse() |
Modifier and Type | Method and Description |
---|---|
abstract long |
contentLength() |
abstract String |
contentSha1() |
static UploadPartResponse |
create(long contentLength,
String contentSha1,
String fileId,
int partNumber) |
abstract String |
fileId() |
abstract int |
partNumber() |
public abstract long contentLength()
public abstract String contentSha1()
public abstract String fileId()
public abstract int partNumber()
public static UploadPartResponse create(long contentLength, String contentSha1, String fileId, int partNumber)
Copyright © 2009-2018 The Apache Software Foundation. All Rights Reserved.