net.sf.gaeappmanager.google.appengine
Class QuotaDetails

java.lang.Object
  extended by net.sf.gaeappmanager.google.appengine.QuotaDetails

public class QuotaDetails
extends java.lang.Object

Quota details of application.

Author:
Alois Belaska

Constructor Summary
QuotaDetails()
           
 
Method Summary
 QuotaValue findQuota(Quota findQuota)
           
 int getNextResetWithinHours()
           
 int getResetIntervalHours()
           
 java.util.List<QuotaValue> getValues()
           
 void setNextResetWithinHours(int nextResetWithinHours)
           
 void setResetIntervalHours(int resetIntervalHours)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

QuotaDetails

public QuotaDetails()
Method Detail

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.