Package com.mypurecloud.sdk.v2.model
Class KnowledgeImportJobReport
java.lang.Object
com.mypurecloud.sdk.v2.model.KnowledgeImportJobReport
- All Implemented Interfaces:
Serializable
KnowledgeImportJobReport
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanerrors(List<KnowledgeImportJobError> errors) List of errors occurred during processing import.inthashCode()voidsetErrors(List<KnowledgeImportJobError> errors) voidsetStatistics(KnowledgeImportJobStatistics statistics) statistics(KnowledgeImportJobStatistics statistics) Statistics related to the import job.toString()
-
Constructor Details
-
KnowledgeImportJobReport
public KnowledgeImportJobReport() -
KnowledgeImportJobReport
-
-
Method Details
-
errors
List of errors occurred during processing import. -
getErrors
-
setErrors
-
statistics
Statistics related to the import job. -
getStatistics
-
setStatistics
-
equals
-
hashCode
public int hashCode() -
toString
-