public class SchAuditLog
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 user in the returned audit log.
|
protected int |
cfgUserInfoNSizeIs
Number of elements in the "cfgUserInfo" array
|
protected SchAgentDayHolder |
schedules
SchAgentDayHolder contains schedule and related information |
protected java.util.List<SchScenarioShort> |
schScenarioInfo
Contains
SchScenarioShort info for every scenario referenced in the response. |
protected int |
schScenarioInfoNSizeIs
Number of elements in the "schScenarioInfo" array
|
private static long |
serialVersionUID |
protected java.util.List<SchAuditTransaction> |
transactions
A list of
SchAuditTransaction |
protected int |
transactionsNSizeIs
Number of elements in the "transactions" array
|
Constructor and Description |
---|
SchAuditLog() |
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.
|
SchAgentDayHolder |
getSchedules()
Gets the value of the schedules property.
|
java.util.List<SchScenarioShort> |
getSchScenarioInfo()
Gets the value of the schScenarioInfo property.
|
int |
getSchScenarioInfoNSizeIs()
Gets the value of the schScenarioInfoNSizeIs property.
|
java.util.List<SchAuditTransaction> |
getTransactions()
Gets the value of the transactions property.
|
int |
getTransactionsNSizeIs()
Gets the value of the transactionsNSizeIs 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 |
setSchedules(SchAgentDayHolder value)
Sets the value of the schedules property.
|
void |
setSchScenarioInfo(java.util.List<SchScenarioShort> schScenarioInfo)
Sets the value of the schScenarioInfo property.
|
void |
setSchScenarioInfoNSizeIs(int value)
Sets the value of the schScenarioInfoNSizeIs property.
|
void |
setTransactions(java.util.List<SchAuditTransaction> transactions)
Sets the value of the transactions property.
|
void |
setTransactionsNSizeIs(int value)
Sets the value of the transactionsNSizeIs property.
|
java.lang.String |
toString() |
SchAuditLog |
withCfgUserInfo(CfgUserShort... values) |
SchAuditLog |
withCfgUserInfo(java.util.Collection<CfgUserShort> values) |
SchAuditLog |
withCfgUserInfoNSizeIs(int value) |
SchAuditLog |
withSchedules(SchAgentDayHolder value) |
SchAuditLog |
withSchScenarioInfo(java.util.Collection<SchScenarioShort> values) |
SchAuditLog |
withSchScenarioInfo(SchScenarioShort... values) |
SchAuditLog |
withSchScenarioInfoNSizeIs(int value) |
SchAuditLog |
withTransactions(java.util.Collection<SchAuditTransaction> values) |
SchAuditLog |
withTransactions(SchAuditTransaction... values) |
SchAuditLog |
withTransactionsNSizeIs(int value) |
private static final long serialVersionUID
protected int transactionsNSizeIs
protected java.util.List<SchAuditTransaction> transactions
SchAuditTransaction
protected SchAgentDayHolder schedules
SchAgentDayHolder
contains schedule and related informationprotected int schScenarioInfoNSizeIs
protected java.util.List<SchScenarioShort> schScenarioInfo
SchScenarioShort
info for every scenario referenced in the response.
It is null if the scenario info was not requested.protected int cfgUserInfoNSizeIs
protected java.util.List<CfgUserShort> cfgUserInfo
CfgUserShort
public int getTransactionsNSizeIs()
public void setTransactionsNSizeIs(int value)
public java.util.List<SchAuditTransaction> getTransactions()
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 transactions property.
For example, to add a new item, do as follows:
getTransactions().add(newItem);
Objects of the following type(s) are allowed in the list
SchAuditTransaction
public SchAgentDayHolder getSchedules()
SchAgentDayHolder
public void setSchedules(SchAgentDayHolder value)
value
- allowed object is
SchAgentDayHolder
public int getSchScenarioInfoNSizeIs()
public void setSchScenarioInfoNSizeIs(int value)
public java.util.List<SchScenarioShort> getSchScenarioInfo()
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 schScenarioInfo property.
For example, to add a new item, do as follows:
getSchScenarioInfo().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 SchAuditLog withTransactionsNSizeIs(int value)
public SchAuditLog withTransactions(SchAuditTransaction... values)
public SchAuditLog withTransactions(java.util.Collection<SchAuditTransaction> values)
public SchAuditLog withSchedules(SchAgentDayHolder value)
public SchAuditLog withSchScenarioInfoNSizeIs(int value)
public SchAuditLog withSchScenarioInfo(SchScenarioShort... values)
public SchAuditLog withSchScenarioInfo(java.util.Collection<SchScenarioShort> values)
public SchAuditLog withCfgUserInfoNSizeIs(int value)
public SchAuditLog withCfgUserInfo(CfgUserShort... values)
public SchAuditLog withCfgUserInfo(java.util.Collection<CfgUserShort> values)
public void setTransactions(java.util.List<SchAuditTransaction> transactions)
transactions
- allowed object is
SchAuditTransaction
public void setSchScenarioInfo(java.util.List<SchScenarioShort> schScenarioInfo)
schScenarioInfo
- 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.