public final class LmsMessageTemplate
extends java.lang.Object
Constructor | Description |
---|---|
LmsMessageTemplate() |
Default constructor.
|
LmsMessageTemplate(int id,
LmsBasedLogLevel level,
java.lang.String name,
java.lang.String format) |
constructor which initializes the properties with passed values.
|
Modifier and Type | Method | Description |
---|---|---|
java.lang.String |
getFormat() |
Gets the Format line of message template.
|
int |
getId() |
Gets the Id of the template.
|
LmsBasedLogLevel |
getLevel() |
Gets the Verbose of template message.
|
java.lang.String |
getName() |
Gets the Name of template message.
|
void |
setFormat(java.lang.String format) |
Sets the Format line of message template.
|
void |
setId(int id) |
Sets the Id of the template.
|
void |
setLevel(LmsBasedLogLevel level) |
Sets the Verbose of template message.
|
void |
setName(java.lang.String name) |
Sets the Name of template message.
|
java.lang.String |
toString() |
public LmsMessageTemplate()
LmsBasedLogLevel.NOTDEFINED
.public LmsMessageTemplate(int id, LmsBasedLogLevel level, java.lang.String name, java.lang.String format)
id
- Init value for "Id"level
- Init value for "Level"name
- Init value for "Name"format
- Init value for "Format"public LmsBasedLogLevel getLevel()
public void setLevel(LmsBasedLogLevel level)
public java.lang.String getName()
public void setName(java.lang.String name)
public java.lang.String getFormat()
public void setFormat(java.lang.String format)
public int getId()
public void setId(int id)
public java.lang.String toString()
toString
in class java.lang.Object
Send comments on this topicTechpubs.webadmin@genesys.com.
Document version: 9.0.006.00
Copyright © 2006–2019 Genesys Telecommunications Laboratories, Inc. All rights reserved.