public class AdhEvent
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 java.util.List<AdhAgentState> |
wmAgentStates
An array of
AdhAgentState for the duration of event |
protected int |
wmAgentStatesNSizeIs
Number of elements in wmAgentStates array
|
protected double |
wmEndDateTime
Event end date/time
OleDateTime |
protected java.util.List<SchAgentState> |
wmSchStates
An array of
SchAgentState for the duration of event |
protected int |
wmSchStatesNSizeIs
Number of elements in wmSchStates array
|
protected int |
wmSiteId
Site ID, identifies
CfgSite object |
protected double |
wmStartDateTime
Event start date/time
OleDateTime |
protected int |
wmStatus
Event Status
EAdhEventStatus |
protected int |
wmTeamId
Team ID, identifies
CfgTeam object |
Constructor and Description |
---|
AdhEvent() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object that) |
int |
getGswAgentId()
Gets the value of the gswAgentId property.
|
java.util.List<AdhAgentState> |
getWmAgentStates()
Gets the value of the wmAgentStates property.
|
int |
getWmAgentStatesNSizeIs()
Gets the value of the wmAgentStatesNSizeIs property.
|
double |
getWmEndDateTime()
Gets the value of the wmEndDateTime property.
|
java.util.List<SchAgentState> |
getWmSchStates()
Gets the value of the wmSchStates property.
|
int |
getWmSchStatesNSizeIs()
Gets the value of the wmSchStatesNSizeIs property.
|
int |
getWmSiteId()
Gets the value of the wmSiteId property.
|
double |
getWmStartDateTime()
Gets the value of the wmStartDateTime property.
|
int |
getWmStatus()
Gets the value of the wmStatus property.
|
int |
getWmTeamId()
Gets the value of the wmTeamId property.
|
int |
hashCode() |
void |
setGswAgentId(int value)
Sets the value of the gswAgentId property.
|
void |
setWmAgentStates(java.util.List<AdhAgentState> wmAgentStates)
Sets the value of the wmAgentStates property.
|
void |
setWmAgentStatesNSizeIs(int value)
Sets the value of the wmAgentStatesNSizeIs property.
|
void |
setWmEndDateTime(double value)
Sets the value of the wmEndDateTime property.
|
void |
setWmSchStates(java.util.List<SchAgentState> wmSchStates)
Sets the value of the wmSchStates property.
|
void |
setWmSchStatesNSizeIs(int value)
Sets the value of the wmSchStatesNSizeIs property.
|
void |
setWmSiteId(int value)
Sets the value of the wmSiteId property.
|
void |
setWmStartDateTime(double value)
Sets the value of the wmStartDateTime property.
|
void |
setWmStatus(int value)
Sets the value of the wmStatus property.
|
void |
setWmTeamId(int value)
Sets the value of the wmTeamId property.
|
java.lang.String |
toString() |
AdhEvent |
withGswAgentId(int value) |
AdhEvent |
withWmAgentStates(AdhAgentState... values) |
AdhEvent |
withWmAgentStates(java.util.Collection<AdhAgentState> values) |
AdhEvent |
withWmAgentStatesNSizeIs(int value) |
AdhEvent |
withWmEndDateTime(double value) |
AdhEvent |
withWmSchStates(java.util.Collection<SchAgentState> values) |
AdhEvent |
withWmSchStates(SchAgentState... values) |
AdhEvent |
withWmSchStatesNSizeIs(int value) |
AdhEvent |
withWmSiteId(int value) |
AdhEvent |
withWmStartDateTime(double value) |
AdhEvent |
withWmStatus(int value) |
AdhEvent |
withWmTeamId(int value) |
private static final long serialVersionUID
protected int wmSiteId
CfgSite
objectprotected int wmTeamId
CfgTeam
objectprotected int gswAgentId
CfgAgent
objectprotected double wmStartDateTime
OleDateTime
protected double wmEndDateTime
OleDateTime
protected int wmAgentStatesNSizeIs
protected java.util.List<AdhAgentState> wmAgentStates
AdhAgentState
for the duration of eventprotected int wmSchStatesNSizeIs
protected java.util.List<SchAgentState> wmSchStates
SchAgentState
for the duration of eventprotected int wmStatus
EAdhEventStatus
public int getWmSiteId()
public void setWmSiteId(int value)
public int getGswAgentId()
public void setGswAgentId(int value)
public double getWmStartDateTime()
public void setWmStartDateTime(double value)
public double getWmEndDateTime()
public void setWmEndDateTime(double value)
public int getWmAgentStatesNSizeIs()
public void setWmAgentStatesNSizeIs(int value)
public java.util.List<AdhAgentState> getWmAgentStates()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set
method for the wmAgentStates property.
For example, to add a new item, do as follows:
getWmAgentStates().add(newItem);
Objects of the following type(s) are allowed in the list
AdhAgentState
public int getWmSchStatesNSizeIs()
public void setWmSchStatesNSizeIs(int value)
public java.util.List<SchAgentState> getWmSchStates()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set
method for the wmSchStates property.
For example, to add a new item, do as follows:
getWmSchStates().add(newItem);
Objects of the following type(s) are allowed in the list
SchAgentState
public int getWmStatus()
public void setWmStatus(int value)
public int getWmTeamId()
public void setWmTeamId(int value)
public AdhEvent withWmSiteId(int value)
public AdhEvent withGswAgentId(int value)
public AdhEvent withWmStartDateTime(double value)
public AdhEvent withWmEndDateTime(double value)
public AdhEvent withWmAgentStatesNSizeIs(int value)
public AdhEvent withWmAgentStates(AdhAgentState... values)
public AdhEvent withWmAgentStates(java.util.Collection<AdhAgentState> values)
public AdhEvent withWmSchStatesNSizeIs(int value)
public AdhEvent withWmSchStates(SchAgentState... values)
public AdhEvent withWmSchStates(java.util.Collection<SchAgentState> values)
public AdhEvent withWmStatus(int value)
public AdhEvent withWmTeamId(int value)
public void setWmAgentStates(java.util.List<AdhAgentState> wmAgentStates)
wmAgentStates
- allowed object is
AdhAgentState
public void setWmSchStates(java.util.List<SchAgentState> wmSchStates)
wmSchStates
- allowed object is
SchAgentState
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.