com.commsen.jwebthumb
Class WebThumbCredits

java.lang.Object
  extended by com.commsen.jwebthumb.WebThumbCredits

public class WebThumbCredits
extends java.lang.Object

This class represent webthumb's response to "credits" API call. See http://webthumb.bluga.net/apidoc#credits for details

Author:
Milen Dyankov
See Also:
http://webthumb.bluga.net/apidoc#credits

Constructor Summary
WebThumbCredits()
           
 
Method Summary
 java.lang.Double getCachedThisMonth()
           
 java.lang.Integer getRequestsThisMonth()
           
 java.lang.Double getReserve()
           
 java.lang.Integer getSubscription()
           
 java.lang.Integer getSubscriptionLeft()
           
 java.lang.Double getUsedThisMonth()
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

WebThumbCredits

public WebThumbCredits()
Method Detail

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object

getRequestsThisMonth

public java.lang.Integer getRequestsThisMonth()
Returns:
the requestsThisMonth

getUsedThisMonth

public java.lang.Double getUsedThisMonth()
Returns:
the usedThisMonth

getCachedThisMonth

public java.lang.Double getCachedThisMonth()
Returns:
the cachedThisMonth

getSubscription

public java.lang.Integer getSubscription()
Returns:
the subscription

getSubscriptionLeft

public java.lang.Integer getSubscriptionLeft()
Returns:
the subscriptionLeft

getReserve

public java.lang.Double getReserve()
Returns:
the reserve


Copyright © 2010 COMMSEN International. All Rights Reserved.