org.jets3t.service.model
Class MultipartCompleted

java.lang.Object
  extended by org.jets3t.service.model.MultipartCompleted

public class MultipartCompleted
extends Object

Represents a completed object resulting from a MultipartUpload operation.

Author:
James Murty

Constructor Summary
MultipartCompleted(String location, String bucketName, String objectKey, String etag)
           
 
Method Summary
 String getBucketName()
           
 String getEtag()
           
 String getLocation()
           
 String getObjectKey()
           
 String getVersionId()
           
 void setVersionId(String versionId)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

MultipartCompleted

public MultipartCompleted(String location,
                          String bucketName,
                          String objectKey,
                          String etag)
Method Detail

toString

public String toString()
Overrides:
toString in class Object

getEtag

public String getEtag()

getObjectKey

public String getObjectKey()

getLocation

public String getLocation()

getBucketName

public String getBucketName()

getVersionId

public String getVersionId()

setVersionId

public void setVersionId(String versionId)