public class SiteScheduleParams
extends java.lang.Object
implements java.io.Serializable
Modifier and Type | Field and Description |
---|---|
protected boolean |
grantAllPreferences
True if 100% of preferences should be granted by calendar.
|
private static long |
serialVersionUID |
protected int |
siteID
ID of the site.
|
Constructor and Description |
---|
SiteScheduleParams() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object that) |
int |
getSiteID()
Gets the value of the siteID property.
|
int |
hashCode() |
boolean |
isGrantAllPreferences()
Gets the value of the grantAllPreferences property.
|
void |
setGrantAllPreferences(boolean grantAllPreferences)
Sets the value of the grantAllPreferences property.
|
void |
setSiteID(int siteID)
Sets the value of the siteID property.
|
java.lang.String |
toString() |
SiteScheduleParams |
withGrantAllPreferences(boolean value) |
SiteScheduleParams |
withSiteID(int value) |
private static final long serialVersionUID
protected int siteID
protected boolean grantAllPreferences
public int getSiteID()
public void setSiteID(int siteID)
public SiteScheduleParams withSiteID(int value)
public boolean isGrantAllPreferences()
public void setGrantAllPreferences(boolean grantAllPreferences)
public SiteScheduleParams withGrantAllPreferences(boolean 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.