org.jclouds.openstack.keystone.v2_0.domain
Class ApiMetadata

java.lang.Object
  extended by org.jclouds.openstack.v2_0.domain.Resource
      extended by org.jclouds.openstack.keystone.v2_0.domain.ApiMetadata
All Implemented Interfaces:
Comparable<Resource>

public class ApiMetadata
extends Resource

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

ApiMetadata

@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

builder

public static ApiMetadata.Builder<?> builder()

toBuilder

public ApiMetadata.Builder<?> toBuilder()
Overrides:
toBuilder in class Resource

getStatus

@Nullable
public String getStatus()

getUpdated

@Nullable
public Date getUpdated()

getMediaTypes

public Set<MediaType> getMediaTypes()

hashCode

public int hashCode()
Overrides:
hashCode in class Resource

equals

public boolean equals(Object obj)
Overrides:
equals in class Resource

string

protected com.google.common.base.Objects.ToStringHelper string()
Overrides:
string in class Resource


Copyright © 2009-2014 The Apache Software Foundation. All Rights Reserved.