Package com.mypurecloud.sdk.v2.model
Class PerformanceProfile
java.lang.Object
com.mypurecloud.sdk.v2.model.PerformanceProfile
- All Implemented Interfaces:
Serializable
PerformanceProfile
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiondescription(String description) A description about this performance profilebooleangetId()getName()inthashCode()maxLeaderboardRankSize(Integer maxLeaderboardRankSize) The maximum rank size for the leaderboard.metricOrders(List<String> metricOrders) Order of the associated metrics.A name for this performance profilereportingIntervals(List<ReportingInterval> reportingIntervals) The reporting interval periods for this performance profilevoidsetDescription(String description) voidsetMaxLeaderboardRankSize(Integer maxLeaderboardRankSize) voidsetMetricOrders(List<String> metricOrders) voidvoidsetReportingIntervals(List<ReportingInterval> reportingIntervals) toString()
-
Constructor Details
-
PerformanceProfile
public PerformanceProfile() -
PerformanceProfile
-
-
Method Details
-
getId
-
name
A name for this performance profile -
getName
-
setName
-
getDivision
-
description
A description about this performance profile -
getDescription
-
setDescription
-
metricOrders
Order of the associated metrics. The list should contain valid ids for metrics -
getMetricOrders
-
setMetricOrders
-
getDateCreated
-
reportingIntervals
The reporting interval periods for this performance profile -
getReportingIntervals
-
setReportingIntervals
-
getActive
-
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
-