* Contains the accumulated trend data. *
*/ private ReportGroupTrendStats stats; /** ** An array that contains the raw data for each report. *
*/ private java.util.List* Contains the accumulated trend data. *
* * @param stats * Contains the accumulated trend data. */ public void setStats(ReportGroupTrendStats stats) { this.stats = stats; } /** ** Contains the accumulated trend data. *
* * @return Contains the accumulated trend data. */ public ReportGroupTrendStats getStats() { return this.stats; } /** ** Contains the accumulated trend data. *
* * @param stats * Contains the accumulated trend data. * @return Returns a reference to this object so that method calls can be chained together. */ public GetReportGroupTrendResult withStats(ReportGroupTrendStats stats) { setStats(stats); return this; } /** ** An array that contains the raw data for each report. *
* * @return An array that contains the raw data for each report. */ public java.util.List* An array that contains the raw data for each report. *
* * @param rawData * An array that contains the raw data for each report. */ public void setRawData(java.util.Collection* An array that contains the raw data for each report. *
** NOTE: This method appends the values to the existing list (if any). Use * {@link #setRawData(java.util.Collection)} or {@link #withRawData(java.util.Collection)} if you want to override * the existing values. *
* * @param rawData * An array that contains the raw data for each report. * @return Returns a reference to this object so that method calls can be chained together. */ public GetReportGroupTrendResult withRawData(ReportWithRawData... rawData) { if (this.rawData == null) { setRawData(new java.util.ArrayList* An array that contains the raw data for each report. *
* * @param rawData * An array that contains the raw data for each report. * @return Returns a reference to this object so that method calls can be chained together. */ public GetReportGroupTrendResult withRawData(java.util.Collection