* An array of structures, where each structure displays the results of one feature evaluation assignment to one * user session. *
*/ private java.util.List* An array of structures, where each structure displays the results of one feature evaluation assignment to one * user session. *
* * @return An array of structures, where each structure displays the results of one feature evaluation assignment to * one user session. */ public java.util.List* An array of structures, where each structure displays the results of one feature evaluation assignment to one * user session. *
* * @param results * An array of structures, where each structure displays the results of one feature evaluation assignment to * one user session. */ public void setResults(java.util.Collection* An array of structures, where each structure displays the results of one feature evaluation assignment to one * user session. *
** NOTE: This method appends the values to the existing list (if any). Use * {@link #setResults(java.util.Collection)} or {@link #withResults(java.util.Collection)} if you want to override * the existing values. *
* * @param results * An array of structures, where each structure displays the results of one feature evaluation assignment to * one user session. * @return Returns a reference to this object so that method calls can be chained together. */ public BatchEvaluateFeatureResult withResults(EvaluationResult... results) { if (this.results == null) { setResults(new java.util.ArrayList* An array of structures, where each structure displays the results of one feature evaluation assignment to one * user session. *
* * @param results * An array of structures, where each structure displays the results of one feature evaluation assignment to * one user session. * @return Returns a reference to this object so that method calls can be chained together. */ public BatchEvaluateFeatureResult withResults(java.util.Collection