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 double |
wmOvertimeMinutes
Total Overtime Time, in minutes (if requested)
|
protected double |
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 double |
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 double |
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.
|
double |
getWmOvertimeMinutes()
Gets the value of the wmOvertimeMinutes property.
|
double |
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.
|
double |
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.
|
double |
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(double value)
Sets the value of the wmOvertimeMinutes property.
|
void |
setWmPaidMinutes(double 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(double 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(double value)
Sets the value of the wmWorkMinutes property.
|
java.lang.String |
toString() |
SchAgentTotals |
withGswAgentId(int value) |
SchAgentTotals |
withWmEndDate(double value) |
SchAgentTotals |
withWmOvertimeMinutes(double value) |
SchAgentTotals |
withWmPaidMinutes(double value) |
SchAgentTotals |
withWmRefId(int value) |
SchAgentTotals |
withWmSiteId(int value) |
SchAgentTotals |
withWmStartDate(double value) |
SchAgentTotals |
withWmStateId(int value) |
SchAgentTotals |
withWmStateMinutes(double value) |
SchAgentTotals |
withWmStateType(int value) |
SchAgentTotals |
withWmType(int value) |
SchAgentTotals |
withWmWorkMinutes(double 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 double wmPaidMinutes
protected double wmWorkMinutes
protected double wmStateMinutes
protected double 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 double getWmPaidMinutes()
public void setWmPaidMinutes(double value)
public double getWmWorkMinutes()
public void setWmWorkMinutes(double value)
public double getWmStateMinutes()
public void setWmStateMinutes(double value)
public double getWmOvertimeMinutes()
public void setWmOvertimeMinutes(double 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(double value)
public SchAgentTotals withWmWorkMinutes(double value)
public SchAgentTotals withWmStateMinutes(double value)
public SchAgentTotals withWmOvertimeMinutes(double 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.