org.jclouds.openstack.v2_0.domain
Class RateLimit

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

public final class RateLimit
extends Object

Author:
Everett Toews

Method Summary
 boolean equals(Object obj)
           
 Iterable<Limit> getLimits()
           
 String getRegex()
           
 String getUri()
           
 int hashCode()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Method Detail

getUri

public String getUri()

getRegex

public String getRegex()

getLimits

public Iterable<Limit> getLimits()

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.