public class AllStatesStruct
extends java.lang.Object
implements java.io.Serializable
Modifier and Type | Field and Description |
---|---|
protected java.util.List<NameIDStruct> |
genesysStates |
protected int |
genesysStatesSize |
protected java.util.List<NameIDStruct> |
scheduledStateGroups |
protected int |
scheduledStateGroupsSize |
protected java.util.List<ScheduleStateStruct> |
scheduledStates |
protected int |
scheduledStatesSize |
private static long |
serialVersionUID |
protected java.util.List<NameIDStruct> |
siteNames |
protected int |
siteNamesSize |
Constructor and Description |
---|
AllStatesStruct() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object that) |
java.util.List<NameIDStruct> |
getGenesysStates()
Gets the value of the genesysStates property.
|
int |
getGenesysStatesSize()
Gets the value of the genesysStatesSize property.
|
java.util.List<NameIDStruct> |
getScheduledStateGroups()
Gets the value of the scheduledStateGroups property.
|
int |
getScheduledStateGroupsSize()
Gets the value of the scheduledStateGroupsSize property.
|
java.util.List<ScheduleStateStruct> |
getScheduledStates()
Gets the value of the scheduledStates property.
|
int |
getScheduledStatesSize()
Gets the value of the scheduledStatesSize property.
|
java.util.List<NameIDStruct> |
getSiteNames()
Gets the value of the siteNames property.
|
int |
getSiteNamesSize()
Gets the value of the siteNamesSize property.
|
int |
hashCode() |
void |
setGenesysStates(java.util.List<NameIDStruct> genesysStates)
Sets the value of the genesysStates property.
|
void |
setGenesysStatesSize(int value)
Sets the value of the genesysStatesSize property.
|
void |
setScheduledStateGroups(java.util.List<NameIDStruct> scheduledStateGroups)
Sets the value of the scheduledStateGroups property.
|
void |
setScheduledStateGroupsSize(int value)
Sets the value of the scheduledStateGroupsSize property.
|
void |
setScheduledStates(java.util.List<ScheduleStateStruct> scheduledStates)
Sets the value of the scheduledStates property.
|
void |
setScheduledStatesSize(int value)
Sets the value of the scheduledStatesSize property.
|
void |
setSiteNames(java.util.List<NameIDStruct> siteNames)
Sets the value of the siteNames property.
|
void |
setSiteNamesSize(int value)
Sets the value of the siteNamesSize property.
|
java.lang.String |
toString() |
AllStatesStruct |
withGenesysStates(java.util.Collection<NameIDStruct> values) |
AllStatesStruct |
withGenesysStates(NameIDStruct... values) |
AllStatesStruct |
withGenesysStatesSize(int value) |
AllStatesStruct |
withScheduledStateGroups(java.util.Collection<NameIDStruct> values) |
AllStatesStruct |
withScheduledStateGroups(NameIDStruct... values) |
AllStatesStruct |
withScheduledStateGroupsSize(int value) |
AllStatesStruct |
withScheduledStates(java.util.Collection<ScheduleStateStruct> values) |
AllStatesStruct |
withScheduledStates(ScheduleStateStruct... values) |
AllStatesStruct |
withScheduledStatesSize(int value) |
AllStatesStruct |
withSiteNames(java.util.Collection<NameIDStruct> values) |
AllStatesStruct |
withSiteNames(NameIDStruct... values) |
AllStatesStruct |
withSiteNamesSize(int value) |
private static final long serialVersionUID
protected int siteNamesSize
protected java.util.List<NameIDStruct> siteNames
protected int genesysStatesSize
protected java.util.List<NameIDStruct> genesysStates
protected int scheduledStateGroupsSize
protected java.util.List<NameIDStruct> scheduledStateGroups
protected int scheduledStatesSize
protected java.util.List<ScheduleStateStruct> scheduledStates
public int getSiteNamesSize()
public void setSiteNamesSize(int value)
public java.util.List<NameIDStruct> 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
NameIDStruct
public int getGenesysStatesSize()
public void setGenesysStatesSize(int value)
public java.util.List<NameIDStruct> 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
NameIDStruct
public int getScheduledStateGroupsSize()
public void setScheduledStateGroupsSize(int value)
public java.util.List<NameIDStruct> 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
NameIDStruct
public int getScheduledStatesSize()
public void setScheduledStatesSize(int value)
public java.util.List<ScheduleStateStruct> 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
ScheduleStateStruct
public AllStatesStruct withSiteNamesSize(int value)
public AllStatesStruct withSiteNames(NameIDStruct... values)
public AllStatesStruct withSiteNames(java.util.Collection<NameIDStruct> values)
public AllStatesStruct withGenesysStatesSize(int value)
public AllStatesStruct withGenesysStates(NameIDStruct... values)
public AllStatesStruct withGenesysStates(java.util.Collection<NameIDStruct> values)
public AllStatesStruct withScheduledStateGroupsSize(int value)
public AllStatesStruct withScheduledStateGroups(NameIDStruct... values)
public AllStatesStruct withScheduledStateGroups(java.util.Collection<NameIDStruct> values)
public AllStatesStruct withScheduledStatesSize(int value)
public AllStatesStruct withScheduledStates(ScheduleStateStruct... values)
public AllStatesStruct withScheduledStates(java.util.Collection<ScheduleStateStruct> values)
public void setSiteNames(java.util.List<NameIDStruct> siteNames)
siteNames
- allowed object is
NameIDStruct
public void setGenesysStates(java.util.List<NameIDStruct> genesysStates)
genesysStates
- allowed object is
NameIDStruct
public void setScheduledStateGroups(java.util.List<NameIDStruct> scheduledStateGroups)
scheduledStateGroups
- allowed object is
NameIDStruct
public void setScheduledStates(java.util.List<ScheduleStateStruct> scheduledStates)
scheduledStates
- allowed object is
ScheduleStateStruct
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.