org.jclouds.cloudstack.domain
Class ResourceLimit

java.lang.Object
  extended by org.jclouds.cloudstack.domain.ResourceLimit

public class ResourceLimit
extends Object

Class ResourceLimit

Author:
Vijay Kiran

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

ResourceLimit

@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

builder

public static ResourceLimit.Builder<?> builder()

toBuilder

public ResourceLimit.Builder<?> toBuilder()

getAccount

@Nullable
public String getAccount()

getDomain

@Nullable
public String getDomain()

getDomainId

@Nullable
public String getDomainId()

getMax

public int getMax()

getResourceType

@Nullable
public ResourceLimit.ResourceType getResourceType()

hashCode

public int hashCode()
Overrides:
hashCode in class Object

equals

public boolean equals(Object obj)
Overrides:
equals in class Object

string

protected com.google.common.base.Objects.ToStringHelper string()

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2009-2013 jclouds. All Rights Reserved.