| Modifier and Type | Class and Description |
|---|---|
static class |
AbstractDisk.Builder<T extends AbstractDisk.Builder<T>> |
Resource.Kind| Modifier and Type | Field and Description |
|---|---|
protected Integer |
sizeGb |
protected String |
status |
creationTimestamp, description, id, kind, name, selfLink| Modifier | Constructor and Description |
|---|---|
protected |
AbstractDisk(Resource.Kind kind,
String id,
Date creationTimestamp,
URI selfLink,
String name,
String description,
Integer sizeGb,
String status) |
| Modifier and Type | Method and Description |
|---|---|
static AbstractDisk.Builder<?> |
builder() |
int |
getSizeGb() |
String |
getStatus() |
protected com.google.common.base.Objects.ToStringHelper |
string() |
AbstractDisk.Builder<?> |
toBuilder() |
String |
toString() |
equals, getCreationTimestamp, getDescription, getId, getKind, getName, getSelfLink, hashCodepublic int getSizeGb()
public String getStatus()
protected com.google.common.base.Objects.ToStringHelper string()
public static AbstractDisk.Builder<?> builder()
public AbstractDisk.Builder<?> toBuilder()
Copyright © 2009-2014 The Apache Software Foundation. All Rights Reserved.