org.jclouds.openstack.v2_0.domain
Class Limits

java.lang.Object
  extended by org.jclouds.openstack.v2_0.domain.Limits

public final class Limits
extends Object

Author:
Everett Toews

Method Summary
 boolean equals(Object obj)
           
 Map<String,Integer> getAbsoluteLimits()
           
 Iterable<RateLimit> getRateLimits()
           
 int hashCode()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Method Detail

getRateLimits

public Iterable<RateLimit> getRateLimits()

getAbsoluteLimits

public Map<String,Integer> getAbsoluteLimits()

hashCode

public int hashCode()
Overrides:
hashCode in class Object

equals

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

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2009-2013 The Apache Software Foundation. All Rights Reserved.