public class FrcActivityOverlay
extends java.lang.Object
implements java.io.Serializable
Modifier and Type | Field and Description |
---|---|
protected int |
activityId
Activity (or Multi-site Activity) ID
|
protected int |
buId
BU ID
|
protected int |
overlayArraySize
Overlay array size
|
protected java.util.List<FrcOverlay> |
overlays
Overlays
|
private static long |
serialVersionUID |
protected int |
siteId
Site ID
|
Constructor and Description |
---|
FrcActivityOverlay() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object that) |
int |
getActivityId()
Gets the activityId value for this FrcActivityOverlay.
|
int |
getBuId()
Gets the buId value for this FrcActivityOverlay.
|
int |
getOverlayArraySize()
Gets the overlayArraySize value for this FrcActivityOverlay.
|
java.util.List<FrcOverlay> |
getOverlays()
Gets the overlays value for this FrcActivityOverlay.
|
int |
getSiteId()
Gets the siteId value for this FrcActivityOverlay.
|
int |
hashCode() |
void |
setActivityId(int activityId)
Sets the activityId value for this FrcActivityOverlay.
|
void |
setBuId(int buId)
Sets the buId value for this FrcActivityOverlay.
|
void |
setOverlayArraySize(int overlayArraySize)
Sets the overlayArraySize value for this FrcActivityOverlay.
|
void |
setOverlays(java.util.List<FrcOverlay> overlays)
Sets the overlays value for this FrcActivityOverlay.
|
void |
setSiteId(int siteId)
Sets the siteId value for this FrcActivityOverlay.
|
java.lang.String |
toString() |
FrcActivityOverlay |
withActivityId(int value) |
FrcActivityOverlay |
withBuId(int value) |
FrcActivityOverlay |
withOverlayArraySize(int value) |
FrcActivityOverlay |
withOverlays(java.util.Collection<FrcOverlay> values) |
FrcActivityOverlay |
withOverlays(FrcOverlay... values) |
FrcActivityOverlay |
withSiteId(int value) |
private static final long serialVersionUID
protected int siteId
protected int activityId
protected int buId
protected int overlayArraySize
protected java.util.List<FrcOverlay> overlays
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 getOverlayArraySize()
public void setOverlayArraySize(int overlayArraySize)
overlayArraySize
- public java.util.List<FrcOverlay> getOverlays()
public void setOverlays(java.util.List<FrcOverlay> overlays)
overlays
- public FrcActivityOverlay withOverlays(java.util.Collection<FrcOverlay> values)
public FrcActivityOverlay withOverlays(FrcOverlay... values)
public FrcActivityOverlay withOverlayArraySize(int value)
public FrcActivityOverlay withActivityId(int value)
public FrcActivityOverlay withSiteId(int value)
public FrcActivityOverlay 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.