public class FrcActivityEventsEx
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 |
private int |
buId |
private FrcEventsEx[] |
events |
private int |
eventsArraySize |
private int |
siteId |
Constructor and Description |
---|
FrcActivityEventsEx() |
FrcActivityEventsEx(int siteId,
int activityId,
int buId,
int eventsArraySize,
FrcEventsEx[] events) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object obj) |
int |
getActivityId()
Gets the activityId value for this FrcActivityEventsEx.
|
int |
getBuId()
Gets the buId value for this FrcActivityEventsEx.
|
FrcEventsEx[] |
getEvents()
Gets the events value for this FrcActivityEventsEx.
|
int |
getEventsArraySize()
Gets the eventsArraySize value for this FrcActivityEventsEx.
|
int |
getSiteId()
Gets the siteId value for this FrcActivityEventsEx.
|
int |
hashCode() |
void |
setActivityId(int activityId)
Sets the activityId value for this FrcActivityEventsEx.
|
void |
setBuId(int buId)
Sets the buId value for this FrcActivityEventsEx.
|
void |
setEvents(FrcEventsEx[] events)
Sets the events value for this FrcActivityEventsEx.
|
void |
setEventsArraySize(int eventsArraySize)
Sets the eventsArraySize value for this FrcActivityEventsEx.
|
void |
setSiteId(int siteId)
Sets the siteId value for this FrcActivityEventsEx.
|
private int siteId
private int activityId
private int buId
private int eventsArraySize
private FrcEventsEx[] events
private java.lang.Object __equalsCalc
private boolean __hashCodeCalc
public FrcActivityEventsEx()
public FrcActivityEventsEx(int siteId, int activityId, int buId, int eventsArraySize, FrcEventsEx[] 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 FrcEventsEx[] getEvents()
public void setEvents(FrcEventsEx[] 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.