public class SchScenarioHolder
extends java.lang.Object
implements java.io.Serializable
Modifier and Type | Field and Description |
---|---|
protected java.util.List<CfgUserShort> |
cfgUserInfo
Contains short user information for every unique gswUserId in SchScenario or SchScenarioShort.
|
protected int |
cfgUserInfoNSizeIs
Number of elements in the 'cfgUserInfo' array
|
protected java.util.List<SchScenario> |
scenario
An array of
SchScenario |
protected int |
scenarioNSizeIs
Number of elements in the 'scenario' array
|
protected java.util.List<SchScenarioShort> |
scenarioShort
An array of
SchScenarioShort |
protected int |
scenarioShortNSizeIs
Number of elements in the 'scenarioShort' array
|
private static long |
serialVersionUID |
protected long |
timestamp
Timestamp value
|
Constructor and Description |
---|
SchScenarioHolder() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object that) |
java.util.List<CfgUserShort> |
getCfgUserInfo()
Gets the value of the cfgUserInfo property.
|
int |
getCfgUserInfoNSizeIs()
Gets the value of the cfgUserInfoNSizeIs property.
|
java.util.List<SchScenario> |
getScenario()
Gets the value of the scenario property.
|
int |
getScenarioNSizeIs()
Gets the value of the scenarioNSizeIs property.
|
java.util.List<SchScenarioShort> |
getScenarioShort()
Gets the value of the scenarioShort property.
|
int |
getScenarioShortNSizeIs()
Gets the value of the scenarioShortNSizeIs property.
|
long |
getTimestamp()
Gets the value of the timestamp property.
|
int |
hashCode() |
void |
setCfgUserInfo(java.util.List<CfgUserShort> cfgUserInfo)
Sets the value of the cfgUserInfo property.
|
void |
setCfgUserInfoNSizeIs(int value)
Sets the value of the cfgUserInfoNSizeIs property.
|
void |
setScenario(java.util.List<SchScenario> scenario)
Sets the value of the scenario property.
|
void |
setScenarioNSizeIs(int value)
Sets the value of the scenarioNSizeIs property.
|
void |
setScenarioShort(java.util.List<SchScenarioShort> scenarioShort)
Sets the value of the scenarioShort property.
|
void |
setScenarioShortNSizeIs(int value)
Sets the value of the scenarioShortNSizeIs property.
|
void |
setTimestamp(long value)
Sets the value of the timestamp property.
|
java.lang.String |
toString() |
SchScenarioHolder |
withCfgUserInfo(CfgUserShort... values) |
SchScenarioHolder |
withCfgUserInfo(java.util.Collection<CfgUserShort> values) |
SchScenarioHolder |
withCfgUserInfoNSizeIs(int value) |
SchScenarioHolder |
withScenario(java.util.Collection<SchScenario> values) |
SchScenarioHolder |
withScenario(SchScenario... values) |
SchScenarioHolder |
withScenarioNSizeIs(int value) |
SchScenarioHolder |
withScenarioShort(java.util.Collection<SchScenarioShort> values) |
SchScenarioHolder |
withScenarioShort(SchScenarioShort... values) |
SchScenarioHolder |
withScenarioShortNSizeIs(int value) |
SchScenarioHolder |
withTimestamp(long value) |
private static final long serialVersionUID
protected int scenarioNSizeIs
protected java.util.List<SchScenario> scenario
SchScenario
protected int scenarioShortNSizeIs
protected java.util.List<SchScenarioShort> scenarioShort
SchScenarioShort
protected int cfgUserInfoNSizeIs
protected java.util.List<CfgUserShort> cfgUserInfo
CfgUserShort
protected long timestamp
public int getScenarioNSizeIs()
public void setScenarioNSizeIs(int value)
public java.util.List<SchScenario> getScenario()
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 scenario property.
For example, to add a new item, do as follows:
getScenario().add(newItem);
Objects of the following type(s) are allowed in the list
SchScenario
public int getScenarioShortNSizeIs()
public void setScenarioShortNSizeIs(int value)
public java.util.List<SchScenarioShort> getScenarioShort()
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 scenarioShort property.
For example, to add a new item, do as follows:
getScenarioShort().add(newItem);
Objects of the following type(s) are allowed in the list
SchScenarioShort
public int getCfgUserInfoNSizeIs()
public void setCfgUserInfoNSizeIs(int value)
public java.util.List<CfgUserShort> getCfgUserInfo()
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 cfgUserInfo property.
For example, to add a new item, do as follows:
getCfgUserInfo().add(newItem);
Objects of the following type(s) are allowed in the list
CfgUserShort
public long getTimestamp()
public void setTimestamp(long value)
public SchScenarioHolder withScenarioNSizeIs(int value)
public SchScenarioHolder withScenario(SchScenario... values)
public SchScenarioHolder withScenario(java.util.Collection<SchScenario> values)
public SchScenarioHolder withScenarioShortNSizeIs(int value)
public SchScenarioHolder withScenarioShort(SchScenarioShort... values)
public SchScenarioHolder withScenarioShort(java.util.Collection<SchScenarioShort> values)
public SchScenarioHolder withCfgUserInfoNSizeIs(int value)
public SchScenarioHolder withCfgUserInfo(CfgUserShort... values)
public SchScenarioHolder withCfgUserInfo(java.util.Collection<CfgUserShort> values)
public SchScenarioHolder withTimestamp(long value)
public void setScenario(java.util.List<SchScenario> scenario)
scenario
- allowed object is
SchScenario
public void setScenarioShort(java.util.List<SchScenarioShort> scenarioShort)
scenarioShort
- allowed object is
SchScenarioShort
public void setCfgUserInfo(java.util.List<CfgUserShort> cfgUserInfo)
cfgUserInfo
- allowed object is
CfgUserShort
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.