public class AdhAgentState
extends java.lang.Object
implements java.io.Serializable
Modifier and Type | Field and Description |
---|---|
private java.lang.Object |
__equalsCalc |
private boolean |
__hashCodeCalc |
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 |
---|---|
boolean |
equals(java.lang.Object obj) |
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.
|
int |
hashCode() |
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
private java.lang.Object __equalsCalc
private boolean __hashCodeCalc
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
- public boolean equals(java.lang.Object obj)
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.