public class AdhDayEvent
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 int |
wmActualWorkDuration
Total actual work duration for the day in seconds
|
protected double |
wmAdherencePerc
A percentage of adherent state time of the day.
|
protected double |
wmConformancePerc
A percentage of conformance of the day.
|
protected double |
wmDate
Calendar date designating day.
|
protected java.util.List<AdhEvent> |
wmEvents
An array of Adherence Events (
AdhEvent ) that have occured on this day. |
protected int |
wmEventsNSizeIs
Number of elements in wmEvents array
|
protected int |
wmNonAdherenceDuration
Total non-adherence state duration for the day in seconds.
|
protected int |
wmOutOfScheduleNonAdherenceDuration
Total out-of-schedule non-adherence state duration for the day in seconds.
|
protected int |
wmScheduleDuration
Total schedule duration for the day in seconds.
|
protected int |
wmSiteId
Site ID, identifies
CfgSite object |
Constructor and Description |
---|
AdhDayEvent() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object that) |
int |
getGswAgentId()
Gets the value of the gswAgentId property.
|
int |
getWmActualWorkDuration()
Gets the value of the wmActualWorkDuration property.
|
double |
getWmAdherencePerc()
Gets the value of the wmAdherencePerc property.
|
double |
getWmConformancePerc()
Gets the value of the wmConformancePerc property.
|
double |
getWmDate()
Gets the value of the wmDate property.
|
java.util.List<AdhEvent> |
getWmEvents()
Gets the value of the wmEvents property.
|
int |
getWmEventsNSizeIs()
Gets the value of the wmEventsNSizeIs property.
|
int |
getWmNonAdherenceDuration()
Gets the value of the wmNonAdherenceDuration property.
|
int |
getWmOutOfScheduleNonAdherenceDuration()
Gets the value of the wmOutOfScheduleNonAdherenceDuration property.
|
int |
getWmScheduleDuration()
Gets the value of the wmScheduleDuration property.
|
int |
getWmSiteId()
Gets the value of the wmSiteId property.
|
int |
hashCode() |
void |
setGswAgentId(int value)
Sets the value of the gswAgentId property.
|
void |
setWmActualWorkDuration(int value)
Sets the value of the wmActualWorkDuration property.
|
void |
setWmAdherencePerc(double value)
Sets the value of the wmAdherencePerc property.
|
void |
setWmConformancePerc(double value)
Sets the value of the wmConformancePerc property.
|
void |
setWmDate(double value)
Sets the value of the wmDate property.
|
void |
setWmEvents(java.util.List<AdhEvent> wmEvents)
Sets the value of the wmEvents property.
|
void |
setWmEventsNSizeIs(int value)
Sets the value of the wmEventsNSizeIs property.
|
void |
setWmNonAdherenceDuration(int value)
Sets the value of the wmNonAdherenceDuration property.
|
void |
setWmOutOfScheduleNonAdherenceDuration(int value)
Sets the value of the wmOutOfScheduleNonAdherenceDuration property.
|
void |
setWmScheduleDuration(int value)
Sets the value of the wmScheduleDuration property.
|
void |
setWmSiteId(int value)
Sets the value of the wmSiteId property.
|
java.lang.String |
toString() |
AdhDayEvent |
withGswAgentId(int value) |
AdhDayEvent |
withWmActualWorkDuration(int value) |
AdhDayEvent |
withWmAdherencePerc(double value) |
AdhDayEvent |
withWmConformancePerc(double value) |
AdhDayEvent |
withWmDate(double value) |
AdhDayEvent |
withWmEvents(AdhEvent... values) |
AdhDayEvent |
withWmEvents(java.util.Collection<AdhEvent> values) |
AdhDayEvent |
withWmEventsNSizeIs(int value) |
AdhDayEvent |
withWmNonAdherenceDuration(int value) |
AdhDayEvent |
withWmOutOfScheduleNonAdherenceDuration(int value) |
AdhDayEvent |
withWmScheduleDuration(int value) |
AdhDayEvent |
withWmSiteId(int value) |
private static final long serialVersionUID
protected int wmSiteId
CfgSite
objectprotected int gswAgentId
CfgAgent
objectprotected double wmDate
OleDateTime
protected int wmEventsNSizeIs
protected java.util.List<AdhEvent> wmEvents
AdhEvent
) that have occured on this day.protected int wmNonAdherenceDuration
protected int wmOutOfScheduleNonAdherenceDuration
protected int wmScheduleDuration
protected double wmAdherencePerc
protected int wmActualWorkDuration
protected double wmConformancePerc
public int getWmSiteId()
public void setWmSiteId(int value)
public int getGswAgentId()
public void setGswAgentId(int value)
public double getWmDate()
public void setWmDate(double value)
public int getWmEventsNSizeIs()
public void setWmEventsNSizeIs(int value)
public java.util.List<AdhEvent> getWmEvents()
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 wmEvents property.
For example, to add a new item, do as follows:
getWmEvents().add(newItem);
Objects of the following type(s) are allowed in the list
AdhEvent
public int getWmNonAdherenceDuration()
public void setWmNonAdherenceDuration(int value)
public int getWmOutOfScheduleNonAdherenceDuration()
public void setWmOutOfScheduleNonAdherenceDuration(int value)
public int getWmScheduleDuration()
public void setWmScheduleDuration(int value)
public double getWmAdherencePerc()
public void setWmAdherencePerc(double value)
public int getWmActualWorkDuration()
public void setWmActualWorkDuration(int value)
public double getWmConformancePerc()
public void setWmConformancePerc(double value)
public AdhDayEvent withWmSiteId(int value)
public AdhDayEvent withGswAgentId(int value)
public AdhDayEvent withWmDate(double value)
public AdhDayEvent withWmEventsNSizeIs(int value)
public AdhDayEvent withWmEvents(AdhEvent... values)
public AdhDayEvent withWmEvents(java.util.Collection<AdhEvent> values)
public AdhDayEvent withWmNonAdherenceDuration(int value)
public AdhDayEvent withWmOutOfScheduleNonAdherenceDuration(int value)
public AdhDayEvent withWmScheduleDuration(int value)
public AdhDayEvent withWmAdherencePerc(double value)
public AdhDayEvent withWmActualWorkDuration(int value)
public AdhDayEvent withWmConformancePerc(double value)
public void setWmEvents(java.util.List<AdhEvent> wmEvents)
wmEvents
- allowed object is
AdhEvent
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.