Package com.mypurecloud.sdk.v2.model
Class PerformancePredictionResponse
java.lang.Object
com.mypurecloud.sdk.v2.model.PerformancePredictionResponse
- All Implemented Interfaces:
Serializable
PerformancePredictionResponse
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic enumThe state of the performance prediction -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiondownloadResult(PerformancePredictionOutputs downloadResult) Result will always come via downloadUrls; however the schema is included for documentationdownloadUrl(String downloadUrl) The url to GET the results of the performance prediction.booleangetId()getState()inthashCode()The globally unique identifier for the object.scheduleId(String scheduleId) The ID of the schedule this performance prediction is associated withvoidsetDownloadResult(PerformancePredictionOutputs downloadResult) voidsetDownloadUrl(String downloadUrl) voidvoidsetScheduleId(String scheduleId) voidvoidsetWeekDate(LocalDate weekDate) The state of the performance predictiontoString()The weekDate of the short term forecast in yyyy-MM-dd format.
-
Constructor Details
-
PerformancePredictionResponse
public PerformancePredictionResponse() -
PerformancePredictionResponse
-
-
Method Details
-
id
The globally unique identifier for the object. -
getId
-
setId
-
weekDate
The weekDate of the short term forecast in yyyy-MM-dd format. Dates are represented as an ISO-8601 string. For example: yyyy-MM-dd -
getWeekDate
-
setWeekDate
-
scheduleId
The ID of the schedule this performance prediction is associated with -
getScheduleId
-
setScheduleId
-
downloadUrl
The url to GET the results of the performance prediction. This field is populated only if query state is 'Complete' -
getDownloadUrl
-
setDownloadUrl
-
downloadResult
Result will always come via downloadUrls; however the schema is included for documentation -
getDownloadResult
-
setDownloadResult
-
state
The state of the performance prediction -
getState
-
setState
-
getSelfUri
-
equals
-
hashCode
public int hashCode() -
toString
-