Package com.mypurecloud.sdk.v2.model
Class CreatePerformanceProfile
java.lang.Object
com.mypurecloud.sdk.v2.model.CreatePerformanceProfile
- All Implemented Interfaces:
Serializable
CreatePerformanceProfile
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionThe flag for active profilesdescription(String description) A description about this performance profiledivision(WritableDivision division) The associated division for this Performance ProfilebooleangetId()getName()inthashCode()maxLeaderboardRankSize(Integer maxLeaderboardRankSize) The maximum rank size for the leaderboard.A name for this performance profilereportingIntervals(List<ReportingInterval> reportingIntervals) The reporting interval periods for this performance profilevoidvoidsetDescription(String description) voidsetDivision(WritableDivision division) voidsetMaxLeaderboardRankSize(Integer maxLeaderboardRankSize) voidvoidsetReportingIntervals(List<ReportingInterval> reportingIntervals) toString()
-
Constructor Details
-
CreatePerformanceProfile
public CreatePerformanceProfile() -
CreatePerformanceProfile
-
-
Method Details
-
getId
-
name
A name for this performance profile -
getName
-
setName
-
division
The associated division for this Performance Profile -
getDivision
-
setDivision
-
description
A description about this performance profile -
getDescription
-
setDescription
-
getMetricOrders
-
getDateCreated
-
reportingIntervals
The reporting interval periods for this performance profile -
getReportingIntervals
-
setReportingIntervals
-
active
The flag for active profiles -
getActive
-
setActive
-
getMemberCount
-
maxLeaderboardRankSize
The maximum rank size for the leaderboard. This counts the number of ranks can be retrieved in a leaderboard queries -
getMaxLeaderboardRankSize
-
setMaxLeaderboardRankSize
-
getSelfUri
-
equals
-
hashCode
public int hashCode() -
toString
-