Interface ReportSuiteVariable
-
- All Known Implementing Classes:
AbstractReportSuite
@Deprecated public interface ReportSuiteVariable
Deprecated.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method Description JSONObject
getJSONObject()
Deprecated.java.lang.String
getRsid()
Deprecated.java.lang.String
getSiteTitle()
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.
-
-