public class FrcActivityEvents
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 int |
buId
Business Unit ID
|
protected java.util.List<FrcEvents> |
events
Configured factor events array associated with the Activity
|
protected int |
eventsArraySize
Event array size
|
private static long |
serialVersionUID |
protected int |
siteId
Site ID
|
Constructor and Description |
---|
FrcActivityEvents() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object that) |
int |
getActivityId()
Gets the activityId value for this FrcActivityEvents.
|
int |
getBuId()
Gets the buId value for this FrcActivityEvents.
|
java.util.List<FrcEvents> |
getEvents()
Gets the events value for this FrcActivityEvents.
|
int |
getEventsArraySize()
Gets the eventsArraySize value for this FrcActivityEvents.
|
int |
getSiteId()
Gets the siteId value for this FrcActivityEvents.
|
int |
hashCode() |
void |
setActivityId(int activityId)
Sets the activityId value for this FrcActivityEvents.
|
void |
setBuId(int buId)
Sets the buId value for this FrcActivityEvents.
|
void |
setEvents(java.util.List<FrcEvents> events)
Sets the events value for this FrcActivityEvents.
|
void |
setEventsArraySize(int eventsArraySize)
Sets the eventsArraySize value for this FrcActivityEvents.
|
void |
setSiteId(int siteId)
Sets the siteId value for this FrcActivityEvents.
|
java.lang.String |
toString() |
FrcActivityEvents |
withActivityId(int value) |
FrcActivityEvents |
withBuId(int value) |
FrcActivityEvents |
withEvents(java.util.Collection<FrcEvents> values) |
FrcActivityEvents |
withEvents(FrcEvents... values) |
FrcActivityEvents |
withEventsArraySize(int value) |
FrcActivityEvents |
withSiteId(int value) |
private static final long serialVersionUID
protected int siteId
protected int activityId
protected int buId
protected int eventsArraySize
protected java.util.List<FrcEvents> events
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 int getEventsArraySize()
public void setEventsArraySize(int eventsArraySize)
eventsArraySize
- public java.util.List<FrcEvents> getEvents()
public void setEvents(java.util.List<FrcEvents> events)
events
- public FrcActivityEvents withEvents(java.util.Collection<FrcEvents> values)
public FrcActivityEvents withEvents(FrcEvents... values)
public FrcActivityEvents withEventsArraySize(int value)
public FrcActivityEvents withActivityId(int value)
public FrcActivityEvents withSiteId(int value)
public FrcActivityEvents withBuId(int 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.