Package com.mypurecloud.sdk.v2.model
Class LocaleHealth
java.lang.Object
com.mypurecloud.sdk.v2.model.LocaleHealth
- All Implemented Interfaces:
Serializable
LocaleHealth
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic enumGets or Sets staticValidationResults -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleaninthashCode()issueCount(Long issueCount) Number of issues found in the intent.overallScore(Float overallScore) Overall health score for the intent.voidsetIssueCount(Long issueCount) voidsetOverallScore(Float overallScore) voidsetStaticValidationResults(List<LocaleHealth.StaticValidationResultsEnum> staticValidationResults) staticValidationResults(List<LocaleHealth.StaticValidationResultsEnum> staticValidationResults) Validation results for the intent.toString()
-
Constructor Details
-
LocaleHealth
public LocaleHealth() -
LocaleHealth
-
-
Method Details
-
overallScore
Overall health score for the intent. -
getOverallScore
-
setOverallScore
-
issueCount
Number of issues found in the intent. -
getIssueCount
-
setIssueCount
-
staticValidationResults
public LocaleHealth staticValidationResults(List<LocaleHealth.StaticValidationResultsEnum> staticValidationResults) Validation results for the intent. -
getStaticValidationResults
-
setStaticValidationResults
public void setStaticValidationResults(List<LocaleHealth.StaticValidationResultsEnum> staticValidationResults) -
equals
-
hashCode
public int hashCode() -
toString
-