public class FrcActivityPercentageParameters
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
|
private static long |
serialVersionUID |
protected int |
siteID
Site ID
|
protected double |
splitPercentage
Percentage value
|
protected int |
templateID
Template (split percentage) ID
|
Constructor and Description |
---|
FrcActivityPercentageParameters() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object that) |
int |
getActivityID()
Gets the value of the activityID property.
|
int |
getBuID()
Gets the value of the buID property.
|
int |
getSiteID()
Gets the value of the siteID property.
|
double |
getSplitPercentage()
Gets the value of the splitPercentage property.
|
int |
getTemplateID()
Gets the value of the templateID property.
|
int |
hashCode() |
void |
setActivityID(int value)
Sets the value of the activityID property.
|
void |
setBuID(int value)
Sets the value of the buID property.
|
void |
setSiteID(int value)
Sets the value of the siteID property.
|
void |
setSplitPercentage(double value)
Sets the value of the splitPercentage property.
|
void |
setTemplateID(int value)
Sets the value of the templateID property.
|
java.lang.String |
toString() |
FrcActivityPercentageParameters |
withActivityID(int value) |
FrcActivityPercentageParameters |
withBuID(int value) |
FrcActivityPercentageParameters |
withSiteID(int value) |
FrcActivityPercentageParameters |
withSplitPercentage(double value) |
FrcActivityPercentageParameters |
withTemplateID(int value) |
private static final long serialVersionUID
protected int siteID
protected int activityID
protected int buID
protected double splitPercentage
protected int templateID
public int getSiteID()
public void setSiteID(int value)
public int getActivityID()
public void setActivityID(int value)
public int getBuID()
public void setBuID(int value)
public double getSplitPercentage()
public void setSplitPercentage(double value)
public int getTemplateID()
public void setTemplateID(int value)
public FrcActivityPercentageParameters withActivityID(int value)
public FrcActivityPercentageParameters withBuID(int value)
public FrcActivityPercentageParameters withSiteID(int value)
public FrcActivityPercentageParameters withTemplateID(int value)
public FrcActivityPercentageParameters withSplitPercentage(double 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.