Package com.mypurecloud.sdk.v2.model
Class PlanningGroupRequirementOutput
java.lang.Object
com.mypurecloud.sdk.v2.model.PlanningGroupRequirementOutput
- All Implemented Interfaces:
Serializable
PlanningGroupRequirementOutput
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanerrorDetails(List<LongTermRequirementsErrorDetail> errorDetails) Error details if the intervals cannot be provided for this planning group because of missing data or internal errorgetId()inthashCode()The ID of the planning group to which this output appliesList of interval values that correspond with the requirements granularity that was requestedserviceGoalDetails(LongTermRequirementsServiceGoalDetail serviceGoalDetails) The service goal details used to generate the requirementsvoidsetErrorDetails(List<LongTermRequirementsErrorDetail> errorDetails) voidvoidsetIntervals(List<Integer> intervals) voidsetServiceGoalDetails(LongTermRequirementsServiceGoalDetail serviceGoalDetails) toString()
-
Constructor Details
-
PlanningGroupRequirementOutput
public PlanningGroupRequirementOutput() -
PlanningGroupRequirementOutput
-
-
Method Details
-
id
The ID of the planning group to which this output applies -
getId
-
setId
-
intervals
List of interval values that correspond with the requirements granularity that was requested -
getIntervals
-
setIntervals
-
errorDetails
public PlanningGroupRequirementOutput errorDetails(List<LongTermRequirementsErrorDetail> errorDetails) Error details if the intervals cannot be provided for this planning group because of missing data or internal error -
getErrorDetails
-
setErrorDetails
-
serviceGoalDetails
public PlanningGroupRequirementOutput serviceGoalDetails(LongTermRequirementsServiceGoalDetail serviceGoalDetails) The service goal details used to generate the requirements -
getServiceGoalDetails
-
setServiceGoalDetails
-
equals
-
hashCode
public int hashCode() -
toString
-