|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.opennms.netmgt.xml.event.Forward
public class Forward
The forwarding information for this event - state determines if event is forwarded, mechanism determines how event is forwarded .
| Constructor Summary | |
|---|---|
Forward()
|
|
| Method Summary | |
|---|---|
String |
getContent()
Returns the value of field 'content'. |
String |
getMechanism()
Returns the value of field 'mechanism'. |
String |
getState()
Returns the value of field 'state'. |
void |
setContent(String content)
Sets the value of field 'content'. |
void |
setMechanism(String mechanism)
Sets the value of field 'mechanism'. |
void |
setState(String state)
Sets the value of field 'state'. |
String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public Forward()
| Method Detail |
|---|
public String getContent()
public String getMechanism()
public String getState()
public void setContent(String content)
content - the value of field 'content'.public void setMechanism(String mechanism)
mechanism - the value of field 'mechanism'.public void setState(String state)
state - the value of field 'state'.public String toString()
toString in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||