public class ScheduleState
extends java.lang.Object
implements java.io.Serializable
Modifier and Type | Field and Description |
---|---|
protected int |
id
Scheduled state ID.
|
protected java.lang.String |
name
Name of the scheduled state.
|
private static long |
serialVersionUID |
protected int |
siteID
Site ID of this scheduled state
|
protected int |
stateGroupID
ID of the scheduled state group of the scheduled state.
|
protected int |
type
Type of the scheduled state.
|
Constructor and Description |
---|
ScheduleState() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object that) |
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 |
getStateGroupID()
Gets the value of the stateGroupID property.
|
int |
getType()
Gets the value of the type property.
|
int |
hashCode() |
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.
|
void |
setStateGroupID(int value)
Sets the value of the stateGroupID property.
|
void |
setType(int value)
Sets the value of the type property.
|
java.lang.String |
toString() |
ScheduleState |
withId(int value) |
ScheduleState |
withName(java.lang.String value) |
ScheduleState |
withSiteID(int value) |
ScheduleState |
withStateGroupID(int value) |
ScheduleState |
withType(int value) |
private static final long serialVersionUID
protected int siteID
protected int type
protected int id
protected java.lang.String name
protected int stateGroupID
public int getSiteID()
public void setSiteID(int value)
public int getType()
public void setType(int value)
public int getId()
public void setId(int value)
public java.lang.String getName()
String
public void setName(java.lang.String value)
value
- allowed object is
String
public int getStateGroupID()
public void setStateGroupID(int value)
public ScheduleState withSiteID(int value)
public ScheduleState withType(int value)
public ScheduleState withId(int value)
public ScheduleState withName(java.lang.String value)
public ScheduleState withStateGroupID(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.