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 java.lang.String |
wmMessage
E-mail message text
|
protected int |
wmNotifyParamId
Notify Param ID
|
protected int |
wmSiteId
Site ID (can be zero, indicating "general" subsystem param)
|
protected java.lang.String |
wmSubject
E-mail subject text
|
protected int |
wmSubsystemGroupId
Subsystem Group ID (30 - Calendar, 40 - Schedule, 90 - Trading, ...)
|
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.
|
java.lang.String |
getWmMessage()
Gets the value of the wmMessage property.
|
int |
getWmNotifyParamId()
Gets the value of the wmNotifyParamId property.
|
int |
getWmSiteId()
Gets the value of the wmSiteId property.
|
java.lang.String |
getWmSubject()
Gets the value of the wmSubject property.
|
int |
getWmSubsystemGroupId()
Gets the value of the wmSubsystemGroupId property.
|
int |
hashCode() |
void |
setTimestamp(long value)
Sets the value of the timestamp property.
|
void |
setWmMessage(java.lang.String value)
Sets the value of the wmMessage property.
|
void |
setWmNotifyParamId(int value)
Sets the value of the wmNotifyParamId property.
|
void |
setWmSiteId(int value)
Sets the value of the wmSiteId property.
|
void |
setWmSubject(java.lang.String value)
Sets the value of the wmSubject property.
|
void |
setWmSubsystemGroupId(int value)
Sets the value of the wmSubsystemGroupId property.
|
java.lang.String |
toString() |
CfgNotifyParam |
withTimestamp(long value) |
CfgNotifyParam |
withWmMessage(java.lang.String value) |
CfgNotifyParam |
withWmNotifyParamId(int value) |
CfgNotifyParam |
withWmSiteId(int value) |
CfgNotifyParam |
withWmSubject(java.lang.String value) |
CfgNotifyParam |
withWmSubsystemGroupId(int value) |
private static final long serialVersionUID
protected int wmNotifyParamId
protected int wmSiteId
protected int wmSubsystemGroupId
protected java.lang.String wmSubject
protected java.lang.String wmMessage
protected long timestamp
public int getWmNotifyParamId()
public void setWmNotifyParamId(int value)
public int getWmSiteId()
public void setWmSiteId(int value)
public int getWmSubsystemGroupId()
public void setWmSubsystemGroupId(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 withWmNotifyParamId(int value)
public CfgNotifyParam withWmSiteId(int value)
public CfgNotifyParam withWmSubsystemGroupId(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.