|
ManageEngine Analytics Plus API Docs | |||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.adventnet.zoho.client.report.PlanInfo
public class PlanInfo
PlanInfo contains the result of getPlanInfo operation.
Method Summary | |
---|---|
java.lang.String |
getAddOns()
This method is used to get the addons detail of the user. |
java.lang.String |
getBillingDate()
This method is used to get the billing date of the user. |
java.lang.String |
getPlan()
This method is used to get the plan name of the user. |
long |
getRowsAllowed()
This method is used to get the Allowed row count of the user. |
long |
getRowsUsed()
This method is used to get the used row count of the user. |
boolean |
getTrailStatus()
This method is used to get the trail status of the user. |
java.lang.String |
getTrialEndDate()
This method is used to get the trail end date of the user. |
java.lang.String |
getTrialPlan()
This method is used to get the trail plan name of the user. |
boolean |
isTrailAvailed()
This method is used to get the trail availability of the user. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public java.lang.String getPlan()
String
.public java.lang.String getAddOns()
String
.public java.lang.String getBillingDate()
String
.public long getRowsAllowed()
long
.public long getRowsUsed()
long
.public boolean isTrailAvailed()
boolean
.public java.lang.String getTrialPlan()
String
.public boolean getTrailStatus()
boolean
.public java.lang.String getTrialEndDate()
String
.
|
ManageEngine Analytics Plus API Docs | |||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |