public class BatchJobUploadStatus extends Object implements Serializable
Constructor and Description |
---|
BatchJobUploadStatus(long totalContentLength,
URI resumableUploadUri) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
URI |
getResumableUploadUri()
Returns the resumable upload URI of the job.
|
long |
getTotalContentLength()
Returns total length (in bytes) of the content already uploaded for the job.
|
int |
hashCode() |
String |
toString() |
public BatchJobUploadStatus(long totalContentLength, @Nullable URI resumableUploadUri)
totalContentLength
- total length (in bytes) of the content already uploaded for the jobresumableUploadUri
- the resumable upload URI of the job. If this is the first upload
in a series of uploads, pass the BatchJob.uploadUrl
as a URI
.Copyright © 2018. All Rights Reserved.