Package com.mypurecloud.sdk.v2.model
Class TrendData
java.lang.Object
com.mypurecloud.sdk.v2.model.TrendData
- All Implemented Interfaces:
Serializable
TrendData
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaverageValue(Double averageValue) Average metric valuedateEndWorkday(LocalDate dateEndWorkday) End workday used as the date range.dateStartWorkday(LocalDate dateStartWorkday) Start workday used as the date range.booleaninthashCode()percentOfGoal(Double percentOfGoal) Percent of goalvoidsetAverageValue(Double averageValue) voidsetDateEndWorkday(LocalDate dateEndWorkday) voidsetDateStartWorkday(LocalDate dateStartWorkday) voidsetPercentOfGoal(Double percentOfGoal) toString()
-
Constructor Details
-
TrendData
public TrendData() -
TrendData
-
-
Method Details
-
dateStartWorkday
Start workday used as the date range. Dates are represented as an ISO-8601 string. For example: yyyy-MM-dd -
getDateStartWorkday
-
setDateStartWorkday
-
dateEndWorkday
End workday used as the date range. Dates are represented as an ISO-8601 string. For example: yyyy-MM-dd -
getDateEndWorkday
-
setDateEndWorkday
-
percentOfGoal
Percent of goal -
getPercentOfGoal
-
setPercentOfGoal
-
averageValue
Average metric value -
getAverageValue
-
setAverageValue
-
equals
-
hashCode
public int hashCode() -
toString
-