public class CfgReportTaskFilter
extends java.lang.Object
implements java.io.Serializable
Modifier and Type | Field and Description |
---|---|
protected boolean |
allUsers
Specifies whether return all report tasks no matter what user created them
or only reports created by current user.
|
private static long |
serialVersionUID |
protected java.util.List<java.lang.Integer> |
wmReportTaskId
An array of
CfgReportTask identifiers to filter by. |
protected int |
wmReportTaskIdNSizeIs
Number of elements in the wmReportTaskId array
|
protected java.util.List<java.lang.Integer> |
wmReportType
Defines report type 'OR' logic filter
|
protected int |
wmReportTypeNSizeIs
Number of elements in the wmReportType array
|
protected java.util.List<java.lang.Integer> |
wmStatus
Defines
ECfgReportTaskStatus 'OR' logic filter |
protected int |
wmStatusNSizeIs
Number of elements in the wmStatus array
|
Constructor and Description |
---|
CfgReportTaskFilter() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object that) |
java.util.List<java.lang.Integer> |
getWmReportTaskId()
Gets the value of the wmReportTaskId property.
|
int |
getWmReportTaskIdNSizeIs()
Gets the value of the wmReportTaskIdNSizeIs property.
|
java.util.List<java.lang.Integer> |
getWmReportType()
Gets the value of the wmReportType property.
|
int |
getWmReportTypeNSizeIs()
Gets the value of the wmReportTypeNSizeIs property.
|
java.util.List<java.lang.Integer> |
getWmStatus()
Gets the value of the wmStatus property.
|
int |
getWmStatusNSizeIs()
Gets the value of the wmStatusNSizeIs property.
|
int |
hashCode() |
boolean |
isAllUsers()
Gets the value of the allUsers property.
|
void |
setAllUsers(boolean value)
Sets the value of the allUsers property.
|
void |
setWmReportTaskId(java.util.List<java.lang.Integer> wmReportTaskId)
Sets the value of the wmReportTaskId property.
|
void |
setWmReportTaskIdNSizeIs(int value)
Sets the value of the wmReportTaskIdNSizeIs property.
|
void |
setWmReportType(java.util.List<java.lang.Integer> wmReportType)
Sets the value of the wmReportType property.
|
void |
setWmReportTypeNSizeIs(int value)
Sets the value of the wmReportTypeNSizeIs property.
|
void |
setWmStatus(java.util.List<java.lang.Integer> wmStatus)
Sets the value of the wmStatus property.
|
void |
setWmStatusNSizeIs(int value)
Sets the value of the wmStatusNSizeIs property.
|
java.lang.String |
toString() |
CfgReportTaskFilter |
withAllUsers(boolean value) |
CfgReportTaskFilter |
withWmReportTaskId(java.util.Collection<java.lang.Integer> values) |
CfgReportTaskFilter |
withWmReportTaskId(java.lang.Integer... values) |
CfgReportTaskFilter |
withWmReportTaskIdNSizeIs(int value) |
CfgReportTaskFilter |
withWmReportType(java.util.Collection<java.lang.Integer> values) |
CfgReportTaskFilter |
withWmReportType(java.lang.Integer... values) |
CfgReportTaskFilter |
withWmReportTypeNSizeIs(int value) |
CfgReportTaskFilter |
withWmStatus(java.util.Collection<java.lang.Integer> values) |
CfgReportTaskFilter |
withWmStatus(java.lang.Integer... values) |
CfgReportTaskFilter |
withWmStatusNSizeIs(int value) |
private static final long serialVersionUID
protected int wmReportTaskIdNSizeIs
protected java.util.List<java.lang.Integer> wmReportTaskId
CfgReportTask
identifiers to filter by.protected int wmReportTypeNSizeIs
protected java.util.List<java.lang.Integer> wmReportType
protected int wmStatusNSizeIs
protected java.util.List<java.lang.Integer> wmStatus
ECfgReportTaskStatus
'OR' logic filterprotected boolean allUsers
public int getWmReportTaskIdNSizeIs()
public void setWmReportTaskIdNSizeIs(int value)
public java.util.List<java.lang.Integer> getWmReportTaskId()
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 wmReportTaskId property.
For example, to add a new item, do as follows:
getWmReportTaskId().add(newItem);
Objects of the following type(s) are allowed in the list
Integer
public int getWmReportTypeNSizeIs()
public void setWmReportTypeNSizeIs(int value)
public java.util.List<java.lang.Integer> getWmReportType()
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 wmReportType property.
For example, to add a new item, do as follows:
getWmReportType().add(newItem);
Objects of the following type(s) are allowed in the list
Integer
public int getWmStatusNSizeIs()
public void setWmStatusNSizeIs(int value)
public java.util.List<java.lang.Integer> getWmStatus()
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 wmStatus property.
For example, to add a new item, do as follows:
getWmStatus().add(newItem);
Objects of the following type(s) are allowed in the list
Integer
public boolean isAllUsers()
public void setAllUsers(boolean value)
public CfgReportTaskFilter withWmReportTaskIdNSizeIs(int value)
public CfgReportTaskFilter withWmReportTaskId(java.lang.Integer... values)
public CfgReportTaskFilter withWmReportTaskId(java.util.Collection<java.lang.Integer> values)
public CfgReportTaskFilter withWmReportTypeNSizeIs(int value)
public CfgReportTaskFilter withWmReportType(java.lang.Integer... values)
public CfgReportTaskFilter withWmReportType(java.util.Collection<java.lang.Integer> values)
public CfgReportTaskFilter withWmStatusNSizeIs(int value)
public CfgReportTaskFilter withWmStatus(java.lang.Integer... values)
public CfgReportTaskFilter withWmStatus(java.util.Collection<java.lang.Integer> values)
public CfgReportTaskFilter withAllUsers(boolean value)
public void setWmReportTaskId(java.util.List<java.lang.Integer> wmReportTaskId)
wmReportTaskId
- allowed object is
Integer
public void setWmReportType(java.util.List<java.lang.Integer> wmReportType)
wmReportType
- allowed object is
Integer
public void setWmStatus(java.util.List<java.lang.Integer> wmStatus)
wmStatus
- 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.