Class Segment
java.lang.Object
org.jclouds.openstack.swift.v1.domain.Segment
Represents a single segment of a multi-part upload.
- See Also:
-
Nested Class Summary
Nested Classes -
Method Summary
-
Method Details
-
getPath
- Returns:
- The container and object name in the format:
<container-name>/<object-name>
-
getETag
- Returns:
- The ETag of the content of the segment object.
-
getSizeBytes
public long getSizeBytes()- Returns:
- The size of the segment object.
-
equals
-
hashCode
public int hashCode() -
toString
-
string
protected com.google.common.base.MoreObjects.ToStringHelper string() -
builder
-