Package com.mypurecloud.sdk.v2.model
Class ModelData
java.lang.Object
com.mypurecloud.sdk.v2.model.ModelData
- All Implemented Interfaces:
Serializable
ModelData
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiondownloadResult(List<PlanningGroupModel> downloadResult) Result will always come via downloadUrls; however the schema is included for documentationdownloadUrls(List<String> downloadUrls) List of URLs to fetch the results of the forecast model.booleaninthashCode()voidsetDownloadResult(List<PlanningGroupModel> downloadResult) voidsetDownloadUrls(List<String> downloadUrls) toString()
-
Constructor Details
-
ModelData
public ModelData() -
ModelData
-
-
Method Details
-
downloadUrls
List of URLs to fetch the results of the forecast model. This field is populated only if session state is Complete -
getDownloadUrls
-
setDownloadUrls
-
downloadResult
Result will always come via downloadUrls; however the schema is included for documentation -
getDownloadResult
-
setDownloadResult
-
equals
-
hashCode
public int hashCode() -
toString
-