public class ArchiveAllowedArguments extends Object
| Modifier and Type | Class and Description | 
|---|---|
static class  | 
ArchiveAllowedArguments.Builder<T extends ArchiveAllowedArguments.Builder<T>>  | 
| Modifier | Constructor and Description | 
|---|---|
protected  | 
ArchiveAllowedArguments(List<Integer> archiveSizes)  | 
| Modifier and Type | Method and Description | 
|---|---|
static ArchiveAllowedArguments.Builder<?> | 
builder()  | 
boolean | 
equals(Object obj)  | 
List<Integer> | 
getSizes()  | 
int | 
hashCode()  | 
protected com.google.common.base.Objects.ToStringHelper | 
string()  | 
ArchiveAllowedArguments.Builder<?> | 
toBuilder()  | 
String | 
toString()  | 
@ConstructorProperties(value="archivesize") protected ArchiveAllowedArguments(List<Integer> archiveSizes)
public static ArchiveAllowedArguments.Builder<?> builder()
public ArchiveAllowedArguments.Builder<?> toBuilder()
protected com.google.common.base.Objects.ToStringHelper string()
Copyright © 2009-2013 jclouds. All Rights Reserved.