|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.jclouds.openstack.v2_0.domain.Resource
org.jclouds.openstack.keystone.v2_0.domain.ApiMetadata
public class ApiMetadata
Class ApiMetadata
| Nested Class Summary | |
|---|---|
static class |
ApiMetadata.Builder<T extends ApiMetadata.Builder<T>>
|
| Constructor Summary | |
|---|---|
protected |
ApiMetadata(String id,
String name,
Set<Link> links,
String status,
Date updated,
Set<MediaType> mediaTypes)
|
| Method Summary | |
|---|---|
static ApiMetadata.Builder<?> |
builder()
|
boolean |
equals(Object obj)
|
Set<MediaType> |
getMediaTypes()
|
String |
getStatus()
|
Date |
getUpdated()
|
int |
hashCode()
|
protected com.google.common.base.Objects.ToStringHelper |
string()
|
ApiMetadata.Builder<?> |
toBuilder()
|
| Methods inherited from class org.jclouds.openstack.v2_0.domain.Resource |
|---|
compareTo, getId, getLinks, getName, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
@ConstructorProperties(value={"id","name","links","status","updated","media-types"})
protected ApiMetadata(String id,
@Nullable
String name,
Set<Link> links,
@Nullable
String status,
@Nullable
Date updated,
Set<MediaType> mediaTypes)
| Method Detail |
|---|
public static ApiMetadata.Builder<?> builder()
public ApiMetadata.Builder<?> toBuilder()
toBuilder in class Resource@Nullable public String getStatus()
@Nullable public Date getUpdated()
public Set<MediaType> getMediaTypes()
public int hashCode()
hashCode in class Resourcepublic boolean equals(Object obj)
equals in class Resourceprotected com.google.common.base.Objects.ToStringHelper string()
string in class Resource
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||