public class Snapshot extends Object
| Modifier and Type | Class and Description | 
|---|---|
static class  | 
Snapshot.Builder<T extends Snapshot.Builder<T>>  | 
| Modifier | Constructor and Description | 
|---|---|
protected  | 
Snapshot(String id,
        String volumeId,
        Volume.Status status,
        int size,
        Date created,
        String name,
        String description)  | 
| Modifier and Type | Method and Description | 
|---|---|
static Snapshot.Builder<?> | 
builder()  | 
boolean | 
equals(Object obj)  | 
Date | 
getCreated()  | 
String | 
getDescription()  | 
String | 
getId()  | 
String | 
getName()  | 
int | 
getSize()  | 
Volume.Status | 
getStatus()  | 
String | 
getVolumeId()  | 
int | 
hashCode()  | 
protected com.google.common.base.Objects.ToStringHelper | 
string()  | 
Snapshot.Builder<?> | 
toBuilder()  | 
String | 
toString()  | 
public static Snapshot.Builder<?> builder()
public Snapshot.Builder<?> toBuilder()
public String getId()
public String getVolumeId()
public Volume.Status getStatus()
public int getSize()
@Nullable public String getName()
@Nullable public String getDescription()
protected com.google.common.base.Objects.ToStringHelper string()
Copyright © 2009-2013 jclouds. All Rights Reserved.