public class FrcActivityEvents
extends java.lang.Object
implements java.io.Serializable
Modifier and Type | Field and Description |
---|---|
private java.lang.Object |
__equalsCalc |
private boolean |
__hashCodeCalc |
private int |
activityId
Activity ID if Site ID is not 0, otherwise Multi-site Activity ID and buId are not 0.
|
private int |
buId
Business Unit ID
|
private FrcEvents[] |
events
Configured factor events array associated with the Activity
|
private int |
eventsArraySize
Event array size
|
private int |
siteId
Site ID
|
Constructor and Description |
---|
FrcActivityEvents() |
FrcActivityEvents(int siteId,
int activityId,
int buId,
int eventsArraySize,
FrcEvents[] events) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object obj) |
int |
getActivityId()
Gets the activityId value for this FrcActivityEvents.
|
int |
getBuId()
Gets the buId value for this FrcActivityEvents.
|
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(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.
|
private int siteId
private int activityId
private int buId
private int eventsArraySize
private FrcEvents[] events
private java.lang.Object __equalsCalc
private boolean __hashCodeCalc
public FrcActivityEvents()
public FrcActivityEvents(int siteId, int activityId, int buId, int eventsArraySize, 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 FrcEvents[] getEvents()
public void setEvents(FrcEvents[] events)
events
- public boolean equals(java.lang.Object obj)
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.