public class SchScenarioSite
extends java.lang.Object
implements java.io.Serializable
Modifier and Type | Field and Description |
---|---|
protected java.util.List<java.lang.Integer> |
schActivities
List of activity identifiers for which the schedule should be built.
|
protected int |
schActivitiesNSizeIs
The number of elements in the 'schActivities' array.
|
protected java.util.List<SchScenarioAgent> |
schAgents
An array of
SchScenarioAgent , specifying agents in the scenario. |
protected int |
schAgentsNSizeIs
The number of elements in the 'schAgents' array.
|
private static long |
serialVersionUID |
protected int |
wmSiteId
Site ID
|
Constructor and Description |
---|
SchScenarioSite() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object that) |
java.util.List<java.lang.Integer> |
getSchActivities()
Gets the value of the schActivities property.
|
int |
getSchActivitiesNSizeIs()
Gets the value of the schActivitiesNSizeIs property.
|
java.util.List<SchScenarioAgent> |
getSchAgents()
Gets the value of the schAgents property.
|
int |
getSchAgentsNSizeIs()
Gets the value of the schAgentsNSizeIs property.
|
int |
getWmSiteId()
Gets the value of the wmSiteId property.
|
int |
hashCode() |
void |
setSchActivities(java.util.List<java.lang.Integer> schActivities)
Sets the value of the schActivities property.
|
void |
setSchActivitiesNSizeIs(int value)
Sets the value of the schActivitiesNSizeIs property.
|
void |
setSchAgents(java.util.List<SchScenarioAgent> schAgents)
Sets the value of the schAgents property.
|
void |
setSchAgentsNSizeIs(int value)
Sets the value of the schAgentsNSizeIs property.
|
void |
setWmSiteId(int value)
Sets the value of the wmSiteId property.
|
java.lang.String |
toString() |
SchScenarioSite |
withSchActivities(java.util.Collection<java.lang.Integer> values) |
SchScenarioSite |
withSchActivities(java.lang.Integer... values) |
SchScenarioSite |
withSchActivitiesNSizeIs(int value) |
SchScenarioSite |
withSchAgents(java.util.Collection<SchScenarioAgent> values) |
SchScenarioSite |
withSchAgents(SchScenarioAgent... values) |
SchScenarioSite |
withSchAgentsNSizeIs(int value) |
SchScenarioSite |
withWmSiteId(int value) |
private static final long serialVersionUID
protected int wmSiteId
protected int schActivitiesNSizeIs
protected java.util.List<java.lang.Integer> schActivities
CfgActivity
protected int schAgentsNSizeIs
protected java.util.List<SchScenarioAgent> schAgents
SchScenarioAgent
, specifying agents in the scenario.public int getWmSiteId()
public void setWmSiteId(int value)
public int getSchActivitiesNSizeIs()
public void setSchActivitiesNSizeIs(int value)
public java.util.List<java.lang.Integer> getSchActivities()
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 schActivities property.
For example, to add a new item, do as follows:
getSchActivities().add(newItem);
Objects of the following type(s) are allowed in the list
Integer
public int getSchAgentsNSizeIs()
public void setSchAgentsNSizeIs(int value)
public java.util.List<SchScenarioAgent> getSchAgents()
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 schAgents property.
For example, to add a new item, do as follows:
getSchAgents().add(newItem);
Objects of the following type(s) are allowed in the list
SchScenarioAgent
public SchScenarioSite withWmSiteId(int value)
public SchScenarioSite withSchActivitiesNSizeIs(int value)
public SchScenarioSite withSchActivities(java.lang.Integer... values)
public SchScenarioSite withSchActivities(java.util.Collection<java.lang.Integer> values)
public SchScenarioSite withSchAgentsNSizeIs(int value)
public SchScenarioSite withSchAgents(SchScenarioAgent... values)
public SchScenarioSite withSchAgents(java.util.Collection<SchScenarioAgent> values)
public void setSchActivities(java.util.List<java.lang.Integer> schActivities)
schActivities
- allowed object is
Integer
public void setSchAgents(java.util.List<SchScenarioAgent> schAgents)
schAgents
- allowed object is
SchScenarioAgent
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.