@Beta public final class Address extends Resource
| Modifier and Type | Class and Description |
|---|---|
static class |
Address.Builder |
Resource.KindcreationTimestamp, description, id, kind, name, selfLink| Modifier and Type | Method and Description |
|---|---|
static Address.Builder |
builder() |
boolean |
equals(Object obj) |
String |
getAddress() |
URI |
getRegion() |
String |
getStatus() |
com.google.common.base.Optional<URI> |
getUser() |
protected com.google.common.base.Objects.ToStringHelper |
string() |
Address.Builder |
toBuilder() |
getCreationTimestamp, getDescription, getId, getKind, getName, getSelfLink, hashCode, toStringpublic String getStatus()
public com.google.common.base.Optional<URI> getUser()
public URI getRegion()
public String getAddress()
protected com.google.common.base.Objects.ToStringHelper string()
public static Address.Builder builder()
public Address.Builder toBuilder()
Copyright © 2009-2014 The Apache Software Foundation. All Rights Reserved.