public class CfgNotifyParamFilter
extends java.lang.Object
implements java.io.Serializable
Modifier and Type | Field and Description |
---|---|
private static long |
serialVersionUID |
protected java.util.List<java.lang.Integer> |
wmBUId |
protected int |
wmBUIdNSizeIs |
protected java.util.List<java.lang.Integer> |
wmNotificationType |
protected int |
wmNotificationTypeNSizeIs |
protected java.util.List<java.lang.Integer> |
wmNotifyParamId |
protected int |
wmNotifyParamIdNSizeIs |
protected java.util.List<java.lang.Integer> |
wmSiteId |
protected int |
wmSiteIdNSizeIs |
Constructor and Description |
---|
CfgNotifyParamFilter() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object that) |
java.util.List<java.lang.Integer> |
getWmBUId()
Gets the value of the wmBUId property.
|
int |
getWmBUIdNSizeIs()
Gets the value of the wmBUIdNSizeIs property.
|
java.util.List<java.lang.Integer> |
getWmNotificationType()
Gets the value of the wmNotificationType property.
|
int |
getWmNotificationTypeNSizeIs()
Gets the value of the wmNotificationTypeNSizeIs property.
|
java.util.List<java.lang.Integer> |
getWmNotifyParamId()
Gets the value of the wmNotifyParamId property.
|
int |
getWmNotifyParamIdNSizeIs()
Gets the value of the wmNotifyParamIdNSizeIs property.
|
java.util.List<java.lang.Integer> |
getWmSiteId()
Gets the value of the wmSiteId property.
|
int |
getWmSiteIdNSizeIs()
Gets the value of the wmSiteIdNSizeIs property.
|
int |
hashCode() |
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 |
setWmNotificationType(java.util.List<java.lang.Integer> wmNotificationType)
Sets the value of the wmNotificationType property.
|
void |
setWmNotificationTypeNSizeIs(int value)
Sets the value of the wmNotificationTypeNSizeIs property.
|
void |
setWmNotifyParamId(java.util.List<java.lang.Integer> wmNotifyParamId)
Sets the value of the wmNotifyParamId property.
|
void |
setWmNotifyParamIdNSizeIs(int value)
Sets the value of the wmNotifyParamIdNSizeIs 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.
|
java.lang.String |
toString() |
CfgNotifyParamFilter |
withWmBUId(java.util.Collection<java.lang.Integer> values) |
CfgNotifyParamFilter |
withWmBUId(java.lang.Integer... values) |
CfgNotifyParamFilter |
withWmBUIdNSizeIs(int value) |
CfgNotifyParamFilter |
withWmNotificationType(java.util.Collection<java.lang.Integer> values) |
CfgNotifyParamFilter |
withWmNotificationType(java.lang.Integer... values) |
CfgNotifyParamFilter |
withWmNotificationTypeNSizeIs(int value) |
CfgNotifyParamFilter |
withWmNotifyParamId(java.util.Collection<java.lang.Integer> values) |
CfgNotifyParamFilter |
withWmNotifyParamId(java.lang.Integer... values) |
CfgNotifyParamFilter |
withWmNotifyParamIdNSizeIs(int value) |
CfgNotifyParamFilter |
withWmSiteId(java.util.Collection<java.lang.Integer> values) |
CfgNotifyParamFilter |
withWmSiteId(java.lang.Integer... values) |
CfgNotifyParamFilter |
withWmSiteIdNSizeIs(int 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 wmNotifyParamIdNSizeIs
protected java.util.List<java.lang.Integer> wmNotifyParamId
protected int wmNotificationTypeNSizeIs
protected java.util.List<java.lang.Integer> wmNotificationType
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 getWmNotifyParamIdNSizeIs()
public void setWmNotifyParamIdNSizeIs(int value)
public java.util.List<java.lang.Integer> getWmNotifyParamId()
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 wmNotifyParamId property.
For example, to add a new item, do as follows:
getWmNotifyParamId().add(newItem);
Objects of the following type(s) are allowed in the list
Integer
public int getWmNotificationTypeNSizeIs()
public void setWmNotificationTypeNSizeIs(int value)
public java.util.List<java.lang.Integer> getWmNotificationType()
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 wmNotificationType property.
For example, to add a new item, do as follows:
getWmNotificationType().add(newItem);
Objects of the following type(s) are allowed in the list
Integer
public CfgNotifyParamFilter withWmBUIdNSizeIs(int value)
public CfgNotifyParamFilter withWmBUId(java.lang.Integer... values)
public CfgNotifyParamFilter withWmBUId(java.util.Collection<java.lang.Integer> values)
public CfgNotifyParamFilter withWmSiteIdNSizeIs(int value)
public CfgNotifyParamFilter withWmSiteId(java.lang.Integer... values)
public CfgNotifyParamFilter withWmSiteId(java.util.Collection<java.lang.Integer> values)
public CfgNotifyParamFilter withWmNotifyParamIdNSizeIs(int value)
public CfgNotifyParamFilter withWmNotifyParamId(java.lang.Integer... values)
public CfgNotifyParamFilter withWmNotifyParamId(java.util.Collection<java.lang.Integer> values)
public CfgNotifyParamFilter withWmNotificationTypeNSizeIs(int value)
public CfgNotifyParamFilter withWmNotificationType(java.lang.Integer... values)
public CfgNotifyParamFilter withWmNotificationType(java.util.Collection<java.lang.Integer> values)
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 setWmNotifyParamId(java.util.List<java.lang.Integer> wmNotifyParamId)
wmNotifyParamId
- allowed object is
Integer
public void setWmNotificationType(java.util.List<java.lang.Integer> wmNotificationType)
wmNotificationType
- 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.