public class FrcActivityDataIndicator
extends java.lang.Object
implements java.io.Serializable
Modifier and Type | Field and Description |
---|---|
protected int |
activityId
Activity ID if Site ID is not 0, otherwise Multi-site Activity ID and buId are not 0.
|
protected boolean |
ahTexists
True if Average Handle Time data exists
|
protected int |
buId
Business Unit ID
|
protected boolean |
cSexists
True if Calculated staffing data exists
|
protected boolean |
iVexists
True if Interaction Volume data exists
|
protected boolean |
rSexists
True if Required staffing data exists
|
private static long |
serialVersionUID |
protected int |
siteId
Site ID
|
Constructor and Description |
---|
FrcActivityDataIndicator() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object that) |
int |
getActivityId()
Gets the activityId value for this FrcActivityDataIndicator.
|
int |
getBuId()
Gets the buId value for this FrcActivityDataIndicator.
|
int |
getSiteId()
Gets the siteId value for this FrcActivityDataIndicator.
|
int |
hashCode() |
boolean |
isAHTexists()
Gets the ahTexists value for this FrcActivityDataIndicator.
|
boolean |
isCSexists()
Gets the cSexists value for this FrcActivityDataIndicator.
|
boolean |
isIVexists()
Gets the iVexists value for this FrcActivityDataIndicator.
|
boolean |
isRSexists()
Gets the rSexists value for this FrcActivityDataIndicator.
|
void |
setActivityId(int activityId)
Sets the activityId value for this FrcActivityDataIndicator.
|
void |
setAHTexists(boolean ahTexists)
Sets the ahTexists value for this FrcActivityDataIndicator.
|
void |
setBuId(int buId)
Sets the buId value for this FrcActivityDataIndicator.
|
void |
setCSexists(boolean cSexists)
Sets the cSexists value for this FrcActivityDataIndicator.
|
void |
setIVexists(boolean iVexists)
Sets the iVexists value for this FrcActivityDataIndicator.
|
void |
setRSexists(boolean rSexists)
Sets the rSexists value for this FrcActivityDataIndicator.
|
void |
setSiteId(int siteId)
Sets the siteId value for this FrcActivityDataIndicator.
|
java.lang.String |
toString() |
FrcActivityDataIndicator |
withActivityId(int value) |
FrcActivityDataIndicator |
withAHTexists(boolean value) |
FrcActivityDataIndicator |
withBuId(int value) |
FrcActivityDataIndicator |
withCSexists(boolean value) |
FrcActivityDataIndicator |
withIVexists(boolean value) |
FrcActivityDataIndicator |
withRSexists(boolean value) |
FrcActivityDataIndicator |
withSiteId(int value) |
private static final long serialVersionUID
protected int siteId
protected int activityId
protected int buId
protected boolean iVexists
protected boolean ahTexists
protected boolean cSexists
protected boolean rSexists
public int getSiteId()
public void setSiteId(int siteId)
siteId
- public int getActivityId()
public void setActivityId(int activityId)
activityId
- public int getBuId()
public void setBuId(int buId)
buId
- public boolean isIVexists()
public void setIVexists(boolean iVexists)
iVexists
- public boolean isAHTexists()
public void setAHTexists(boolean ahTexists)
ahTexists
- public boolean isCSexists()
public void setCSexists(boolean cSexists)
cSexists
- public boolean isRSexists()
public void setRSexists(boolean rSexists)
rSexists
- public FrcActivityDataIndicator withActivityId(int value)
public FrcActivityDataIndicator withSiteId(int value)
public FrcActivityDataIndicator withBuId(int value)
public FrcActivityDataIndicator withAHTexists(boolean value)
public FrcActivityDataIndicator withCSexists(boolean value)
public FrcActivityDataIndicator withIVexists(boolean value)
public FrcActivityDataIndicator withRSexists(boolean value)
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.