org.jclouds.openstack.swift.v1.domain
Class Segment.Builder

java.lang.Object
  extended by org.jclouds.openstack.swift.v1.domain.Segment.Builder
Enclosing class:
Segment

public static class Segment.Builder
extends Object


Field Summary
protected  String etag
           
protected  String path
           
protected  long sizeBytes
           
 
Constructor Summary
Segment.Builder()
           
 
Method Summary
 Segment build()
           
 Segment.Builder etag(String etag)
           
 Segment.Builder path(String path)
           
 Segment.Builder sizeBytes(long sizeBytes)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

path

protected String path

etag

protected String etag

sizeBytes

protected long sizeBytes
Constructor Detail

Segment.Builder

public Segment.Builder()
Method Detail

path

public Segment.Builder path(String path)
See Also:
Segment.getPath()

etag

public Segment.Builder etag(String etag)
See Also:
Segment#getEtag()

sizeBytes

public Segment.Builder sizeBytes(long sizeBytes)
See Also:
Segment.getSizeBytes()

build

public Segment build()


Copyright © 2009-2014 The Apache Software Foundation. All Rights Reserved.