Package com.mypurecloud.sdk.v2.model
Class BuIntradayResponse
java.lang.Object
com.mypurecloud.sdk.v2.model.BuIntradayResponse
- All Implemented Interfaces:
Serializable
BuIntradayResponse
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic enumGets or Sets categoriesstatic enumIf not null, the reason there was no data for the request -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncategories(List<BuIntradayResponse.CategoriesEnum> categories) The categories to which this data correspondsThe end of the date range for which this data applies.booleaninthashCode()intervalLengthMinutes(Integer intervalLengthMinutes) The aggregation period in minutes, which determines the interval duration of the returned dataintradayDataGroupings(List<BuIntradayDataGroup> intradayDataGroupings) Intraday data grouped by a single media type and set of planning group IDsnoDataReason(BuIntradayResponse.NoDataReasonEnum noDataReason) If not null, the reason there was no data for the requestschedule(BuScheduleReference schedule) Schedule referencevoidsetCategories(List<BuIntradayResponse.CategoriesEnum> categories) voidsetEndDate(Date endDate) voidsetIntervalLengthMinutes(Integer intervalLengthMinutes) voidsetIntradayDataGroupings(List<BuIntradayDataGroup> intradayDataGroupings) voidsetNoDataReason(BuIntradayResponse.NoDataReasonEnum noDataReason) voidsetSchedule(BuScheduleReference schedule) voidsetShortTermForecast(BuShortTermForecastReference shortTermForecast) voidsetStartDate(Date startDate) shortTermForecast(BuShortTermForecastReference shortTermForecast) Short term forecast referenceThe start of the date range for which this data applies.toString()
-
Constructor Details
-
BuIntradayResponse
public BuIntradayResponse() -
BuIntradayResponse
-
-
Method Details
-
startDate
The start of the date range for which this data applies. This is also the start reference point for the intervals represented in the various arrays. Date time is represented as an ISO-8601 string. For example: yyyy-MM-ddTHH:mm:ss[.mmm]Z -
getStartDate
-
setStartDate
-
endDate
The end of the date range for which this data applies. Date time is represented as an ISO-8601 string. For example: yyyy-MM-ddTHH:mm:ss[.mmm]Z -
getEndDate
-
setEndDate
-
intervalLengthMinutes
The aggregation period in minutes, which determines the interval duration of the returned data -
getIntervalLengthMinutes
-
setIntervalLengthMinutes
-
noDataReason
If not null, the reason there was no data for the request -
getNoDataReason
-
setNoDataReason
-
categories
The categories to which this data corresponds -
getCategories
-
setCategories
-
shortTermForecast
Short term forecast reference -
getShortTermForecast
-
setShortTermForecast
-
schedule
Schedule reference -
getSchedule
-
setSchedule
-
intradayDataGroupings
Intraday data grouped by a single media type and set of planning group IDs -
getIntradayDataGroupings
-
setIntradayDataGroupings
-
equals
-
hashCode
public int hashCode() -
toString
-