public class SchAuditLog
extends java.lang.Object
implements java.io.Serializable
Modifier and Type | Field and Description |
---|---|
private CfgUserShort[] |
cfgUserInfo
Contains short user information for every unique user in the returned audit log.
|
private int |
cfgUserInfoNSizeIs
Number of elements in the "cfgUserInfo" array
|
private SchAgentDayHolder |
schedules
SchAgentDayHolder contains schedule and related information |
private SchScenarioShort[] |
schScenarioInfo
Contains
SchScenarioShort info for every scenario referenced in the response. |
private int |
schScenarioInfoNSizeIs
Number of elements in the "schScenarioInfo" array
|
private SchAuditTransaction[] |
transactions
A list of
SchAuditTransaction |
private int |
transactionsNSizeIs
Number of elements in the "transactions" array
|
Constructor and Description |
---|
SchAuditLog() |
SchAuditLog(int transactionsNSizeIs,
SchAuditTransaction[] transactions,
SchAgentDayHolder schedules,
int schScenarioInfoNSizeIs,
SchScenarioShort[] schScenarioInfo,
int cfgUserInfoNSizeIs,
CfgUserShort[] cfgUserInfo) |
Modifier and Type | Method and Description |
---|---|
CfgUserShort[] |
getCfgUserInfo()
Gets the cfgUserInfo value for this SchAuditLog.
|
int |
getCfgUserInfoNSizeIs()
Gets the cfgUserInfoNSizeIs value for this SchAuditLog.
|
SchAgentDayHolder |
getSchedules()
Gets the schedules value for this SchAuditLog.
|
SchScenarioShort[] |
getSchScenarioInfo()
Gets the schScenarioInfo value for this SchAuditLog.
|
int |
getSchScenarioInfoNSizeIs()
Gets the schScenarioInfoNSizeIs value for this SchAuditLog.
|
SchAuditTransaction[] |
getTransactions()
Gets the transactions value for this SchAuditLog.
|
int |
getTransactionsNSizeIs()
Gets the transactionsNSizeIs value for this SchAuditLog.
|
void |
setCfgUserInfo(CfgUserShort[] cfgUserInfo)
Sets the cfgUserInfo value for this SchAuditLog.
|
void |
setCfgUserInfoNSizeIs(int cfgUserInfoNSizeIs)
Sets the cfgUserInfoNSizeIs value for this SchAuditLog.
|
void |
setSchedules(SchAgentDayHolder schedules)
Sets the schedules value for this SchAuditLog.
|
void |
setSchScenarioInfo(SchScenarioShort[] schScenarioInfo)
Sets the schScenarioInfo value for this SchAuditLog.
|
void |
setSchScenarioInfoNSizeIs(int schScenarioInfoNSizeIs)
Sets the schScenarioInfoNSizeIs value for this SchAuditLog.
|
void |
setTransactions(SchAuditTransaction[] transactions)
Sets the transactions value for this SchAuditLog.
|
void |
setTransactionsNSizeIs(int transactionsNSizeIs)
Sets the transactionsNSizeIs value for this SchAuditLog.
|
private int transactionsNSizeIs
private SchAuditTransaction[] transactions
SchAuditTransaction
private SchAgentDayHolder schedules
SchAgentDayHolder
contains schedule and related informationprivate int schScenarioInfoNSizeIs
private SchScenarioShort[] schScenarioInfo
SchScenarioShort
info for every scenario referenced in the response.
It is null if the scenario info was not requested.private int cfgUserInfoNSizeIs
private CfgUserShort[] cfgUserInfo
CfgUserShort
public SchAuditLog()
public SchAuditLog(int transactionsNSizeIs, SchAuditTransaction[] transactions, SchAgentDayHolder schedules, int schScenarioInfoNSizeIs, SchScenarioShort[] schScenarioInfo, int cfgUserInfoNSizeIs, CfgUserShort[] cfgUserInfo)
public int getTransactionsNSizeIs()
public void setTransactionsNSizeIs(int transactionsNSizeIs)
transactionsNSizeIs
- public SchAuditTransaction[] getTransactions()
public void setTransactions(SchAuditTransaction[] transactions)
transactions
- public SchAgentDayHolder getSchedules()
public void setSchedules(SchAgentDayHolder schedules)
schedules
- public int getSchScenarioInfoNSizeIs()
public void setSchScenarioInfoNSizeIs(int schScenarioInfoNSizeIs)
schScenarioInfoNSizeIs
- public SchScenarioShort[] getSchScenarioInfo()
public void setSchScenarioInfo(SchScenarioShort[] schScenarioInfo)
schScenarioInfo
- public int getCfgUserInfoNSizeIs()
public void setCfgUserInfoNSizeIs(int cfgUserInfoNSizeIs)
cfgUserInfoNSizeIs
- public CfgUserShort[] getCfgUserInfo()
public void setCfgUserInfo(CfgUserShort[] cfgUserInfo)
cfgUserInfo
- Copyright © 2005-2016 Genesys Telecommunications Labs, Inc. All Rights Reserved.