Package com.mypurecloud.sdk.v2.model
Class UserTrendData
java.lang.Object
com.mypurecloud.sdk.v2.model.UserTrendData
- All Implemented Interfaces:
Serializable
UserTrendData
- 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 goalrankPercentagePoints(Integer rankPercentagePoints) Rank, ordered by percentage of pointsrankTotalPoints(Integer rankTotalPoints) Rank, ordered by total pointsvoidsetAverageValue(Double averageValue) voidsetDateEndWorkday(LocalDate dateEndWorkday) voidsetDateStartWorkday(LocalDate dateStartWorkday) voidsetPercentOfGoal(Double percentOfGoal) voidsetRankPercentagePoints(Integer rankPercentagePoints) voidsetRankTotalPoints(Integer rankTotalPoints) toString()
-
Constructor Details
-
UserTrendData
public UserTrendData() -
UserTrendData
-
-
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
-
rankTotalPoints
Rank, ordered by total points -
getRankTotalPoints
-
setRankTotalPoints
-
rankPercentagePoints
Rank, ordered by percentage of points -
getRankPercentagePoints
-
setRankPercentagePoints
-
equals
-
hashCode
public int hashCode() -
toString
-