public class OrgImpl extends ReferenceTypeImpl implements Org
| Constructor and Description | 
|---|
OrgImpl(String name,
       String type,
       URI id,
       String description,
       Map<String,ReferenceType> catalogs,
       Map<String,ReferenceType> vdcs,
       Map<String,ReferenceType> tasksLists,
       ReferenceType keys)  | 
| Modifier and Type | Method and Description | 
|---|---|
int | 
compareTo(ReferenceType o)  | 
boolean | 
equals(Object obj)  | 
Map<String,ReferenceType> | 
getCatalogs()  | 
String | 
getDescription()
optional description 
 | 
ReferenceType | 
getKeys()  | 
Map<String,ReferenceType> | 
getTasksLists()
If there are any queued, running, or recently completed tasks owned by a
 member of the organization, it also contains a TasksList. 
 | 
Map<String,ReferenceType> | 
getVDCs()  | 
int | 
hashCode()  | 
String | 
toString()  | 
getHref, getName, getTypeclone, finalize, getClass, notify, notifyAll, wait, wait, waitgetHref, getName, getTypepublic OrgImpl(String name, String type, URI id, String description, Map<String,ReferenceType> catalogs, Map<String,ReferenceType> vdcs, Map<String,ReferenceType> tasksLists, ReferenceType keys)
public String getDescription()
OrggetDescription in interface Orgpublic Map<String,ReferenceType> getCatalogs()
getCatalogs in interface Orgpublic Map<String,ReferenceType> getVDCs()
public int hashCode()
hashCode in class ReferenceTypeImplpublic boolean equals(Object obj)
equals in class ReferenceTypeImplpublic int compareTo(ReferenceType o)
compareTo in interface Comparable<ReferenceType>compareTo in class ReferenceTypeImplpublic String toString()
toString in class ReferenceTypeImplpublic Map<String,ReferenceType> getTasksLists()
OrggetTasksLists in interface Orgpublic ReferenceType getKeys()
Copyright © 2009-2013 jclouds. All Rights Reserved.