public class CfgAgentActivity
extends java.lang.Object
implements java.io.Serializable
| Modifier and Type | Field and Description |
|---|---|
private static long |
serialVersionUID |
protected int |
wmActivityId
Activity identifier
CfgActivity object |
protected double |
wmEffectiveDate
Activity effective date (
OleDateTime) |
protected int |
wmType
Agent Activity Type
ECfgAgentActivityType |
| Constructor and Description |
|---|
CfgAgentActivity() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object that) |
int |
getWmActivityId()
Gets the value of the wmActivityId property.
|
double |
getWmEffectiveDate()
Gets the value of the wmEffectiveDate property.
|
int |
getWmType()
Gets the value of the wmType property.
|
int |
hashCode() |
void |
setWmActivityId(int value)
Sets the value of the wmActivityId property.
|
void |
setWmEffectiveDate(double value)
Sets the value of the wmEffectiveDate property.
|
void |
setWmType(int value)
Sets the value of the wmType property.
|
java.lang.String |
toString() |
CfgAgentActivity |
withWmActivityId(int value) |
CfgAgentActivity |
withWmEffectiveDate(double value) |
CfgAgentActivity |
withWmType(int value) |
private static final long serialVersionUID
protected int wmActivityId
CfgActivity objectprotected int wmType
ECfgAgentActivityTypeprotected double wmEffectiveDate
OleDateTime)public int getWmActivityId()
public void setWmActivityId(int value)
public int getWmType()
public void setWmType(int value)
public double getWmEffectiveDate()
public void setWmEffectiveDate(double value)
public CfgAgentActivity withWmActivityId(int value)
public CfgAgentActivity withWmType(int value)
public CfgAgentActivity withWmEffectiveDate(double value)
public java.lang.String toString()
toString in class java.lang.Objectpublic boolean equals(java.lang.Object that)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.ObjectCopyright © 2005-2016 Genesys Telecommunications Labs, Inc. All Rights Reserved.