Package com.mypurecloud.sdk.v2.model
Class ForecastMetadata
java.lang.Object
com.mypurecloud.sdk.v2.model.ForecastMetadata
- All Implemented Interfaces:
Serializable
ForecastMetadata
- See Also:
-
Nested Class Summary
Nested Classes -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiondateCreated(Date dateCreated) Forecast creation date.Forecast start date.booleanforecastId(String forecastId) Forecast IDinthashCode()intervalLengthInMinutes(String intervalLengthInMinutes) Interval lengthvoidsetDateCreated(Date dateCreated) voidsetDateStart(Date dateStart) voidsetForecastId(String forecastId) voidsetIntervalLengthInMinutes(String intervalLengthInMinutes) voidsetSource(ForecastMetadata.SourceEnum source) voidsetTimeZone(String timeZone) source(ForecastMetadata.SourceEnum source) Forecast sourceTimezone of the business unittoString()
-
Constructor Details
-
ForecastMetadata
public ForecastMetadata() -
ForecastMetadata
-
-
Method Details
-
dateCreated
Forecast creation date. Date time is represented as an ISO-8601 string. For example: yyyy-MM-ddTHH:mm:ss[.mmm]Z -
getDateCreated
-
setDateCreated
-
forecastId
Forecast ID -
getForecastId
-
setForecastId
-
intervalLengthInMinutes
Interval length -
getIntervalLengthInMinutes
-
setIntervalLengthInMinutes
-
source
Forecast source -
getSource
-
setSource
-
dateStart
Forecast start date. Date time is represented as an ISO-8601 string. For example: yyyy-MM-ddTHH:mm:ss[.mmm]Z -
getDateStart
-
setDateStart
-
timeZone
Timezone of the business unit -
getTimeZone
-
setTimeZone
-
equals
-
hashCode
public int hashCode() -
toString
-