public class AllStatesStruct
extends java.lang.Object
implements java.io.Serializable
Modifier and Type | Field and Description |
---|---|
private java.lang.Object |
__equalsCalc |
private boolean |
__hashCodeCalc |
private NameIDStruct[] |
genesysStates |
private int |
genesysStatesSize |
private NameIDStruct[] |
scheduledStateGroups |
private int |
scheduledStateGroupsSize |
private ScheduleStateStruct[] |
scheduledStates |
private int |
scheduledStatesSize |
private NameIDStruct[] |
siteNames |
private int |
siteNamesSize |
Constructor and Description |
---|
AllStatesStruct() |
AllStatesStruct(int siteNamesSize,
NameIDStruct[] siteNames,
int genesysStatesSize,
NameIDStruct[] genesysStates,
int scheduledStateGroupsSize,
NameIDStruct[] scheduledStateGroups,
int scheduledStatesSize,
ScheduleStateStruct[] scheduledStates) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object obj) |
NameIDStruct[] |
getGenesysStates()
Gets the genesysStates value for this AllStatesStruct.
|
int |
getGenesysStatesSize()
Gets the genesysStatesSize value for this AllStatesStruct.
|
NameIDStruct[] |
getScheduledStateGroups()
Gets the scheduledStateGroups value for this AllStatesStruct.
|
int |
getScheduledStateGroupsSize()
Gets the scheduledStateGroupsSize value for this AllStatesStruct.
|
ScheduleStateStruct[] |
getScheduledStates()
Gets the scheduledStates value for this AllStatesStruct.
|
int |
getScheduledStatesSize()
Gets the scheduledStatesSize value for this AllStatesStruct.
|
NameIDStruct[] |
getSiteNames()
Gets the siteNames value for this AllStatesStruct.
|
int |
getSiteNamesSize()
Gets the siteNamesSize value for this AllStatesStruct.
|
int |
hashCode() |
void |
setGenesysStates(NameIDStruct[] genesysStates)
Sets the genesysStates value for this AllStatesStruct.
|
void |
setGenesysStatesSize(int genesysStatesSize)
Sets the genesysStatesSize value for this AllStatesStruct.
|
void |
setScheduledStateGroups(NameIDStruct[] scheduledStateGroups)
Sets the scheduledStateGroups value for this AllStatesStruct.
|
void |
setScheduledStateGroupsSize(int scheduledStateGroupsSize)
Sets the scheduledStateGroupsSize value for this AllStatesStruct.
|
void |
setScheduledStates(ScheduleStateStruct[] scheduledStates)
Sets the scheduledStates value for this AllStatesStruct.
|
void |
setScheduledStatesSize(int scheduledStatesSize)
Sets the scheduledStatesSize value for this AllStatesStruct.
|
void |
setSiteNames(NameIDStruct[] siteNames)
Sets the siteNames value for this AllStatesStruct.
|
void |
setSiteNamesSize(int siteNamesSize)
Sets the siteNamesSize value for this AllStatesStruct.
|
private int siteNamesSize
private NameIDStruct[] siteNames
private int genesysStatesSize
private NameIDStruct[] genesysStates
private int scheduledStateGroupsSize
private NameIDStruct[] scheduledStateGroups
private int scheduledStatesSize
private ScheduleStateStruct[] scheduledStates
private java.lang.Object __equalsCalc
private boolean __hashCodeCalc
public AllStatesStruct()
public AllStatesStruct(int siteNamesSize, NameIDStruct[] siteNames, int genesysStatesSize, NameIDStruct[] genesysStates, int scheduledStateGroupsSize, NameIDStruct[] scheduledStateGroups, int scheduledStatesSize, ScheduleStateStruct[] scheduledStates)
public int getSiteNamesSize()
public void setSiteNamesSize(int siteNamesSize)
siteNamesSize
- public NameIDStruct[] getSiteNames()
public void setSiteNames(NameIDStruct[] siteNames)
siteNames
- public int getGenesysStatesSize()
public void setGenesysStatesSize(int genesysStatesSize)
genesysStatesSize
- public NameIDStruct[] getGenesysStates()
public void setGenesysStates(NameIDStruct[] genesysStates)
genesysStates
- public int getScheduledStateGroupsSize()
public void setScheduledStateGroupsSize(int scheduledStateGroupsSize)
scheduledStateGroupsSize
- public NameIDStruct[] getScheduledStateGroups()
public void setScheduledStateGroups(NameIDStruct[] scheduledStateGroups)
scheduledStateGroups
- public int getScheduledStatesSize()
public void setScheduledStatesSize(int scheduledStatesSize)
scheduledStatesSize
- public ScheduleStateStruct[] getScheduledStates()
public void setScheduledStates(ScheduleStateStruct[] scheduledStates)
scheduledStates
- public boolean equals(java.lang.Object obj)
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.