Package com.mypurecloud.sdk.v2.model
Class Daily
java.lang.Object
com.mypurecloud.sdk.v2.model.Daily
- All Implemented Interfaces:
Serializable
Daily
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiondownloadResult(List<Timeseries> downloadResult) Result will always come via downloadUrls; however the schema is included for documentationdownloadUrl(String downloadUrl) Download URL to fetch the result of daily time series.booleaninthashCode()voidsetDownloadResult(List<Timeseries> downloadResult) voidsetDownloadUrl(String downloadUrl) toString()
-
Constructor Details
-
Daily
public Daily() -
Daily
-
-
Method Details
-
downloadUrl
Download URL to fetch the result of daily time series. This field is populated only if session state is Complete -
getDownloadUrl
-
setDownloadUrl
-
downloadResult
Result will always come via downloadUrls; however the schema is included for documentation -
getDownloadResult
-
setDownloadResult
-
equals
-
hashCode
public int hashCode() -
toString
-