org.jclouds.vcloud.director.v1_5.domain
Class Group

java.lang.Object
  extended by org.jclouds.vcloud.director.v1_5.domain.Resource
      extended by org.jclouds.vcloud.director.v1_5.domain.Entity
          extended by org.jclouds.vcloud.director.v1_5.domain.Group

public class Group
extends Entity

Represents group in the system.

 <complexType name="Group">
   <complexContent>
     <extension base="{http://www.vmware.com/vcloud/v1.5}EntityType">
       <sequence>
         <element name="NameInSource" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="UsersList" type="{http://www.vmware.com/vcloud/v1.5}UsersListType" minOccurs="0"/>
         <element name="Role" type="{http://www.vmware.com/vcloud/v1.5}ReferenceType" minOccurs="0"/>
       </sequence>
       <anyAttribute processContents='lax' namespace='##other'/>
     </extension>
   </complexContent>
 </complexType>
 


Nested Class Summary
static class Group.Builder<B extends Group.Builder<B>>
           
 
Field Summary
protected  String nameInSource
           
protected  Reference role
           
protected  Set<Reference> usersList
           
 
Fields inherited from class org.jclouds.vcloud.director.v1_5.domain.Resource
logger
 
Constructor Summary
protected Group(Group.Builder<?> builder)
           
 
Method Summary
static Group.Builder<?> builder()
           
 boolean equals(Object o)
           
 String getNameInSource()
          Gets the value of the nameInSource property.
 Reference getRole()
          Gets the value of the role property.
 Set<Reference> getUsersList()
          Gets the value of the users property.
 int hashCode()
           
 Group.Builder<?> toBuilder()
           
 String toString()
           
 
Methods inherited from class org.jclouds.vcloud.director.v1_5.domain.Entity
clone, getDescription, getId, getName, getTasks, setDescription, setName, string
 
Methods inherited from class org.jclouds.vcloud.director.v1_5.domain.Resource
getHref, getLinks, getType
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

nameInSource

protected String nameInSource

usersList

protected Set<Reference> usersList

role

protected Reference role
Constructor Detail

Group

protected Group(Group.Builder<?> builder)
Method Detail

builder

public static Group.Builder<?> builder()

toBuilder

public Group.Builder<?> toBuilder()
Overrides:
toBuilder in class Entity

getNameInSource

public String getNameInSource()
Gets the value of the nameInSource property.


getUsersList

public Set<Reference> getUsersList()
Gets the value of the users property.


getRole

public Reference getRole()
Gets the value of the role property.


equals

public boolean equals(Object o)
Overrides:
equals in class Entity

hashCode

public int hashCode()
Overrides:
hashCode in class Entity

toString

public String toString()
Overrides:
toString in class Resource


Copyright © 2009-2012 jclouds. All Rights Reserved.