public class SchScenarioHolder
extends java.lang.Object
implements java.io.Serializable
| Modifier and Type | Field and Description |
|---|---|
private CfgUserShort[] |
cfgUserInfo
Contains short user information for every unique gswUserId in SchScenario or SchScenarioShort.
|
private int |
cfgUserInfoNSizeIs
Number of elements in the 'cfgUserInfo' array
|
private SchScenario[] |
scenario
An array of
SchScenario |
private int |
scenarioNSizeIs
Number of elements in the 'scenario' array
|
private SchScenarioShort[] |
scenarioShort
An array of
SchScenarioShort |
private int |
scenarioShortNSizeIs
Number of elements in the 'scenarioShort' array
|
private long |
timestamp
Timestamp value
|
| Constructor and Description |
|---|
SchScenarioHolder() |
SchScenarioHolder(int scenarioNSizeIs,
SchScenario[] scenario,
int scenarioShortNSizeIs,
SchScenarioShort[] scenarioShort,
int cfgUserInfoNSizeIs,
CfgUserShort[] cfgUserInfo,
long timestamp) |
| Modifier and Type | Method and Description |
|---|---|
CfgUserShort[] |
getCfgUserInfo()
Gets the cfgUserInfo value for this SchScenarioHolder.
|
int |
getCfgUserInfoNSizeIs()
Gets the cfgUserInfoNSizeIs value for this SchScenarioHolder.
|
SchScenario[] |
getScenario()
Gets the scenario value for this SchScenarioHolder.
|
int |
getScenarioNSizeIs()
Gets the scenarioNSizeIs value for this SchScenarioHolder.
|
SchScenarioShort[] |
getScenarioShort()
Gets the scenarioShort value for this SchScenarioHolder.
|
int |
getScenarioShortNSizeIs()
Gets the scenarioShortNSizeIs value for this SchScenarioHolder.
|
long |
getTimestamp()
Gets the timestamp value for this SchScenarioHolder.
|
void |
setCfgUserInfo(CfgUserShort[] cfgUserInfo)
Sets the cfgUserInfo value for this SchScenarioHolder.
|
void |
setCfgUserInfoNSizeIs(int cfgUserInfoNSizeIs)
Sets the cfgUserInfoNSizeIs value for this SchScenarioHolder.
|
void |
setScenario(SchScenario[] scenario)
Sets the scenario value for this SchScenarioHolder.
|
void |
setScenarioNSizeIs(int scenarioNSizeIs)
Sets the scenarioNSizeIs value for this SchScenarioHolder.
|
void |
setScenarioShort(SchScenarioShort[] scenarioShort)
Sets the scenarioShort value for this SchScenarioHolder.
|
void |
setScenarioShortNSizeIs(int scenarioShortNSizeIs)
Sets the scenarioShortNSizeIs value for this SchScenarioHolder.
|
void |
setTimestamp(long timestamp)
Sets the timestamp value for this SchScenarioHolder.
|
private int scenarioNSizeIs
private SchScenario[] scenario
SchScenarioprivate int scenarioShortNSizeIs
private SchScenarioShort[] scenarioShort
SchScenarioShortprivate int cfgUserInfoNSizeIs
private CfgUserShort[] cfgUserInfo
CfgUserShortprivate long timestamp
public SchScenarioHolder()
public SchScenarioHolder(int scenarioNSizeIs,
SchScenario[] scenario,
int scenarioShortNSizeIs,
SchScenarioShort[] scenarioShort,
int cfgUserInfoNSizeIs,
CfgUserShort[] cfgUserInfo,
long timestamp)
public int getScenarioNSizeIs()
public void setScenarioNSizeIs(int scenarioNSizeIs)
scenarioNSizeIs - public SchScenario[] getScenario()
public void setScenario(SchScenario[] scenario)
scenario - public int getScenarioShortNSizeIs()
public void setScenarioShortNSizeIs(int scenarioShortNSizeIs)
scenarioShortNSizeIs - public SchScenarioShort[] getScenarioShort()
public void setScenarioShort(SchScenarioShort[] scenarioShort)
scenarioShort - public int getCfgUserInfoNSizeIs()
public void setCfgUserInfoNSizeIs(int cfgUserInfoNSizeIs)
cfgUserInfoNSizeIs - public CfgUserShort[] getCfgUserInfo()
public void setCfgUserInfo(CfgUserShort[] cfgUserInfo)
cfgUserInfo - public long getTimestamp()
public void setTimestamp(long timestamp)
timestamp - Copyright © 2005-2016 Genesys Telecommunications Labs, Inc. All Rights Reserved.