net.sf.gaeappmanager.google.appengine
Class QuotaDetails
java.lang.Object
net.sf.gaeappmanager.google.appengine.QuotaDetails
public class QuotaDetails
- extends java.lang.Object
Quota details of application.
- Author:
- Alois Belaska
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
QuotaDetails
public QuotaDetails()
getResetIntervalHours
public int getResetIntervalHours()
setResetIntervalHours
public void setResetIntervalHours(int resetIntervalHours)
getNextResetWithinHours
public int getNextResetWithinHours()
setNextResetWithinHours
public void setNextResetWithinHours(int nextResetWithinHours)
getValues
public java.util.List<QuotaValue> getValues()
findQuota
public QuotaValue findQuota(Quota findQuota)
Copyright © 2009. All Rights Reserved.