|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.opennms.netmgt.xml.event.Logmsg
public class Logmsg
The event logmsg with the destination attribute defining if event is for display only, logonly, log and display or neither. A destination attribute of 'donotpersist' indicates that Eventd is not to persist the event to the database. The optional notify attributed can be used to suppress notices on a particular event (by default it is true - i.e. a notice will be sent.
| Constructor Summary | |
|---|---|
Logmsg()
|
|
| Method Summary | |
|---|---|
void |
deleteNotify()
|
String |
getContent()
Returns the value of field 'content'. |
String |
getDest()
Returns the value of field 'dest'. |
Boolean |
getNotify()
Returns the value of field 'notify'. |
boolean |
hasNotify()
Method hasNotify. |
Boolean |
isNotify()
Returns the value of field 'notify'. |
void |
setContent(String content)
Sets the value of field 'content'. |
void |
setDest(String dest)
Sets the value of field 'dest'. |
void |
setNotify(Boolean notify)
Sets the value of field 'notify'. |
String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public Logmsg()
| Method Detail |
|---|
public void deleteNotify()
public String getContent()
public String getDest()
public Boolean getNotify()
public boolean hasNotify()
public Boolean isNotify()
public void setContent(String content)
content - the value of field 'content'.public void setDest(String dest)
dest - the value of field 'dest'.public void setNotify(Boolean notify)
notify - the value of field 'notify'.public String toString()
toString in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||