Class AbstractReportSuite
- java.lang.Object
-
- com.day.cq.analytics.sitecatalyst.rsmerger.AbstractReportSuite
-
- All Implemented Interfaces:
ReportSuiteVariable
@Deprecated public abstract class AbstractReportSuite extends java.lang.Object implements ReportSuiteVariable
Deprecated.
-
-
Constructor Summary
Constructors Constructor Description AbstractReportSuite(JSONObject jsonObj)
Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description JSONObject
getJSONObject()
Deprecated.java.lang.String
getRsid()
Deprecated.java.lang.String
getSiteTitle()
Deprecated.-
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface com.day.cq.analytics.sitecatalyst.rsmerger.ReportSuiteVariable
getVariables
-
-
-
-
Constructor Detail
-
AbstractReportSuite
public AbstractReportSuite(JSONObject jsonObj) throws JSONException
Deprecated.- Throws:
JSONException
-
-
Method Detail
-
getRsid
public java.lang.String getRsid()
Deprecated.- Specified by:
getRsid
in interfaceReportSuiteVariable
-
getSiteTitle
public java.lang.String getSiteTitle()
Deprecated.- Specified by:
getSiteTitle
in interfaceReportSuiteVariable
-
getJSONObject
public JSONObject getJSONObject()
Deprecated.- Specified by:
getJSONObject
in interfaceReportSuiteVariable
-
-