|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.jclouds.cloudstack.domain.ResourceLimit
public class ResourceLimit
Class ResourceLimit
| Nested Class Summary | |
|---|---|
static class |
ResourceLimit.Builder<T extends ResourceLimit.Builder<T>>
|
static class |
ResourceLimit.ResourceType
Type of resource to update. |
| Constructor Summary | |
|---|---|
protected |
ResourceLimit(String account,
String domain,
String domainId,
int max,
ResourceLimit.ResourceType resourceType)
|
| Method Summary | |
|---|---|
static ResourceLimit.Builder<?> |
builder()
|
boolean |
equals(Object obj)
|
String |
getAccount()
|
String |
getDomain()
|
String |
getDomainId()
|
int |
getMax()
|
ResourceLimit.ResourceType |
getResourceType()
|
int |
hashCode()
|
protected com.google.common.base.Objects.ToStringHelper |
string()
|
ResourceLimit.Builder<?> |
toBuilder()
|
String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
@ConstructorProperties(value={"account","domain","domainid","max","resourcetype"})
protected ResourceLimit(@Nullable
String account,
@Nullable
String domain,
@Nullable
String domainId,
int max,
@Nullable
ResourceLimit.ResourceType resourceType)
| Method Detail |
|---|
public static ResourceLimit.Builder<?> builder()
public ResourceLimit.Builder<?> toBuilder()
@Nullable public String getAccount()
@Nullable public String getDomain()
@Nullable public String getDomainId()
public int getMax()
@Nullable public ResourceLimit.ResourceType getResourceType()
public int hashCode()
hashCode in class Objectpublic boolean equals(Object obj)
equals in class Objectprotected com.google.common.base.Objects.ToStringHelper string()
public String toString()
toString in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||