public class FrcActivityEventsEx
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<FrcEventsEx> |
events
Forecast events array for forecast Activity
|
protected int |
eventsArraySize
Events array size
|
private static long |
serialVersionUID |
protected int |
siteId
Site ID
|
Constructor and Description |
---|
FrcActivityEventsEx() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object that) |
int |
getActivityId()
Gets the activityId value for this FrcActivityEventsEx.
|
int |
getBuId()
Gets the buId value for this FrcActivityEventsEx.
|
java.util.List<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(java.util.List<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.
|
java.lang.String |
toString() |
FrcActivityEventsEx |
withActivityId(int value) |
FrcActivityEventsEx |
withBuId(int value) |
FrcActivityEventsEx |
withEvents(java.util.Collection<FrcEventsEx> values) |
FrcActivityEventsEx |
withEvents(FrcEventsEx... values) |
FrcActivityEventsEx |
withEventsArraySize(int value) |
FrcActivityEventsEx |
withSiteId(int value) |
private static final long serialVersionUID
protected int siteId
protected int activityId
protected int buId
protected int eventsArraySize
protected java.util.List<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 java.util.List<FrcEventsEx> getEvents()
public void setEvents(java.util.List<FrcEventsEx> events)
events
- public FrcActivityEventsEx withEvents(java.util.Collection<FrcEventsEx> values)
public FrcActivityEventsEx withEvents(FrcEventsEx... values)
public FrcActivityEventsEx withEventsArraySize(int value)
public FrcActivityEventsEx withActivityId(int value)
public FrcActivityEventsEx withSiteId(int value)
public FrcActivityEventsEx 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.