org.jclouds.openstack.v2_0.domain
Class Limit

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

public final class Limit
extends Object


Method Summary
 boolean equals(Object obj)
           
 com.google.common.base.Optional<Date> getNextAvailable()
           
 com.google.common.base.Optional<Integer> getRemaining()
           
 String getUnit()
           
 int getValue()
           
 String getVerb()
           
 int hashCode()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Method Detail

getVerb

public String getVerb()

getUnit

public String getUnit()

getValue

public int getValue()

getRemaining

public com.google.common.base.Optional<Integer> getRemaining()

getNextAvailable

public com.google.common.base.Optional<Date> getNextAvailable()

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-2014 The Apache Software Foundation. All Rights Reserved.