Package org.jclouds.cloudstack.domain
Class Project
java.lang.Object
org.jclouds.cloudstack.domain.Project
- All Implemented Interfaces:
Comparable<Project>
Representation of the API project response
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class
Project.Builder<T extends Project.Builder<T>>
static enum
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
Project
-
-
Method Details
-
builder
-
toBuilder
-
getId
-
getAccount
-
getDisplayText
-
getDomain
-
getDomainId
-
getName
-
getState
-
getTags
- Returns:
- the tags for the project
-
hashCode
public int hashCode() -
equals
-
string
protected com.google.common.base.MoreObjects.ToStringHelper string() -
toString
-
compareTo
- Specified by:
compareTo
in interfaceComparable<Project>
-