public class Archive extends Object
Modifier and Type | Class and Description |
---|---|
static class |
Archive.Builder<T extends Archive.Builder<T>> |
Modifier | Constructor and Description |
---|---|
protected |
Archive(String username,
String totalSize,
String freeSize,
GleSYSBoolean locked) |
Modifier and Type | Method and Description |
---|---|
static Archive.Builder<?> |
builder() |
boolean |
equals(Object obj) |
String |
getFreeSize() |
String |
getTotalSize() |
String |
getUsername() |
int |
hashCode() |
boolean |
isLocked() |
protected com.google.common.base.Objects.ToStringHelper |
string() |
Archive.Builder<?> |
toBuilder() |
String |
toString() |
@ConstructorProperties(value={"username","sizetotal","sizefree","locked"}) protected Archive(String username, String totalSize, String freeSize, GleSYSBoolean locked)
public static Archive.Builder<?> builder()
public Archive.Builder<?> toBuilder()
public String getUsername()
public String getTotalSize()
public String getFreeSize()
public boolean isLocked()
protected com.google.common.base.Objects.ToStringHelper string()
Copyright © 2009-2013 jclouds. All Rights Reserved.