Interface ReportSuiteVariable
-
- All Known Implementing Classes:
AbstractReportSuite
@Deprecated public interface ReportSuiteVariableDeprecated.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method Description JSONObjectgetJSONObject()Deprecated.java.lang.StringgetRsid()Deprecated.java.lang.StringgetSiteTitle()Deprecated.java.util.Collection<? extends Variable>getVariables()Deprecated.
-
-
-
Method Detail
-
getRsid
java.lang.String getRsid()
Deprecated.
-
getSiteTitle
java.lang.String getSiteTitle()
Deprecated.
-
getVariables
java.util.Collection<? extends Variable> getVariables()
Deprecated.
-
getJSONObject
JSONObject getJSONObject()
Deprecated.
-
-