public class Version extends Object
| Modifier and Type | Class and Description | 
|---|---|
static class  | 
Version.Builder<T extends Version.Builder<T>>  | 
| Modifier | Constructor and Description | 
|---|---|
protected  | 
Version(String docURL,
       String id,
       VersionStatus status,
       String wadl)  | 
| Modifier and Type | Method and Description | 
|---|---|
static Version.Builder<?> | 
builder()  | 
boolean | 
equals(Object obj)  | 
String | 
getDocURL()  | 
String | 
getId()  | 
VersionStatus | 
getStatus()  | 
String | 
getWadl()  | 
int | 
hashCode()  | 
protected com.google.common.base.Objects.ToStringHelper | 
string()  | 
Version.Builder<?> | 
toBuilder()  | 
String | 
toString()  | 
@ConstructorProperties(value={"docURL","id","status","wadl"}) protected Version(String docURL, String id, @Nullable VersionStatus status, @Nullable String wadl)
public static Version.Builder<?> builder()
public Version.Builder<?> toBuilder()
public String getDocURL()
public String getId()
public VersionStatus getStatus()
protected com.google.common.base.Objects.ToStringHelper string()
Copyright © 2009-2013 jclouds. All Rights Reserved.