public class AdhAgentState
extends java.lang.Object
implements java.io.Serializable
Modifier and Type | Field and Description |
---|---|
private int |
gswAgentId
Agent ID, identifies
CfgAgent object |
private int |
gswStateId
Genesys Agent State ID, identifies
CfgAgentState object |
private double |
wmEndDateTime
State end date/time
OleDateTime |
private java.lang.String |
wmReasons
State Reason Code
|
private int |
wmSiteId
Site ID, identifies
CfgSite object |
private double |
wmStartDateTime
State start date/time
OleDateTime |
Constructor and Description |
---|
AdhAgentState() |
AdhAgentState(int wmSiteId,
int gswAgentId,
int gswStateId,
java.lang.String wmReasons,
double wmStartDateTime,
double wmEndDateTime) |
Modifier and Type | Method and Description |
---|---|
int |
getGswAgentId()
Gets the gswAgentId value for this AdhAgentState.
|
int |
getGswStateId()
Gets the gswStateId value for this AdhAgentState.
|
double |
getWmEndDateTime()
Gets the wmEndDateTime value for this AdhAgentState.
|
java.lang.String |
getWmReasons()
Gets the wmReasons value for this AdhAgentState.
|
int |
getWmSiteId()
Gets the wmSiteId value for this AdhAgentState.
|
double |
getWmStartDateTime()
Gets the wmStartDateTime value for this AdhAgentState.
|
void |
setGswAgentId(int gswAgentId)
Sets the gswAgentId value for this AdhAgentState.
|
void |
setGswStateId(int gswStateId)
Sets the gswStateId value for this AdhAgentState.
|
void |
setWmEndDateTime(double wmEndDateTime)
Sets the wmEndDateTime value for this AdhAgentState.
|
void |
setWmReasons(java.lang.String wmReasons)
Sets the wmReasons value for this AdhAgentState.
|
void |
setWmSiteId(int wmSiteId)
Sets the wmSiteId value for this AdhAgentState.
|
void |
setWmStartDateTime(double wmStartDateTime)
Sets the wmStartDateTime value for this AdhAgentState.
|
private int wmSiteId
CfgSite
objectprivate int gswAgentId
CfgAgent
objectprivate int gswStateId
CfgAgentState
objectprivate java.lang.String wmReasons
private double wmStartDateTime
OleDateTime
private double wmEndDateTime
OleDateTime
public AdhAgentState()
public AdhAgentState(int wmSiteId, int gswAgentId, int gswStateId, java.lang.String wmReasons, double wmStartDateTime, double wmEndDateTime)
public int getWmSiteId()
public void setWmSiteId(int wmSiteId)
wmSiteId
- public int getGswAgentId()
public void setGswAgentId(int gswAgentId)
gswAgentId
- public int getGswStateId()
public void setGswStateId(int gswStateId)
gswStateId
- public java.lang.String getWmReasons()
public void setWmReasons(java.lang.String wmReasons)
wmReasons
- public double getWmStartDateTime()
public void setWmStartDateTime(double wmStartDateTime)
wmStartDateTime
- public double getWmEndDateTime()
public void setWmEndDateTime(double wmEndDateTime)
wmEndDateTime
- Copyright © 2005-2016 Genesys Telecommunications Labs, Inc. All Rights Reserved.