public class CfgNotifyParam
extends java.lang.Object
implements java.io.Serializable
Modifier and Type | Field and Description |
---|---|
private static long |
serialVersionUID |
protected long |
timestamp
Timestamp value
|
protected int |
wmBUId
Business Unit ID
|
protected java.lang.String |
wmMessage
E-mail message text template
|
protected int |
wmNotificationType
|
protected int |
wmNotifyParamId
Notify Param ID
|
protected java.util.List<java.lang.Integer> |
wmSiteId
Site IDs
|
protected int |
wmSiteIdNSizeIs |
protected java.lang.String |
wmSubject
E-mail subject text template
|
Constructor and Description |
---|
CfgNotifyParam() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object that) |
long |
getTimestamp()
Gets the value of the timestamp property.
|
int |
getWmBUId()
Gets the value of the wmBUId property.
|
java.lang.String |
getWmMessage()
Gets the value of the wmMessage property.
|
int |
getWmNotificationType()
Gets the value of the wmNotificationType property.
|
int |
getWmNotifyParamId()
Gets the value of the wmNotifyParamId property.
|
java.util.List<java.lang.Integer> |
getWmSiteId()
Gets the value of the wmSiteId property.
|
int |
getWmSiteIdNSizeIs()
Gets the value of the wmSiteIdNSizeIs property.
|
java.lang.String |
getWmSubject()
Gets the value of the wmSubject property.
|
int |
hashCode() |
void |
setTimestamp(long value)
Sets the value of the timestamp property.
|
void |
setWmBUId(int value)
Sets the value of the wmBUId property.
|
void |
setWmMessage(java.lang.String value)
Sets the value of the wmMessage property.
|
void |
setWmNotificationType(int value)
Sets the value of the wmNotificationType property.
|
void |
setWmNotifyParamId(int value)
Sets the value of the wmNotifyParamId property.
|
void |
setWmSiteId(java.util.List<java.lang.Integer> wmSiteId) |
void |
setWmSiteIdNSizeIs(int value)
Sets the value of the wmSiteIdNSizeIs property.
|
void |
setWmSubject(java.lang.String value)
Sets the value of the wmSubject property.
|
java.lang.String |
toString() |
CfgNotifyParam |
withTimestamp(long value) |
CfgNotifyParam |
withWmBUId(int value) |
CfgNotifyParam |
withWmMessage(java.lang.String value) |
CfgNotifyParam |
withWmNotificationType(int value) |
CfgNotifyParam |
withWmNotifyParamId(int value) |
CfgNotifyParam |
withWmSiteId(java.util.Collection<java.lang.Integer> values) |
CfgNotifyParam |
withWmSiteId(java.lang.Integer... values) |
CfgNotifyParam |
withWmSiteIdNSizeIs(int value) |
CfgNotifyParam |
withWmSubject(java.lang.String value) |
private static final long serialVersionUID
protected int wmNotifyParamId
protected int wmBUId
protected int wmSiteIdNSizeIs
protected java.util.List<java.lang.Integer> wmSiteId
protected int wmNotificationType
protected java.lang.String wmSubject
protected java.lang.String wmMessage
protected long timestamp
public int getWmNotifyParamId()
public void setWmNotifyParamId(int value)
public int getWmBUId()
public void setWmBUId(int value)
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 void setWmSiteId(java.util.List<java.lang.Integer> wmSiteId)
public int getWmNotificationType()
public void setWmNotificationType(int value)
public java.lang.String getWmSubject()
String
public void setWmSubject(java.lang.String value)
value
- allowed object is
String
public java.lang.String getWmMessage()
String
public void setWmMessage(java.lang.String value)
value
- allowed object is
String
public long getTimestamp()
public void setTimestamp(long value)
public CfgNotifyParam withWmBUId(int value)
public CfgNotifyParam withWmNotifyParamId(int value)
public CfgNotifyParam withWmSiteId(java.util.Collection<java.lang.Integer> values)
public CfgNotifyParam withWmSiteId(java.lang.Integer... values)
public CfgNotifyParam withWmSiteIdNSizeIs(int value)
public CfgNotifyParam withWmNotificationType(int value)
public CfgNotifyParam withWmSubject(java.lang.String value)
public CfgNotifyParam withWmMessage(java.lang.String value)
public CfgNotifyParam withTimestamp(long value)
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.