* The number of findings that failed to import. *
*/ private Integer failedCount; /** ** The number of findings that were successfully imported. *
*/ private Integer successCount; /** ** The list of findings that failed to import. *
*/ private java.util.List* The number of findings that failed to import. *
* * @param failedCount * The number of findings that failed to import. */ public void setFailedCount(Integer failedCount) { this.failedCount = failedCount; } /** ** The number of findings that failed to import. *
* * @return The number of findings that failed to import. */ public Integer getFailedCount() { return this.failedCount; } /** ** The number of findings that failed to import. *
* * @param failedCount * The number of findings that failed to import. * @return Returns a reference to this object so that method calls can be chained together. */ public BatchImportFindingsResult withFailedCount(Integer failedCount) { setFailedCount(failedCount); return this; } /** ** The number of findings that were successfully imported. *
* * @param successCount * The number of findings that were successfully imported. */ public void setSuccessCount(Integer successCount) { this.successCount = successCount; } /** ** The number of findings that were successfully imported. *
* * @return The number of findings that were successfully imported. */ public Integer getSuccessCount() { return this.successCount; } /** ** The number of findings that were successfully imported. *
* * @param successCount * The number of findings that were successfully imported. * @return Returns a reference to this object so that method calls can be chained together. */ public BatchImportFindingsResult withSuccessCount(Integer successCount) { setSuccessCount(successCount); return this; } /** ** The list of findings that failed to import. *
* * @return The list of findings that failed to import. */ public java.util.List* The list of findings that failed to import. *
* * @param failedFindings * The list of findings that failed to import. */ public void setFailedFindings(java.util.Collection* The list of findings that failed to import. *
** NOTE: This method appends the values to the existing list (if any). Use * {@link #setFailedFindings(java.util.Collection)} or {@link #withFailedFindings(java.util.Collection)} if you want * to override the existing values. *
* * @param failedFindings * The list of findings that failed to import. * @return Returns a reference to this object so that method calls can be chained together. */ public BatchImportFindingsResult withFailedFindings(ImportFindingsError... failedFindings) { if (this.failedFindings == null) { setFailedFindings(new java.util.ArrayList* The list of findings that failed to import. *
* * @param failedFindings * The list of findings that failed to import. * @return Returns a reference to this object so that method calls can be chained together. */ public BatchImportFindingsResult withFailedFindings(java.util.Collection