public class SchStateDetails
extends java.lang.Object
implements java.io.Serializable
SchAgentState
Modifier and Type | Field and Description |
---|---|
protected boolean |
provideStateInfo
Provide schedule state descriptive information or not
|
protected boolean |
provideTeamHistory
Tells whether to use agent's Team History when returning the schedule or simply return current agent's Team ID
|
private static long |
serialVersionUID |
protected int |
stateLayout
State layout
ESchStateLayout |
Constructor and Description |
---|
SchStateDetails() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object that) |
int |
getStateLayout()
Gets the value of the stateLayout property.
|
int |
hashCode() |
boolean |
isProvideStateInfo()
Gets the value of the provideStateInfo property.
|
boolean |
isProvideTeamHistory()
Gets the value of the provideTeamHistory property.
|
void |
setProvideStateInfo(boolean value)
Sets the value of the provideStateInfo property.
|
void |
setProvideTeamHistory(boolean value)
Sets the value of the provideTeamHistory property.
|
void |
setStateLayout(int value)
Sets the value of the stateLayout property.
|
java.lang.String |
toString() |
SchStateDetails |
withProvideStateInfo(boolean value) |
SchStateDetails |
withProvideTeamHistory(boolean value) |
SchStateDetails |
withStateLayout(int value) |
private static final long serialVersionUID
protected int stateLayout
ESchStateLayout
protected boolean provideStateInfo
protected boolean provideTeamHistory
public int getStateLayout()
public void setStateLayout(int value)
public boolean isProvideStateInfo()
public void setProvideStateInfo(boolean value)
public boolean isProvideTeamHistory()
public void setProvideTeamHistory(boolean value)
public SchStateDetails withStateLayout(int value)
public SchStateDetails withProvideStateInfo(boolean value)
public SchStateDetails withProvideTeamHistory(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.