Package dev.evercatch.model
Class Usage
java.lang.Object
dev.evercatch.model.Usage
Account usage statistics returned by
/account/usage.-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionintintintintgetPlan()voidsetDestinationsCount(int destinationsCount) voidsetDestinationsLimit(int destinationsLimit) voidsetEventsLimit(int eventsLimit) voidsetEventsThisMonth(int eventsThisMonth) voidsetPeriodEnd(Date periodEnd) voidsetPeriodStart(Date periodStart) voidtoString()
-
Constructor Details
-
Usage
public Usage()
-
-
Method Details
-
getEventsThisMonth
public int getEventsThisMonth() -
setEventsThisMonth
public void setEventsThisMonth(int eventsThisMonth) -
getEventsLimit
public int getEventsLimit() -
setEventsLimit
public void setEventsLimit(int eventsLimit) -
getDestinationsCount
public int getDestinationsCount() -
setDestinationsCount
public void setDestinationsCount(int destinationsCount) -
getDestinationsLimit
public int getDestinationsLimit() -
setDestinationsLimit
public void setDestinationsLimit(int destinationsLimit) -
getPlan
-
setPlan
-
getPeriodStart
-
setPeriodStart
-
getPeriodEnd
-
setPeriodEnd
-
toString
-