* A list of DataQualityResult
objects representing the data quality results.
*
* A list of result IDs for which results were not found. *
*/ private java.util.List
* A list of DataQualityResult
objects representing the data quality results.
*
DataQualityResult
objects representing the data quality results.
*/
public java.util.List
* A list of DataQualityResult
objects representing the data quality results.
*
DataQualityResult
objects representing the data quality results.
*/
public void setResults(java.util.Collection
* A list of DataQualityResult
objects representing the data quality results.
*
* 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 * A list ofDataQualityResult
objects representing the data quality results.
* @return Returns a reference to this object so that method calls can be chained together.
*/
public BatchGetDataQualityResultResult withResults(DataQualityResult... results) {
if (this.results == null) {
setResults(new java.util.ArrayList
* A list of DataQualityResult
objects representing the data quality results.
*
DataQualityResult
objects representing the data quality results.
* @return Returns a reference to this object so that method calls can be chained together.
*/
public BatchGetDataQualityResultResult withResults(java.util.Collection* A list of result IDs for which results were not found. *
* * @return A list of result IDs for which results were not found. */ public java.util.List* A list of result IDs for which results were not found. *
* * @param resultsNotFound * A list of result IDs for which results were not found. */ public void setResultsNotFound(java.util.Collection* A list of result IDs for which results were not found. *
** NOTE: This method appends the values to the existing list (if any). Use * {@link #setResultsNotFound(java.util.Collection)} or {@link #withResultsNotFound(java.util.Collection)} if you * want to override the existing values. *
* * @param resultsNotFound * A list of result IDs for which results were not found. * @return Returns a reference to this object so that method calls can be chained together. */ public BatchGetDataQualityResultResult withResultsNotFound(String... resultsNotFound) { if (this.resultsNotFound == null) { setResultsNotFound(new java.util.ArrayList* A list of result IDs for which results were not found. *
* * @param resultsNotFound * A list of result IDs for which results were not found. * @return Returns a reference to this object so that method calls can be chained together. */ public BatchGetDataQualityResultResult withResultsNotFound(java.util.Collection