public class CfgAuditRecord
extends java.lang.Object
implements java.io.Serializable
Modifier and Type | Field and Description |
---|---|
protected int |
gswAgentId |
protected int |
gswUserId |
private static long |
serialVersionUID |
protected int |
wmAction |
protected long |
wmCfgAuditId |
protected java.util.List<CfgAuditField> |
wmFields |
protected int |
wmFieldsNSizeIs |
protected int |
wmObjectId |
protected int |
wmObjectType |
protected double |
wmTimestamp |
Constructor and Description |
---|
CfgAuditRecord() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object that) |
int |
getGswAgentId()
Gets the value of the gswAgentId property.
|
int |
getGswUserId()
Gets the value of the gswUserId property.
|
int |
getWmAction()
Gets the value of the wmAction property.
|
long |
getWmCfgAuditId()
Gets the value of the wmCfgAuditId property.
|
java.util.List<CfgAuditField> |
getWmFields()
Gets the value of the wmFields property.
|
int |
getWmFieldsNSizeIs()
Gets the value of the wmFieldsNSizeIs property.
|
int |
getWmObjectId()
Gets the value of the wmObjectId property.
|
int |
getWmObjectType()
Gets the value of the wmObjectType property.
|
double |
getWmTimestamp()
Gets the value of the wmTimestamp property.
|
int |
hashCode() |
void |
setGswAgentId(int value)
Sets the value of the gswAgentId property.
|
void |
setGswUserId(int value)
Sets the value of the gswUserId property.
|
void |
setWmAction(int value)
Sets the value of the wmAction property.
|
void |
setWmCfgAuditId(long value)
Sets the value of the wmCfgAuditId property.
|
void |
setWmFields(java.util.List<CfgAuditField> wmFields)
Sets the value of the wmFields property.
|
void |
setWmFieldsNSizeIs(int value)
Sets the value of the wmFieldsNSizeIs property.
|
void |
setWmObjectId(int value)
Sets the value of the wmObjectId property.
|
void |
setWmObjectType(int value)
Sets the value of the wmObjectType property.
|
void |
setWmTimestamp(double value)
Sets the value of the wmTimestamp property.
|
java.lang.String |
toString() |
CfgAuditRecord |
withGswAgentId(int value) |
CfgAuditRecord |
withGswUserId(int value) |
CfgAuditRecord |
withWmAction(int value) |
CfgAuditRecord |
withWmCfgAuditId(long value) |
CfgAuditRecord |
withWmFields(CfgAuditField... values) |
CfgAuditRecord |
withWmFields(java.util.Collection<CfgAuditField> values) |
CfgAuditRecord |
withWmFieldsNSizeIs(int value) |
CfgAuditRecord |
withWmObjectId(int value) |
CfgAuditRecord |
withWmObjectType(int value) |
CfgAuditRecord |
withWmTimestamp(double value) |
private static final long serialVersionUID
protected long wmCfgAuditId
protected int gswUserId
protected int gswAgentId
protected int wmAction
protected double wmTimestamp
protected int wmObjectType
protected int wmObjectId
protected int wmFieldsNSizeIs
protected java.util.List<CfgAuditField> wmFields
public long getWmCfgAuditId()
public void setWmCfgAuditId(long value)
public int getGswUserId()
public void setGswUserId(int value)
public int getGswAgentId()
public void setGswAgentId(int value)
public int getWmAction()
public void setWmAction(int value)
public double getWmTimestamp()
public void setWmTimestamp(double value)
public int getWmObjectType()
public void setWmObjectType(int value)
public int getWmObjectId()
public void setWmObjectId(int value)
public int getWmFieldsNSizeIs()
public void setWmFieldsNSizeIs(int value)
public java.util.List<CfgAuditField> getWmFields()
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 wmFields property.
For example, to add a new item, do as follows:
getWmFields().add(newItem);
Objects of the following type(s) are allowed in the list
CfgAuditField
public CfgAuditRecord withWmCfgAuditId(long value)
public CfgAuditRecord withGswUserId(int value)
public CfgAuditRecord withGswAgentId(int value)
public CfgAuditRecord withWmAction(int value)
public CfgAuditRecord withWmTimestamp(double value)
public CfgAuditRecord withWmObjectType(int value)
public CfgAuditRecord withWmObjectId(int value)
public CfgAuditRecord withWmFieldsNSizeIs(int value)
public CfgAuditRecord withWmFields(CfgAuditField... values)
public CfgAuditRecord withWmFields(java.util.Collection<CfgAuditField> values)
public void setWmFields(java.util.List<CfgAuditField> wmFields)
wmFields
- allowed object is
CfgAuditField
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.