public class ScheduledStateGroup
extends java.lang.Object
implements java.io.Serializable
| Modifier and Type | Field and Description |
|---|---|
protected java.lang.String |
channelName
Scheduled state group channel name.
|
protected int |
hasChannelName
Scheduled state group channel name presence indicator
|
protected int |
id
ID of this scheduled state group
|
protected java.lang.String |
name
Scheduled state group name
|
private static long |
serialVersionUID |
protected int |
siteID
Site ID of this scheduled state group
|
| Constructor and Description |
|---|
ScheduledStateGroup() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object that) |
java.lang.String |
getChannelName()
Gets the value of the channelName property.
|
int |
getHasChannelName()
Gets the value of the hasChannelName property.
|
int |
getId()
Gets the value of the id property.
|
java.lang.String |
getName()
Gets the value of the name property.
|
int |
getSiteID()
Gets the value of the siteID property.
|
int |
hashCode() |
void |
setChannelName(java.lang.String value)
Sets the value of the channelName property.
|
void |
setHasChannelName(int value)
Sets the value of the hasChannelName property.
|
void |
setId(int value)
Sets the value of the id property.
|
void |
setName(java.lang.String value)
Sets the value of the name property.
|
void |
setSiteID(int value)
Sets the value of the siteID property.
|
java.lang.String |
toString() |
ScheduledStateGroup |
withChannelName(java.lang.String value) |
ScheduledStateGroup |
withHasChannelName(int value) |
ScheduledStateGroup |
withId(int value) |
ScheduledStateGroup |
withName(java.lang.String value) |
ScheduledStateGroup |
withSiteID(int value) |
private static final long serialVersionUID
protected int siteID
protected int id
protected java.lang.String name
protected int hasChannelName
protected java.lang.String channelName
public int getSiteID()
public void setSiteID(int value)
public int getId()
public void setId(int value)
public java.lang.String getName()
Stringpublic void setName(java.lang.String value)
value - allowed object is
Stringpublic int getHasChannelName()
intpublic void setHasChannelName(int value)
value - allowed object is intpublic java.lang.String getChannelName()
Stringpublic void setChannelName(java.lang.String value)
value - allowed object is
Stringpublic ScheduledStateGroup withSiteID(int value)
public ScheduledStateGroup withId(int value)
public ScheduledStateGroup withName(java.lang.String value)
public ScheduledStateGroup withChannelName(java.lang.String value)
public ScheduledStateGroup withHasChannelName(int value)
public java.lang.String toString()
toString in class java.lang.Objectpublic boolean equals(java.lang.Object that)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.ObjectCopyright © 2005-2016 Genesys Telecommunications Labs, Inc. All Rights Reserved.