Package com.mypurecloud.sdk.v2.model
Class ForecastSourceDayPointer
java.lang.Object
com.mypurecloud.sdk.v2.model.ForecastSourceDayPointer
- All Implemented Interfaces:
Serializable
ForecastSourceDayPointer
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic enumThe forecast day of week for this source data -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionThe key to look up the forecast source data for this source dayThe date this source data represents, in yyyy-MM-dd formatdayOfWeek(ForecastSourceDayPointer.DayOfWeekEnum dayOfWeek) The forecast day of week for this source databooleanThe name of the source file this data came from if it originated from a data importgetDate()inthashCode()voidsetDataKey(String dataKey) voidvoidvoidsetFileName(String fileName) voidtoString()The relative weight to apply to this source data item for weighted averages
-
Constructor Details
-
ForecastSourceDayPointer
public ForecastSourceDayPointer() -
ForecastSourceDayPointer
-
-
Method Details
-
dayOfWeek
The forecast day of week for this source data -
getDayOfWeek
-
setDayOfWeek
-
weight
The relative weight to apply to this source data item for weighted averages -
getWeight
-
setWeight
-
date
The date this source data represents, in yyyy-MM-dd format -
getDate
-
setDate
-
fileName
The name of the source file this data came from if it originated from a data import -
getFileName
-
setFileName
-
dataKey
The key to look up the forecast source data for this source day -
getDataKey
-
setDataKey
-
equals
-
hashCode
public int hashCode() -
toString
-