public class Archive extends Object implements Comparable<Archive>
Modifier and Type | Class and Description |
---|---|
static class |
Archive.Builder |
Constructor and Description |
---|
Archive(String username,
String totalSize,
String freeSize,
boolean locked) |
Modifier and Type | Method and Description |
---|---|
static Archive.Builder |
builder() |
int |
compareTo(Archive other) |
boolean |
equals(Object obj) |
String |
getFreeSize() |
String |
getTotalSize() |
String |
getUsername() |
int |
hashCode() |
boolean |
isLocked() |
String |
toString() |
public static Archive.Builder builder()
public String getUsername()
public String getTotalSize()
public String getFreeSize()
public boolean isLocked()
public int compareTo(Archive other)
compareTo
in interface Comparable<Archive>
Copyright © 2009-2012 jclouds. All Rights Reserved.