org.jclouds.googlecloudstorage.domain
Class ResumableUpload
java.lang.Object
org.jclouds.googlecloudstorage.domain.ResumableUpload
public class ResumableUpload
- extends Object
Represents results of resumable upload response.
statusCode
protected final Integer statusCode
uploadId
protected final String uploadId
contentLength
protected final String contentLength
rangeUpperValue
protected final Long rangeUpperValue
rangeLowerValue
protected final Long rangeLowerValue
getUploadId
public String getUploadId()
getStatusCode
public Integer getStatusCode()
getContentLength
public String getContentLength()
getRangeUpperValue
public Long getRangeUpperValue()
getRangeLowerValue
public Long getRangeLowerValue()
string
protected com.google.common.base.Objects.ToStringHelper string()
toString
public String toString()
- Overrides:
toString in class Object
builder
public static ResumableUpload.Builder builder()
toBuilder
public ResumableUpload.Builder toBuilder()
Copyright © 2009-2014 The Apache Software Foundation. All Rights Reserved.