ManageEngine Analytics Plus API Docs

com.adventnet.zoho.client.report
Class PlanInfo

java.lang.Object
  extended by com.adventnet.zoho.client.report.PlanInfo

public class PlanInfo
extends java.lang.Object

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

getPlan

public java.lang.String getPlan()
This method is used to get the plan name of the user.

Returns:
Plan name of the user as String.

getAddOns

public java.lang.String getAddOns()
This method is used to get the addons detail of the user.

Returns:
Addons detail of the user as String.

getBillingDate

public java.lang.String getBillingDate()
This method is used to get the billing date of the user.

Returns:
Billing date of the user as String.

getRowsAllowed

public long getRowsAllowed()
This method is used to get the Allowed row count of the user.

Returns:
Allowed row count of the user as long.

getRowsUsed

public long getRowsUsed()
This method is used to get the used row count of the user.

Returns:
Used row count of the user as long.

isTrailAvailed

public boolean isTrailAvailed()
This method is used to get the trail availability of the user.

Returns:
Trail availability of the user as boolean.

getTrialPlan

public java.lang.String getTrialPlan()
This method is used to get the trail plan name of the user.

Returns:
Trail plan name of the user as String.

getTrailStatus

public boolean getTrailStatus()
This method is used to get the trail status of the user.

Returns:
Trail status of the user as boolean.

getTrialEndDate

public java.lang.String getTrialEndDate()
This method is used to get the trail end date of the user.

Returns:
Trail end date of the user as String.

ManageEngine Analytics Plus API Docs

Copyright © 2018 AdventNet Inc. All Rights Reserved.