public class SchAgentTotals
extends java.lang.Object
implements java.io.Serializable
Modifier and Type | Field and Description |
---|---|
protected int |
gswAgentId
Agent ID.
|
private static long |
serialVersionUID |
protected double |
wmEndDate
End date of period for calculated totals
OleDateTime |
protected int |
wmOvertimeMinutes
Total Overtime Time, in minutes (if requested)
|
protected int |
wmPaidMinutes
Total Paid Time, in minutes
|
protected int |
wmRefId
Secondary ID
|
protected int |
wmSiteId
Site ID
|
protected double |
wmStartDate
Start date of period for calculated totals
OleDateTime |
protected int |
wmStateId
Schedule State ID
|
protected int |
wmStateMinutes
Total minutes on specified schedule state, designated by wmStateType + wmStateId
|
protected int |
wmStateType
Schedule State Type
ESchStateType , whose calculated totals are
stored in "wmStateMinutes". |
protected int |
wmType
Totals' granularity
ESchTotalsType |
protected int |
wmWorkMinutes
Total Effective Work Time, in minutes
|
Constructor and Description |
---|
SchAgentTotals() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object that) |
int |
getGswAgentId()
Gets the value of the gswAgentId property.
|
double |
getWmEndDate()
Gets the value of the wmEndDate property.
|
int |
getWmOvertimeMinutes()
Gets the value of the wmOvertimeMinutes property.
|
int |
getWmPaidMinutes()
Gets the value of the wmPaidMinutes property.
|
int |
getWmRefId()
Gets the value of the wmRefId property.
|
int |
getWmSiteId()
Gets the value of the wmSiteId property.
|
double |
getWmStartDate()
Gets the value of the wmStartDate property.
|
int |
getWmStateId()
Gets the value of the wmStateId property.
|
int |
getWmStateMinutes()
Gets the value of the wmStateMinutes property.
|
int |
getWmStateType()
Gets the value of the wmStateType property.
|
int |
getWmType()
Gets the value of the wmType property.
|
int |
getWmWorkMinutes()
Gets the value of the wmWorkMinutes property.
|
int |
hashCode() |
void |
setGswAgentId(int value)
Sets the value of the gswAgentId property.
|
void |
setWmEndDate(double value)
Sets the value of the wmEndDate property.
|
void |
setWmOvertimeMinutes(int value)
Sets the value of the wmOvertimeMinutes property.
|
void |
setWmPaidMinutes(int value)
Sets the value of the wmPaidMinutes property.
|
void |
setWmRefId(int value)
Sets the value of the wmRefId property.
|
void |
setWmSiteId(int value)
Sets the value of the wmSiteId property.
|
void |
setWmStartDate(double value)
Sets the value of the wmStartDate property.
|
void |
setWmStateId(int value)
Sets the value of the wmStateId property.
|
void |
setWmStateMinutes(int value)
Sets the value of the wmStateMinutes property.
|
void |
setWmStateType(int value)
Sets the value of the wmStateType property.
|
void |
setWmType(int value)
Sets the value of the wmType property.
|
void |
setWmWorkMinutes(int value)
Sets the value of the wmWorkMinutes property.
|
java.lang.String |
toString() |
SchAgentTotals |
withGswAgentId(int value) |
SchAgentTotals |
withWmEndDate(double value) |
SchAgentTotals |
withWmOvertimeMinutes(int value) |
SchAgentTotals |
withWmPaidMinutes(int value) |
SchAgentTotals |
withWmRefId(int value) |
SchAgentTotals |
withWmSiteId(int value) |
SchAgentTotals |
withWmStartDate(double value) |
SchAgentTotals |
withWmStateId(int value) |
SchAgentTotals |
withWmStateMinutes(int value) |
SchAgentTotals |
withWmStateType(int value) |
SchAgentTotals |
withWmType(int value) |
SchAgentTotals |
withWmWorkMinutes(int value) |
private static final long serialVersionUID
protected int wmSiteId
protected int gswAgentId
protected int wmType
ESchTotalsType
protected double wmStartDate
OleDateTime
protected double wmEndDate
OleDateTime
protected int wmStateType
ESchStateType
, whose calculated totals are
stored in "wmStateMinutes".protected int wmStateId
protected int wmRefId
protected int wmPaidMinutes
protected int wmWorkMinutes
protected int wmStateMinutes
protected int wmOvertimeMinutes
public int getWmSiteId()
public void setWmSiteId(int value)
public int getGswAgentId()
public void setGswAgentId(int value)
public int getWmType()
public void setWmType(int value)
public double getWmStartDate()
public void setWmStartDate(double value)
public double getWmEndDate()
public void setWmEndDate(double value)
public int getWmStateType()
public void setWmStateType(int value)
public int getWmStateId()
public void setWmStateId(int value)
public int getWmRefId()
public void setWmRefId(int value)
public int getWmPaidMinutes()
public void setWmPaidMinutes(int value)
public int getWmWorkMinutes()
public void setWmWorkMinutes(int value)
public int getWmStateMinutes()
public void setWmStateMinutes(int value)
public int getWmOvertimeMinutes()
public void setWmOvertimeMinutes(int value)
public SchAgentTotals withWmSiteId(int value)
public SchAgentTotals withGswAgentId(int value)
public SchAgentTotals withWmType(int value)
public SchAgentTotals withWmStartDate(double value)
public SchAgentTotals withWmEndDate(double value)
public SchAgentTotals withWmStateType(int value)
public SchAgentTotals withWmStateId(int value)
public SchAgentTotals withWmRefId(int value)
public SchAgentTotals withWmPaidMinutes(int value)
public SchAgentTotals withWmWorkMinutes(int value)
public SchAgentTotals withWmStateMinutes(int value)
public SchAgentTotals withWmOvertimeMinutes(int value)
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.