Modifier and Type | Field and Description |
---|---|
protected String |
freeSize |
protected boolean |
locked |
protected String |
totalSize |
protected String |
username |
Constructor and Description |
---|
Archive.Builder() |
protected String username
protected String totalSize
protected String freeSize
protected boolean locked
protected abstract T self()
public T username(String username)
Archive.getUsername()
public T totalSize(String totalSize)
Archive.getTotalSize()
public T freeSize(String freeSize)
Archive.getFreeSize()
public T locked(boolean locked)
Archive.isLocked()
public Archive build()
Copyright © 2009-2013 jclouds. All Rights Reserved.