Package com.mypurecloud.sdk.v2.model
Class BulkSourceIntentsResponse
java.lang.Object
com.mypurecloud.sdk.v2.model.BulkSourceIntentsResponse
- All Implemented Interfaces:
Serializable
BulkSourceIntentsResponse
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanerrorCount(Integer errorCount) Count of errorserrorResultIds(List<String> errorResultIds) List of ids failed to be added or removedinthashCode()results(List<BulkResults> results) Results of operationvoidsetErrorCount(Integer errorCount) voidsetErrorResultIds(List<String> errorResultIds) voidsetResults(List<BulkResults> results) toString()
-
Constructor Details
-
BulkSourceIntentsResponse
public BulkSourceIntentsResponse() -
BulkSourceIntentsResponse
-
-
Method Details
-
results
Results of operation -
getResults
-
setResults
-
errorCount
Count of errors -
getErrorCount
-
setErrorCount
-
errorResultIds
List of ids failed to be added or removed -
getErrorResultIds
-
setErrorResultIds
-
equals
-
hashCode
public int hashCode() -
toString
-