Class PerformanceProfile

java.lang.Object
com.mypurecloud.sdk.v2.model.PerformanceProfile
All Implemented Interfaces:
Serializable

public class PerformanceProfile extends Object implements Serializable
PerformanceProfile
See Also:
  • Constructor Details

    • PerformanceProfile

      public PerformanceProfile()
    • PerformanceProfile

      public PerformanceProfile(Boolean initWithEmptyList)
  • Method Details

    • getId

      public String getId()
    • name

      public PerformanceProfile name(String name)
      A name for this performance profile
    • getName

      public String getName()
    • setName

      public void setName(String name)
    • getDivision

      public Division getDivision()
    • description

      public PerformanceProfile description(String description)
      A description about this performance profile
    • getDescription

      public String getDescription()
    • setDescription

      public void setDescription(String description)
    • metricOrders

      public PerformanceProfile metricOrders(List<String> metricOrders)
      Order of the associated metrics. The list should contain valid ids for metrics
    • getMetricOrders

      public List<String> getMetricOrders()
    • setMetricOrders

      public void setMetricOrders(List<String> metricOrders)
    • getDateCreated

      public Date getDateCreated()
    • reportingIntervals

      public PerformanceProfile reportingIntervals(List<ReportingInterval> reportingIntervals)
      The reporting interval periods for this performance profile
    • getReportingIntervals

      public List<ReportingInterval> getReportingIntervals()
    • setReportingIntervals

      public void setReportingIntervals(List<ReportingInterval> reportingIntervals)
    • getActive

      public Boolean getActive()
    • getMemberCount

      public Integer getMemberCount()
    • maxLeaderboardRankSize

      public PerformanceProfile maxLeaderboardRankSize(Integer maxLeaderboardRankSize)
      The maximum rank size for the leaderboard. This counts the number of ranks can be retrieved in a leaderboard queries
    • getMaxLeaderboardRankSize

      public Integer getMaxLeaderboardRankSize()
    • setMaxLeaderboardRankSize

      public void setMaxLeaderboardRankSize(Integer maxLeaderboardRankSize)
    • getSelfUri

      public String getSelfUri()
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object