public class AllStates
extends java.lang.Object
implements java.io.Serializable
Modifier and Type | Field and Description |
---|---|
protected java.util.List<NameID> |
genesysStates |
protected int |
genesysStatesSize |
protected java.util.List<ScheduledStateGroup> |
scheduledStateGroups |
protected int |
scheduledStateGroupsSize |
protected java.util.List<ScheduleState> |
scheduledStates |
protected int |
scheduledStatesSize |
private static long |
serialVersionUID |
protected java.util.List<NameID> |
siteNames |
protected int |
siteNamesSize |
Constructor and Description |
---|
AllStates() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object that) |
java.util.List<NameID> |
getGenesysStates()
Gets the value of the genesysStates property.
|
int |
getGenesysStatesSize()
Gets the value of the genesysStatesSize property.
|
java.util.List<ScheduledStateGroup> |
getScheduledStateGroups()
Gets the value of the scheduledStateGroups property.
|
int |
getScheduledStateGroupsSize()
Gets the value of the scheduledStateGroupsSize property.
|
java.util.List<ScheduleState> |
getScheduledStates()
Gets the value of the scheduledStates property.
|
int |
getScheduledStatesSize()
Gets the value of the scheduledStatesSize property.
|
java.util.List<NameID> |
getSiteNames()
Gets the value of the siteNames property.
|
int |
getSiteNamesSize()
Gets the value of the siteNamesSize property.
|
int |
hashCode() |
void |
setGenesysStates(java.util.List<NameID> genesysStates)
Sets the value of the genesysStates property.
|
void |
setGenesysStatesSize(int value)
Sets the value of the genesysStatesSize property.
|
void |
setScheduledStateGroups(java.util.List<ScheduledStateGroup> scheduledStateGroups)
Sets the value of the scheduledStateGroups property.
|
void |
setScheduledStateGroupsSize(int value)
Sets the value of the scheduledStateGroupsSize property.
|
void |
setScheduledStates(java.util.List<ScheduleState> scheduledStates)
Sets the value of the scheduledStates property.
|
void |
setScheduledStatesSize(int value)
Sets the value of the scheduledStatesSize property.
|
void |
setSiteNames(java.util.List<NameID> siteNames)
Sets the value of the siteNames property.
|
void |
setSiteNamesSize(int value)
Sets the value of the siteNamesSize property.
|
java.lang.String |
toString() |
AllStates |
withGenesysStates(java.util.Collection<NameID> values) |
AllStates |
withGenesysStates(NameID... values) |
AllStates |
withGenesysStatesSize(int value) |
AllStates |
withScheduledStateGroups(java.util.Collection<ScheduledStateGroup> values) |
AllStates |
withScheduledStateGroups(ScheduledStateGroup... values) |
AllStates |
withScheduledStateGroupsSize(int value) |
AllStates |
withScheduledStates(java.util.Collection<ScheduleState> values) |
AllStates |
withScheduledStates(ScheduleState... values) |
AllStates |
withScheduledStatesSize(int value) |
AllStates |
withSiteNames(java.util.Collection<NameID> values) |
AllStates |
withSiteNames(NameID... values) |
AllStates |
withSiteNamesSize(int value) |
private static final long serialVersionUID
protected int siteNamesSize
protected java.util.List<NameID> siteNames
protected int genesysStatesSize
protected java.util.List<NameID> genesysStates
protected int scheduledStateGroupsSize
protected java.util.List<ScheduledStateGroup> scheduledStateGroups
protected int scheduledStatesSize
protected java.util.List<ScheduleState> scheduledStates
public int getSiteNamesSize()
public void setSiteNamesSize(int value)
public java.util.List<NameID> getSiteNames()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set
method for the siteNames property.
For example, to add a new item, do as follows:
getSiteNames().add(newItem);
Objects of the following type(s) are allowed in the list
NameID
public int getGenesysStatesSize()
public void setGenesysStatesSize(int value)
public java.util.List<NameID> getGenesysStates()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set
method for the genesysStates property.
For example, to add a new item, do as follows:
getGenesysStates().add(newItem);
Objects of the following type(s) are allowed in the list
NameID
public int getScheduledStateGroupsSize()
public void setScheduledStateGroupsSize(int value)
public java.util.List<ScheduledStateGroup> getScheduledStateGroups()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set
method for the scheduledStateGroups property.
For example, to add a new item, do as follows:
getScheduledStateGroups().add(newItem);
Objects of the following type(s) are allowed in the list
ScheduledStateGroup
public int getScheduledStatesSize()
public void setScheduledStatesSize(int value)
public java.util.List<ScheduleState> getScheduledStates()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set
method for the scheduledStates property.
For example, to add a new item, do as follows:
getScheduledStates().add(newItem);
Objects of the following type(s) are allowed in the list
ScheduleState
public AllStates withSiteNamesSize(int value)
public AllStates withGenesysStatesSize(int value)
public AllStates withScheduledStateGroupsSize(int value)
public AllStates withScheduledStateGroups(ScheduledStateGroup... values)
public AllStates withScheduledStateGroups(java.util.Collection<ScheduledStateGroup> values)
public AllStates withScheduledStatesSize(int value)
public AllStates withScheduledStates(ScheduleState... values)
public AllStates withScheduledStates(java.util.Collection<ScheduleState> values)
public void setSiteNames(java.util.List<NameID> siteNames)
siteNames
- allowed object is
NameID
public void setGenesysStates(java.util.List<NameID> genesysStates)
genesysStates
- allowed object is
NameID
public void setScheduledStateGroups(java.util.List<ScheduledStateGroup> scheduledStateGroups)
scheduledStateGroups
- allowed object is
ScheduledStateGroup
public void setScheduledStates(java.util.List<ScheduleState> scheduledStates)
scheduledStates
- allowed object is
ScheduleState
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.