public class SPerformanceTeamItemData
extends java.lang.Object
implements java.io.Serializable
Modifier and Type | Field and Description |
---|---|
protected java.util.List<SItemData> |
data |
protected int |
dataArraySize |
protected int |
granularity |
protected int |
item |
private static long |
serialVersionUID |
protected int |
siteID |
protected int |
teamID |
Constructor and Description |
---|
SPerformanceTeamItemData() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object that) |
java.util.List<SItemData> |
getData()
Gets the data value for this SPerformanceItemData.
|
int |
getDataArraySize()
Gets the dataArraySize value for this SPerformanceItemData.
|
int |
getGranularity()
Gets the granularity value for this SPerformanceItemData.
|
int |
getItem()
Gets the item value for this SPerformanceItemData.
|
int |
getSiteID()
Gets the siteID value for this SPerformanceItemData.
|
int |
getTeamID()
Gets the teamID value for this SPerformanceItemData.
|
int |
hashCode() |
void |
setData(java.util.List<SItemData> data)
Sets the data value for this SPerformanceItemData.
|
void |
setDataArraySize(int dataArraySize)
Sets the dataArraySize value for this SPerformanceItemData.
|
void |
setGranularity(int granularity)
Sets the granularity value for this SPerformanceItemData.
|
void |
setItem(int item)
Sets the item value for this SPerformanceItemData.
|
void |
setSiteID(int siteID)
Sets the siteID value for this SPerformanceItemData.
|
void |
setTeamID(int teamID)
Sets the teamID value for this SPerformanceItemData.
|
java.lang.String |
toString() |
SPerformanceTeamItemData |
withData(java.util.Collection<SItemData> values) |
SPerformanceTeamItemData |
withData(SItemData... values) |
SPerformanceTeamItemData |
withDataArraySize(int value) |
SPerformanceTeamItemData |
withGranularity(int value) |
SPerformanceTeamItemData |
withItem(int value) |
SPerformanceTeamItemData |
withSiteID(int value) |
SPerformanceTeamItemData |
withTeamID(int value) |
private static final long serialVersionUID
protected int siteID
protected int teamID
protected int item
protected int granularity
protected int dataArraySize
protected java.util.List<SItemData> data
public int getSiteID()
public void setSiteID(int siteID)
siteID
- Site IDpublic int getTeamID()
public void setTeamID(int teamID)
teamID
- Team IDpublic int getItem()
EPerfInfoItems
public void setItem(int item)
item
- Performance information item (Actual Interaction Volume or Actual Average Handle Time)EPerfInfoItems
public int getGranularity()
public void setGranularity(int granularity)
granularity
- Data granularity (15 minutes or 30 minutes)public int getDataArraySize()
public void setDataArraySize(int dataArraySize)
dataArraySize
- Data array sizepublic java.util.List<SItemData> getData()
public void setData(java.util.List<SItemData> data)
data
- Data array sizepublic SPerformanceTeamItemData withSiteID(int value)
public SPerformanceTeamItemData withTeamID(int value)
public SPerformanceTeamItemData withItem(int value)
public SPerformanceTeamItemData withGranularity(int value)
public SPerformanceTeamItemData withDataArraySize(int value)
public SPerformanceTeamItemData withData(java.util.Collection<SItemData> values)
public SPerformanceTeamItemData withData(SItemData... values)
public java.lang.String toString()
toString
in class java.lang.Object
public boolean equals(java.lang.Object that)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
Copyright © 2005-2016 Genesys Telecommunications Labs, Inc. All Rights Reserved.