|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.jclouds.cloudservers.domain.Version
public class Version
Class Version
| Nested Class Summary | |
|---|---|
static class |
Version.Builder<T extends Version.Builder<T>>
|
| Constructor Summary | |
|---|---|
protected |
Version(String docURL,
String id,
VersionStatus status,
String wadl)
|
| Method Summary | |
|---|---|
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()
|
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
@ConstructorProperties(value={"docURL","id","status","wadl"})
protected Version(String docURL,
String id,
@Nullable
VersionStatus status,
@Nullable
String wadl)
| Method Detail |
|---|
public static Version.Builder<?> builder()
public Version.Builder<?> toBuilder()
public String getDocURL()
public String getId()
public VersionStatus getStatus()
@Nullable public String getWadl()
public int hashCode()
hashCode in class Objectpublic boolean equals(Object obj)
equals in class Objectprotected com.google.common.base.Objects.ToStringHelper string()
public String toString()
toString in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||