public class CfgAuditLog
extends java.lang.Object
implements java.io.Serializable
Modifier and Type | Field and Description |
---|---|
private static long |
serialVersionUID |
protected java.util.List<CfgAppInfo> |
wmAppInfo |
protected int |
wmAppInfoNSizeIs |
protected java.util.List<CfgEnum> |
wmEnums |
protected int |
wmEnumsNSizeIs |
protected java.util.List<CfgMetadata> |
wmMetadata |
protected int |
wmMetadataNSizeIs |
protected java.util.List<CfgObjectInfo> |
wmObjectInfo |
protected int |
wmObjectInfoNSizeIs |
protected java.util.List<CfgAuditRecord> |
wmRecords |
protected int |
wmRecordsNSizeIs |
Constructor and Description |
---|
CfgAuditLog() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object that) |
java.util.List<CfgAppInfo> |
getWmAppInfo()
Gets the value of the wmAppInfo property.
|
int |
getWmAppInfoNSizeIs()
Gets the value of the wmAppInfoNSizeIs property.
|
java.util.List<CfgEnum> |
getWmEnums()
Gets the value of the wmEnums property.
|
int |
getWmEnumsNSizeIs()
Gets the value of the wmEnumsNSizeIs property.
|
java.util.List<CfgMetadata> |
getWmMetadata()
Gets the value of the wmMetadata property.
|
int |
getWmMetadataNSizeIs()
Gets the value of the wmMetadataNSizeIs property.
|
java.util.List<CfgObjectInfo> |
getWmObjectInfo()
Gets the value of the wmObjectInfo property.
|
int |
getWmObjectInfoNSizeIs()
Gets the value of the wmObjectInfoNSizeIs property.
|
java.util.List<CfgAuditRecord> |
getWmRecords()
Gets the value of the wmRecords property.
|
int |
getWmRecordsNSizeIs()
Gets the value of the wmRecordsNSizeIs property.
|
int |
hashCode() |
void |
setWmAppInfo(java.util.List<CfgAppInfo> wmAppInfo)
Sets the value of the wmAppInfo property.
|
void |
setWmAppInfoNSizeIs(int value)
Sets the value of the wmAppInfoNSizeIs property.
|
void |
setWmEnums(java.util.List<CfgEnum> wmEnums)
Sets the value of the wmEnums property.
|
void |
setWmEnumsNSizeIs(int value)
Sets the value of the wmEnumsNSizeIs property.
|
void |
setWmMetadata(java.util.List<CfgMetadata> wmMetadata)
Sets the value of the wmMetadata property.
|
void |
setWmMetadataNSizeIs(int value)
Sets the value of the wmMetadataNSizeIs property.
|
void |
setWmObjectInfo(java.util.List<CfgObjectInfo> wmObjectInfo)
Sets the value of the wmObjectInfo property.
|
void |
setWmObjectInfoNSizeIs(int value)
Sets the value of the wmObjectInfoNSizeIs property.
|
void |
setWmRecords(java.util.List<CfgAuditRecord> wmRecords)
Sets the value of the wmRecords property.
|
void |
setWmRecordsNSizeIs(int value)
Sets the value of the wmRecordsNSizeIs property.
|
java.lang.String |
toString() |
CfgAuditLog |
withWmAppInfo(CfgAppInfo... values) |
CfgAuditLog |
withWmAppInfo(java.util.Collection<CfgAppInfo> values) |
CfgAuditLog |
withWmAppInfoNSizeIs(int value) |
CfgAuditLog |
withWmEnums(CfgEnum... values) |
CfgAuditLog |
withWmEnums(java.util.Collection<CfgEnum> values) |
CfgAuditLog |
withWmEnumsNSizeIs(int value) |
CfgAuditLog |
withWmMetadata(CfgMetadata... values) |
CfgAuditLog |
withWmMetadata(java.util.Collection<CfgMetadata> values) |
CfgAuditLog |
withWmMetadataNSizeIs(int value) |
CfgAuditLog |
withWmObjectInfo(CfgObjectInfo... values) |
CfgAuditLog |
withWmObjectInfo(java.util.Collection<CfgObjectInfo> values) |
CfgAuditLog |
withWmObjectInfoNSizeIs(int value) |
CfgAuditLog |
withWmRecords(CfgAuditRecord... values) |
CfgAuditLog |
withWmRecords(java.util.Collection<CfgAuditRecord> values) |
CfgAuditLog |
withWmRecordsNSizeIs(int value) |
private static final long serialVersionUID
protected int wmRecordsNSizeIs
protected java.util.List<CfgAuditRecord> wmRecords
protected int wmMetadataNSizeIs
protected java.util.List<CfgMetadata> wmMetadata
protected int wmEnumsNSizeIs
protected java.util.List<CfgEnum> wmEnums
protected int wmObjectInfoNSizeIs
protected java.util.List<CfgObjectInfo> wmObjectInfo
protected int wmAppInfoNSizeIs
protected java.util.List<CfgAppInfo> wmAppInfo
public int getWmRecordsNSizeIs()
public void setWmRecordsNSizeIs(int value)
public java.util.List<CfgAuditRecord> getWmRecords()
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 wmRecords property.
For example, to add a new item, do as follows:
getWmRecords().add(newItem);
Objects of the following type(s) are allowed in the list
CfgAuditRecord
public int getWmMetadataNSizeIs()
public void setWmMetadataNSizeIs(int value)
public java.util.List<CfgMetadata> getWmMetadata()
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 wmMetadata property.
For example, to add a new item, do as follows:
getWmMetadata().add(newItem);
Objects of the following type(s) are allowed in the list
CfgMetadata
public int getWmEnumsNSizeIs()
public void setWmEnumsNSizeIs(int value)
public java.util.List<CfgEnum> getWmEnums()
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 wmEnums property.
For example, to add a new item, do as follows:
getWmEnums().add(newItem);
Objects of the following type(s) are allowed in the list
CfgEnum
public int getWmObjectInfoNSizeIs()
public void setWmObjectInfoNSizeIs(int value)
public java.util.List<CfgObjectInfo> getWmObjectInfo()
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 wmObjectInfo property.
For example, to add a new item, do as follows:
getWmObjectInfo().add(newItem);
Objects of the following type(s) are allowed in the list
CfgObjectInfo
public int getWmAppInfoNSizeIs()
public void setWmAppInfoNSizeIs(int value)
public java.util.List<CfgAppInfo> getWmAppInfo()
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 wmAppInfo property.
For example, to add a new item, do as follows:
getWmAppInfo().add(newItem);
Objects of the following type(s) are allowed in the list
CfgAppInfo
public CfgAuditLog withWmRecordsNSizeIs(int value)
public CfgAuditLog withWmRecords(CfgAuditRecord... values)
public CfgAuditLog withWmRecords(java.util.Collection<CfgAuditRecord> values)
public CfgAuditLog withWmMetadataNSizeIs(int value)
public CfgAuditLog withWmMetadata(CfgMetadata... values)
public CfgAuditLog withWmMetadata(java.util.Collection<CfgMetadata> values)
public CfgAuditLog withWmEnumsNSizeIs(int value)
public CfgAuditLog withWmEnums(CfgEnum... values)
public CfgAuditLog withWmEnums(java.util.Collection<CfgEnum> values)
public CfgAuditLog withWmObjectInfoNSizeIs(int value)
public CfgAuditLog withWmObjectInfo(CfgObjectInfo... values)
public CfgAuditLog withWmObjectInfo(java.util.Collection<CfgObjectInfo> values)
public CfgAuditLog withWmAppInfoNSizeIs(int value)
public CfgAuditLog withWmAppInfo(CfgAppInfo... values)
public CfgAuditLog withWmAppInfo(java.util.Collection<CfgAppInfo> values)
public void setWmRecords(java.util.List<CfgAuditRecord> wmRecords)
wmRecords
- allowed object is
CfgAuditRecord
public void setWmMetadata(java.util.List<CfgMetadata> wmMetadata)
wmMetadata
- allowed object is
CfgMetadata
public void setWmEnums(java.util.List<CfgEnum> wmEnums)
wmEnums
- allowed object is
CfgEnum
public void setWmObjectInfo(java.util.List<CfgObjectInfo> wmObjectInfo)
wmObjectInfo
- allowed object is
CfgObjectInfo
public void setWmAppInfo(java.util.List<CfgAppInfo> wmAppInfo)
wmAppInfo
- allowed object is
CfgAppInfo
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.