Package com.mypurecloud.sdk.v2.model
Class WorkPlanConfigurationViolationMessage
java.lang.Object
com.mypurecloud.sdk.v2.model.WorkPlanConfigurationViolationMessage
- All Implemented Interfaces:
Serializable
WorkPlanConfigurationViolationMessage
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic enumSeverity of the message.static enumType of configuration violation message for this work plan -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionarguments(List<WorkPlanValidationMessageArgument> arguments) Arguments of the message that provide information about the misconfigured value or the threshold that is exceeded by the misconfigured valuebooleangetType()inthashCode()voidsetArguments(List<WorkPlanValidationMessageArgument> arguments) voidvoidSeverity of the message.toString()Type of configuration violation message for this work plan
-
Constructor Details
-
WorkPlanConfigurationViolationMessage
public WorkPlanConfigurationViolationMessage() -
WorkPlanConfigurationViolationMessage
-
-
Method Details
-
type
public WorkPlanConfigurationViolationMessage type(WorkPlanConfigurationViolationMessage.TypeEnum type) Type of configuration violation message for this work plan -
getType
-
setType
-
arguments
public WorkPlanConfigurationViolationMessage arguments(List<WorkPlanValidationMessageArgument> arguments) Arguments of the message that provide information about the misconfigured value or the threshold that is exceeded by the misconfigured value -
getArguments
-
setArguments
-
severity
public WorkPlanConfigurationViolationMessage severity(WorkPlanConfigurationViolationMessage.SeverityEnum severity) Severity of the message. A message with Error severity indicates the scheduler won't be able to produce schedules and thus the work plan is invalid. -
getSeverity
-
setSeverity
-
equals
-
hashCode
public int hashCode() -
toString
-