public class AdhEvent
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 AdhAgentState[] |
wmAgentStates
An array of
AdhAgentState for the duration of event |
private int |
wmAgentStatesNSizeIs
Number of elements in wmAgentStates array
|
private double |
wmEndDateTime
Event end date/time
OleDateTime |
private SchAgentState[] |
wmSchStates
An array of
SchAgentState for the duration of event |
private int |
wmSchStatesNSizeIs
Number of elements in wmSchStates array
|
private int |
wmSiteId
Site ID, identifies
CfgSite object |
private double |
wmStartDateTime
Event start date/time
OleDateTime |
private int |
wmStatus
Event Status
EAdhEventStatus |
Constructor and Description |
---|
AdhEvent() |
AdhEvent(int wmSiteId,
int gswAgentId,
double wmStartDateTime,
double wmEndDateTime,
int wmAgentStatesNSizeIs,
AdhAgentState[] wmAgentStates,
int wmSchStatesNSizeIs,
SchAgentState[] wmSchStates,
int wmStatus) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object obj) |
int |
getGswAgentId()
Gets the gswAgentId value for this AdhEvent.
|
AdhAgentState[] |
getWmAgentStates()
Gets the wmAgentStates value for this AdhEvent.
|
int |
getWmAgentStatesNSizeIs()
Gets the wmAgentStatesNSizeIs value for this AdhEvent.
|
double |
getWmEndDateTime()
Gets the wmEndDateTime value for this AdhEvent.
|
SchAgentState[] |
getWmSchStates()
Gets the wmSchStates value for this AdhEvent.
|
int |
getWmSchStatesNSizeIs()
Gets the wmSchStatesNSizeIs value for this AdhEvent.
|
int |
getWmSiteId()
Gets the wmSiteId value for this AdhEvent.
|
double |
getWmStartDateTime()
Gets the wmStartDateTime value for this AdhEvent.
|
int |
getWmStatus()
Gets the wmStatus value for this AdhEvent.
|
int |
hashCode() |
void |
setGswAgentId(int gswAgentId)
Sets the gswAgentId value for this AdhEvent.
|
void |
setWmAgentStates(AdhAgentState[] wmAgentStates)
Sets the wmAgentStates value for this AdhEvent.
|
void |
setWmAgentStatesNSizeIs(int wmAgentStatesNSizeIs)
Sets the wmAgentStatesNSizeIs value for this AdhEvent.
|
void |
setWmEndDateTime(double wmEndDateTime)
Sets the wmEndDateTime value for this AdhEvent.
|
void |
setWmSchStates(SchAgentState[] wmSchStates)
Sets the wmSchStates value for this AdhEvent.
|
void |
setWmSchStatesNSizeIs(int wmSchStatesNSizeIs)
Sets the wmSchStatesNSizeIs value for this AdhEvent.
|
void |
setWmSiteId(int wmSiteId)
Sets the wmSiteId value for this AdhEvent.
|
void |
setWmStartDateTime(double wmStartDateTime)
Sets the wmStartDateTime value for this AdhEvent.
|
void |
setWmStatus(int wmStatus)
Sets the wmStatus value for this AdhEvent.
|
private int wmSiteId
CfgSite
objectprivate int gswAgentId
CfgAgent
objectprivate double wmStartDateTime
OleDateTime
private double wmEndDateTime
OleDateTime
private int wmAgentStatesNSizeIs
private AdhAgentState[] wmAgentStates
AdhAgentState
for the duration of eventprivate int wmSchStatesNSizeIs
private SchAgentState[] wmSchStates
SchAgentState
for the duration of eventprivate int wmStatus
EAdhEventStatus
private java.lang.Object __equalsCalc
private boolean __hashCodeCalc
public AdhEvent()
public AdhEvent(int wmSiteId, int gswAgentId, double wmStartDateTime, double wmEndDateTime, int wmAgentStatesNSizeIs, AdhAgentState[] wmAgentStates, int wmSchStatesNSizeIs, SchAgentState[] wmSchStates, int wmStatus)
public int getWmSiteId()
public void setWmSiteId(int wmSiteId)
wmSiteId
- public int getGswAgentId()
public void setGswAgentId(int gswAgentId)
gswAgentId
- public double getWmStartDateTime()
public void setWmStartDateTime(double wmStartDateTime)
wmStartDateTime
- public double getWmEndDateTime()
public void setWmEndDateTime(double wmEndDateTime)
wmEndDateTime
- public int getWmAgentStatesNSizeIs()
public void setWmAgentStatesNSizeIs(int wmAgentStatesNSizeIs)
wmAgentStatesNSizeIs
- public AdhAgentState[] getWmAgentStates()
public void setWmAgentStates(AdhAgentState[] wmAgentStates)
wmAgentStates
- public int getWmSchStatesNSizeIs()
public void setWmSchStatesNSizeIs(int wmSchStatesNSizeIs)
wmSchStatesNSizeIs
- public SchAgentState[] getWmSchStates()
public void setWmSchStates(SchAgentState[] wmSchStates)
wmSchStates
- public int getWmStatus()
public void setWmStatus(int wmStatus)
wmStatus
- 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.