public class CfgNotifyParam
extends java.lang.Object
implements java.io.Serializable
Modifier and Type | Field and Description |
---|---|
private long |
timestamp
Timestamp value
|
private java.lang.String |
wmMessage
E-mail message text
|
private int |
wmNotifyParamId
Notify Param ID
|
private int |
wmSiteId
Site ID (can be zero, indicating "general" subsystem param)
|
private java.lang.String |
wmSubject
E-mail subject text
|
private int |
wmSubsystemGroupId
Subsystem Group ID (30 - Calendar, 40 - Schedule, 90 - Trading, ...)
|
Constructor and Description |
---|
CfgNotifyParam() |
CfgNotifyParam(int wmNotifyParamId,
int wmSiteId,
int wmSubsystemGroupId,
java.lang.String wmSubject,
java.lang.String wmMessage,
long timestamp) |
Modifier and Type | Method and Description |
---|---|
long |
getTimestamp()
Gets the timestamp value for this CfgNotifyParam.
|
java.lang.String |
getWmMessage()
Gets the wmMessage value for this CfgNotifyParam.
|
int |
getWmNotifyParamId()
Gets the wmNotifyParamId value for this CfgNotifyParam.
|
int |
getWmSiteId()
Gets the wmSiteId value for this CfgNotifyParam.
|
java.lang.String |
getWmSubject()
Gets the wmSubject value for this CfgNotifyParam.
|
int |
getWmSubsystemGroupId()
Gets the wmSubsystemGroupId value for this CfgNotifyParam.
|
void |
setTimestamp(long timestamp)
Sets the timestamp value for this CfgNotifyParam.
|
void |
setWmMessage(java.lang.String wmMessage)
Sets the wmMessage value for this CfgNotifyParam.
|
void |
setWmNotifyParamId(int wmNotifyParamId)
Sets the wmNotifyParamId value for this CfgNotifyParam.
|
void |
setWmSiteId(int wmSiteId)
Sets the wmSiteId value for this CfgNotifyParam.
|
void |
setWmSubject(java.lang.String wmSubject)
Sets the wmSubject value for this CfgNotifyParam.
|
void |
setWmSubsystemGroupId(int wmSubsystemGroupId)
Sets the wmSubsystemGroupId value for this CfgNotifyParam.
|
private int wmNotifyParamId
private int wmSiteId
private int wmSubsystemGroupId
private java.lang.String wmSubject
private java.lang.String wmMessage
private long timestamp
public CfgNotifyParam()
public CfgNotifyParam(int wmNotifyParamId, int wmSiteId, int wmSubsystemGroupId, java.lang.String wmSubject, java.lang.String wmMessage, long timestamp)
public int getWmNotifyParamId()
public void setWmNotifyParamId(int wmNotifyParamId)
wmNotifyParamId
- public int getWmSiteId()
public void setWmSiteId(int wmSiteId)
wmSiteId
- public int getWmSubsystemGroupId()
public void setWmSubsystemGroupId(int wmSubsystemGroupId)
wmSubsystemGroupId
- public java.lang.String getWmSubject()
public void setWmSubject(java.lang.String wmSubject)
wmSubject
- public java.lang.String getWmMessage()
public void setWmMessage(java.lang.String wmMessage)
wmMessage
- public long getTimestamp()
public void setTimestamp(long timestamp)
timestamp
- Copyright © 2005-2016 Genesys Telecommunications Labs, Inc. All Rights Reserved.