public class CfgAuditFilter
extends java.lang.Object
implements java.io.Serializable
Modifier and Type | Field and Description |
---|---|
protected java.util.List<java.lang.Integer> |
gswUserId |
protected int |
gswUserIdNSizeIs |
private static long |
serialVersionUID |
protected java.util.List<java.lang.Integer> |
wmAction |
protected int |
wmActionNSizeIs |
protected java.util.List<java.lang.Integer> |
wmBUId |
protected int |
wmBUIdNSizeIs |
protected double |
wmEndTimestamp |
protected java.util.List<java.lang.Integer> |
wmObjectId |
protected int |
wmObjectIdNSizeIs |
protected java.util.List<java.lang.Integer> |
wmObjectType |
protected int |
wmObjectTypeNSizeIs |
protected java.util.List<java.lang.Integer> |
wmSiteId |
protected int |
wmSiteIdNSizeIs |
protected double |
wmStartTimestamp |
Constructor and Description |
---|
CfgAuditFilter() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object that) |
java.util.List<java.lang.Integer> |
getGswUserId()
Gets the value of the gswUserId property.
|
int |
getGswUserIdNSizeIs()
Gets the value of the gswUserIdNSizeIs property.
|
java.util.List<java.lang.Integer> |
getWmAction()
Gets the value of the wmAction property.
|
int |
getWmActionNSizeIs()
Gets the value of the wmActionNSizeIs property.
|
java.util.List<java.lang.Integer> |
getWmBUId()
Gets the value of the wmBUId property.
|
int |
getWmBUIdNSizeIs()
Gets the value of the wmBUIdNSizeIs property.
|
double |
getWmEndTimestamp()
Gets the value of the wmEndTimestamp property.
|
java.util.List<java.lang.Integer> |
getWmObjectId()
Gets the value of the wmObjectId property.
|
int |
getWmObjectIdNSizeIs()
Gets the value of the wmObjectIdNSizeIs property.
|
java.util.List<java.lang.Integer> |
getWmObjectType()
Gets the value of the wmObjectType property.
|
int |
getWmObjectTypeNSizeIs()
Gets the value of the wmObjectTypeNSizeIs property.
|
java.util.List<java.lang.Integer> |
getWmSiteId()
Gets the value of the wmSiteId property.
|
int |
getWmSiteIdNSizeIs()
Gets the value of the wmSiteIdNSizeIs property.
|
double |
getWmStartTimestamp()
Gets the value of the wmStartTimestamp property.
|
int |
hashCode() |
void |
setGswUserId(java.util.List<java.lang.Integer> gswUserId)
Sets the value of the gswUserId property.
|
void |
setGswUserIdNSizeIs(int value)
Sets the value of the gswUserIdNSizeIs property.
|
void |
setWmAction(java.util.List<java.lang.Integer> wmAction)
Sets the value of the wmAction property.
|
void |
setWmActionNSizeIs(int value)
Sets the value of the wmActionNSizeIs property.
|
void |
setWmBUId(java.util.List<java.lang.Integer> wmBUId)
Sets the value of the wmBUId property.
|
void |
setWmBUIdNSizeIs(int value)
Sets the value of the wmBUIdNSizeIs property.
|
void |
setWmEndTimestamp(double value)
Sets the value of the wmEndTimestamp property.
|
void |
setWmObjectId(java.util.List<java.lang.Integer> wmObjectId)
Sets the value of the wmObjectId property.
|
void |
setWmObjectIdNSizeIs(int value)
Sets the value of the wmObjectIdNSizeIs property.
|
void |
setWmObjectType(java.util.List<java.lang.Integer> wmObjectType)
Sets the value of the wmObjectType property.
|
void |
setWmObjectTypeNSizeIs(int value)
Sets the value of the wmObjectTypeNSizeIs property.
|
void |
setWmSiteId(java.util.List<java.lang.Integer> wmSiteId)
Sets the value of the wmSiteId property.
|
void |
setWmSiteIdNSizeIs(int value)
Sets the value of the wmSiteIdNSizeIs property.
|
void |
setWmStartTimestamp(double value)
Sets the value of the wmStartTimestamp property.
|
java.lang.String |
toString() |
CfgAuditFilter |
withGswUserId(java.util.Collection<java.lang.Integer> values) |
CfgAuditFilter |
withGswUserId(java.lang.Integer... values) |
CfgAuditFilter |
withGswUserIdNSizeIs(int value) |
CfgAuditFilter |
withWmAction(java.util.Collection<java.lang.Integer> values) |
CfgAuditFilter |
withWmAction(java.lang.Integer... values) |
CfgAuditFilter |
withWmActionNSizeIs(int value) |
CfgAuditFilter |
withWmBUId(java.util.Collection<java.lang.Integer> values) |
CfgAuditFilter |
withWmBUId(java.lang.Integer... values) |
CfgAuditFilter |
withWmBUIdNSizeIs(int value) |
CfgAuditFilter |
withWmEndTimestamp(double value) |
CfgAuditFilter |
withWmObjectId(java.util.Collection<java.lang.Integer> values) |
CfgAuditFilter |
withWmObjectId(java.lang.Integer... values) |
CfgAuditFilter |
withWmObjectIdNSizeIs(int value) |
CfgAuditFilter |
withWmObjectType(java.util.Collection<java.lang.Integer> values) |
CfgAuditFilter |
withWmObjectType(java.lang.Integer... values) |
CfgAuditFilter |
withWmObjectTypeNSizeIs(int value) |
CfgAuditFilter |
withWmSiteId(java.util.Collection<java.lang.Integer> values) |
CfgAuditFilter |
withWmSiteId(java.lang.Integer... values) |
CfgAuditFilter |
withWmSiteIdNSizeIs(int value) |
CfgAuditFilter |
withWmStartTimestamp(double value) |
private static final long serialVersionUID
protected int wmBUIdNSizeIs
protected java.util.List<java.lang.Integer> wmBUId
protected int wmSiteIdNSizeIs
protected java.util.List<java.lang.Integer> wmSiteId
protected int wmObjectTypeNSizeIs
protected java.util.List<java.lang.Integer> wmObjectType
protected int wmObjectIdNSizeIs
protected java.util.List<java.lang.Integer> wmObjectId
protected int wmActionNSizeIs
protected java.util.List<java.lang.Integer> wmAction
protected int gswUserIdNSizeIs
protected java.util.List<java.lang.Integer> gswUserId
protected double wmStartTimestamp
protected double wmEndTimestamp
public int getWmBUIdNSizeIs()
public void setWmBUIdNSizeIs(int value)
public java.util.List<java.lang.Integer> getWmBUId()
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 wmBUId property.
For example, to add a new item, do as follows:
getWmBUId().add(newItem);
Objects of the following type(s) are allowed in the list
Integer
public int getWmSiteIdNSizeIs()
public void setWmSiteIdNSizeIs(int value)
public java.util.List<java.lang.Integer> getWmSiteId()
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 wmSiteId property.
For example, to add a new item, do as follows:
getWmSiteId().add(newItem);
Objects of the following type(s) are allowed in the list
Integer
public int getWmObjectTypeNSizeIs()
public void setWmObjectTypeNSizeIs(int value)
public java.util.List<java.lang.Integer> getWmObjectType()
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 wmObjectType property.
For example, to add a new item, do as follows:
getWmObjectType().add(newItem);
Objects of the following type(s) are allowed in the list
Integer
public int getWmObjectIdNSizeIs()
public void setWmObjectIdNSizeIs(int value)
public java.util.List<java.lang.Integer> getWmObjectId()
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 wmObjectId property.
For example, to add a new item, do as follows:
getWmObjectId().add(newItem);
Objects of the following type(s) are allowed in the list
Integer
public int getWmActionNSizeIs()
public void setWmActionNSizeIs(int value)
public java.util.List<java.lang.Integer> getWmAction()
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 wmAction property.
For example, to add a new item, do as follows:
getWmAction().add(newItem);
Objects of the following type(s) are allowed in the list
Integer
public int getGswUserIdNSizeIs()
public void setGswUserIdNSizeIs(int value)
public java.util.List<java.lang.Integer> getGswUserId()
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 gswUserId property.
For example, to add a new item, do as follows:
getGswUserId().add(newItem);
Objects of the following type(s) are allowed in the list
Integer
public double getWmStartTimestamp()
public void setWmStartTimestamp(double value)
public double getWmEndTimestamp()
public void setWmEndTimestamp(double value)
public CfgAuditFilter withWmBUIdNSizeIs(int value)
public CfgAuditFilter withWmBUId(java.lang.Integer... values)
public CfgAuditFilter withWmBUId(java.util.Collection<java.lang.Integer> values)
public CfgAuditFilter withWmSiteIdNSizeIs(int value)
public CfgAuditFilter withWmSiteId(java.lang.Integer... values)
public CfgAuditFilter withWmSiteId(java.util.Collection<java.lang.Integer> values)
public CfgAuditFilter withWmObjectTypeNSizeIs(int value)
public CfgAuditFilter withWmObjectType(java.lang.Integer... values)
public CfgAuditFilter withWmObjectType(java.util.Collection<java.lang.Integer> values)
public CfgAuditFilter withWmObjectIdNSizeIs(int value)
public CfgAuditFilter withWmObjectId(java.lang.Integer... values)
public CfgAuditFilter withWmObjectId(java.util.Collection<java.lang.Integer> values)
public CfgAuditFilter withWmActionNSizeIs(int value)
public CfgAuditFilter withWmAction(java.lang.Integer... values)
public CfgAuditFilter withWmAction(java.util.Collection<java.lang.Integer> values)
public CfgAuditFilter withGswUserIdNSizeIs(int value)
public CfgAuditFilter withGswUserId(java.lang.Integer... values)
public CfgAuditFilter withGswUserId(java.util.Collection<java.lang.Integer> values)
public CfgAuditFilter withWmStartTimestamp(double value)
public CfgAuditFilter withWmEndTimestamp(double value)
public void setWmBUId(java.util.List<java.lang.Integer> wmBUId)
wmBUId
- allowed object is
Integer
public void setWmSiteId(java.util.List<java.lang.Integer> wmSiteId)
wmSiteId
- allowed object is
Integer
public void setWmObjectType(java.util.List<java.lang.Integer> wmObjectType)
wmObjectType
- allowed object is
Integer
public void setWmObjectId(java.util.List<java.lang.Integer> wmObjectId)
wmObjectId
- allowed object is
Integer
public void setWmAction(java.util.List<java.lang.Integer> wmAction)
wmAction
- allowed object is
Integer
public void setGswUserId(java.util.List<java.lang.Integer> gswUserId)
gswUserId
- allowed object is
Integer
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.