org.jclouds.googlecloudstorage.domain
Class ResumableUpload

java.lang.Object
  extended by org.jclouds.googlecloudstorage.domain.ResumableUpload

public class ResumableUpload
extends Object

Represents results of resumable upload response.


Nested Class Summary
static class ResumableUpload.Builder
           
 
Field Summary
protected  String contentLength
           
protected  Long rangeLowerValue
           
protected  Long rangeUpperValue
           
protected  Integer statusCode
           
protected  String uploadId
           
 
Method Summary
static ResumableUpload.Builder builder()
           
 String getContentLength()
           
 Long getRangeLowerValue()
           
 Long getRangeUpperValue()
           
 Integer getStatusCode()
           
 String getUploadId()
           
protected  com.google.common.base.Objects.ToStringHelper string()
           
 ResumableUpload.Builder toBuilder()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

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
Method Detail

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.