public class OrgImpl extends ReferenceTypeImpl implements Org
Constructor and Description |
---|
OrgImpl(String name,
String type,
URI id,
String fullName,
String description,
Map<String,ReferenceType> catalogs,
Map<String,ReferenceType> vdcs,
Map<String,ReferenceType> networks,
ReferenceType tasksList,
Iterable<Task> tasks) |
Modifier and Type | Method and Description |
---|---|
int |
compareTo(ReferenceType o) |
boolean |
equals(Object obj) |
Map<String,ReferenceType> |
getCatalogs() |
String |
getDescription()
optional description
|
String |
getFullName()
full name of the organization
|
Map<String,ReferenceType> |
getNetworks() |
List<Task> |
getTasks()
read‐only container for Task elements.
|
ReferenceType |
getTasksList()
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, getType
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
getHref, getName, getType
public OrgImpl(String name, String type, URI id, String fullName, String description, Map<String,ReferenceType> catalogs, Map<String,ReferenceType> vdcs, Map<String,ReferenceType> networks, @Nullable ReferenceType tasksList, Iterable<Task> tasks)
public String getFullName()
Org
getFullName
in interface Org
public String getDescription()
Org
getDescription
in interface Org
public Map<String,ReferenceType> getCatalogs()
getCatalogs
in interface Org
public Map<String,ReferenceType> getVDCs()
public Map<String,ReferenceType> getNetworks()
getNetworks
in interface Org
public ReferenceType getTasksList()
Org
getTasksList
in interface Org
public List<Task> getTasks()
Org
public int hashCode()
hashCode
in class ReferenceTypeImpl
public boolean equals(Object obj)
equals
in class ReferenceTypeImpl
public int compareTo(ReferenceType o)
compareTo
in interface Comparable<ReferenceType>
compareTo
in class ReferenceTypeImpl
public String toString()
toString
in class ReferenceTypeImpl
Copyright © 2009-2012 jclouds. All Rights Reserved.