public class SchAgentState
extends java.lang.Object
implements java.io.Serializable
Modifier and Type | Field and Description |
---|---|
protected int |
gswAgentId
Agent ID: identifies
CfgAgent object |
private static long |
serialVersionUID |
protected double |
wmDate
Points out the shift day to which the scheduled state belongs.
|
protected double |
wmEndDateTime
Schedule state end date/time.
|
protected boolean |
wmFullDay
Is state full-day (true/false)
|
protected java.lang.String |
wmMemo
State memo [256]
|
protected boolean |
wmPaid
Is state paid (true/false)
|
protected int |
wmPaidMinutes
Calculated paid duration of the schedule state.
|
protected int |
wmRefId
Secondary ID
|
protected int |
wmRefType
Type of Secondary ID
ESchRefType |
protected int |
wmSiteId
Site ID, identifies the
OleDateTime object. |
protected double |
wmStartDateTime
Schedule state start date/time.
|
protected int |
wmStateId
State ID
|
protected int |
wmStateType
State type
ESchStateType |
protected int |
wmTeamId
Team ID, identifies the
CfgTeam object. |
protected int |
wmTimezoneId
Time Zone ID used.
|
Constructor and Description |
---|
SchAgentState() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object that) |
int |
getGswAgentId()
Gets the value of the gswAgentId property.
|
double |
getWmDate()
Gets the value of the wmDate property.
|
double |
getWmEndDateTime()
Gets the value of the wmEndDateTime property.
|
java.lang.String |
getWmMemo()
Gets the value of the wmMemo property.
|
int |
getWmPaidMinutes()
Gets the value of the wmPaidMinutes property.
|
int |
getWmRefId()
Gets the value of the wmRefId property.
|
int |
getWmRefType()
Gets the value of the wmRefType property.
|
int |
getWmSiteId()
Gets the value of the wmSiteId property.
|
double |
getWmStartDateTime()
Gets the value of the wmStartDateTime property.
|
int |
getWmStateId()
Gets the value of the wmStateId property.
|
int |
getWmStateType()
Gets the value of the wmStateType property.
|
int |
getWmTeamId()
Gets the value of the wmTeamId property.
|
int |
getWmTimezoneId()
Gets the value of the wmTimezoneId property.
|
int |
hashCode() |
boolean |
isWmFullDay()
Gets the value of the wmFullDay property.
|
boolean |
isWmPaid()
Gets the value of the wmPaid property.
|
void |
setGswAgentId(int value)
Sets the value of the gswAgentId property.
|
void |
setWmDate(double value)
Sets the value of the wmDate property.
|
void |
setWmEndDateTime(double value)
Sets the value of the wmEndDateTime property.
|
void |
setWmFullDay(boolean value)
Sets the value of the wmFullDay property.
|
void |
setWmMemo(java.lang.String value)
Sets the value of the wmMemo property.
|
void |
setWmPaid(boolean value)
Sets the value of the wmPaid property.
|
void |
setWmPaidMinutes(int value)
Sets the value of the wmPaidMinutes property.
|
void |
setWmRefId(int value)
Sets the value of the wmRefId property.
|
void |
setWmRefType(int value)
Sets the value of the wmRefType property.
|
void |
setWmSiteId(int value)
Sets the value of the wmSiteId property.
|
void |
setWmStartDateTime(double value)
Sets the value of the wmStartDateTime property.
|
void |
setWmStateId(int value)
Sets the value of the wmStateId property.
|
void |
setWmStateType(int value)
Sets the value of the wmStateType property.
|
void |
setWmTeamId(int value)
Sets the value of the wmTeamId property.
|
void |
setWmTimezoneId(int value)
Sets the value of the wmTimezoneId property.
|
java.lang.String |
toString() |
SchAgentState |
withGswAgentId(int value) |
SchAgentState |
withWmDate(double value) |
SchAgentState |
withWmEndDateTime(double value) |
SchAgentState |
withWmFullDay(boolean value) |
SchAgentState |
withWmMemo(java.lang.String value) |
SchAgentState |
withWmPaid(boolean value) |
SchAgentState |
withWmPaidMinutes(int value) |
SchAgentState |
withWmRefId(int value) |
SchAgentState |
withWmRefType(int value) |
SchAgentState |
withWmSiteId(int value) |
SchAgentState |
withWmStartDateTime(double value) |
SchAgentState |
withWmStateId(int value) |
SchAgentState |
withWmStateType(int value) |
SchAgentState |
withWmTeamId(int value) |
SchAgentState |
withWmTimezoneId(int value) |
private static final long serialVersionUID
protected int wmSiteId
OleDateTime
object.protected int wmTeamId
CfgTeam
object.
Can be current agent's Team ID or historical Team ID depending on request.protected int gswAgentId
CfgAgent
objectprotected double wmDate
OleDateTime
protected int wmStateType
ESchStateType
protected int wmStateId
protected int wmRefType
ESchRefType
protected int wmRefId
protected double wmStartDateTime
OleDateTime
protected double wmEndDateTime
OleDateTime
protected boolean wmPaid
protected boolean wmFullDay
protected int wmPaidMinutes
protected int wmTimezoneId
CfgTimezone
protected java.lang.String wmMemo
public int getWmSiteId()
public void setWmSiteId(int value)
public int getWmTeamId()
public void setWmTeamId(int value)
public int getGswAgentId()
public void setGswAgentId(int value)
public double getWmDate()
public void setWmDate(double value)
public int getWmStateType()
public void setWmStateType(int value)
public int getWmStateId()
public void setWmStateId(int value)
public int getWmRefType()
public void setWmRefType(int value)
public int getWmRefId()
public void setWmRefId(int value)
public double getWmStartDateTime()
public void setWmStartDateTime(double value)
public double getWmEndDateTime()
public void setWmEndDateTime(double value)
public boolean isWmPaid()
public void setWmPaid(boolean value)
public boolean isWmFullDay()
public void setWmFullDay(boolean value)
public int getWmPaidMinutes()
public void setWmPaidMinutes(int value)
public java.lang.String getWmMemo()
String
public void setWmMemo(java.lang.String value)
value
- allowed object is
String
public int getWmTimezoneId()
public void setWmTimezoneId(int value)
public SchAgentState withWmSiteId(int value)
public SchAgentState withWmTeamId(int value)
public SchAgentState withGswAgentId(int value)
public SchAgentState withWmDate(double value)
public SchAgentState withWmStateType(int value)
public SchAgentState withWmStateId(int value)
public SchAgentState withWmRefId(int value)
public SchAgentState withWmStartDateTime(double value)
public SchAgentState withWmEndDateTime(double value)
public SchAgentState withWmPaid(boolean value)
public SchAgentState withWmFullDay(boolean value)
public SchAgentState withWmPaidMinutes(int value)
public SchAgentState withWmTimezoneId(int value)
public SchAgentState withWmRefType(int value)
public SchAgentState withWmMemo(java.lang.String 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.