public class SPerformanceItemData
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 |
target |
protected int |
targetID |
Constructor and Description |
---|
SPerformanceItemData() |
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 |
getTarget()
Gets the target value for this SPerformanceItemData.
|
int |
getTargetID()
Gets the targetID 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 |
setTarget(int target)
Sets the target value for this SPerformanceItemData.
|
void |
setTargetID(int targetID)
Sets the targetID value for this SPerformanceItemData.
|
java.lang.String |
toString() |
SPerformanceItemData |
withData(java.util.Collection<SItemData> values) |
SPerformanceItemData |
withData(SItemData... values) |
SPerformanceItemData |
withDataArraySize(int value) |
SPerformanceItemData |
withGranularity(int value) |
SPerformanceItemData |
withItem(int value) |
SPerformanceItemData |
withTarget(int value) |
SPerformanceItemData |
withTargetID(int value) |
private static final long serialVersionUID
protected int target
protected int targetID
protected int item
protected int granularity
protected int dataArraySize
protected java.util.List<SItemData> data
public int getTarget()
EPerfTargets
public void setTarget(int target)
target
- Activity or Multi-site ActivityEPerfTargets
public int getTargetID()
public void setTargetID(int targetID)
targetID
- Activity 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 SPerformanceItemData withTarget(int value)
public SPerformanceItemData withTargetID(int value)
public SPerformanceItemData withItem(int value)
public SPerformanceItemData withGranularity(int value)
public SPerformanceItemData withDataArraySize(int value)
public SPerformanceItemData withData(java.util.Collection<SItemData> values)
public SPerformanceItemData 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.