org.netxms.client.events
Class EventProcessingPolicyRule

java.lang.Object
  extended by org.netxms.client.events.EventProcessingPolicyRule

public class EventProcessingPolicyRule
extends java.lang.Object

This class represents single rule of event processing policy.

Author:
Victor

Constructor Summary
EventProcessingPolicyRule(NXCPMessage msg)
          Create rule from NXCP message.
 
Method Summary
 java.lang.String getComments()
          Get rule's comments.
 void setComments(java.lang.String comments)
          Set rule's comments.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EventProcessingPolicyRule

public EventProcessingPolicyRule(NXCPMessage msg)
Create rule from NXCP message.

Parameters:
msg - NXCP message
Method Detail

getComments

public java.lang.String getComments()
Get rule's comments.

Returns:
Rule's comments

setComments

public void setComments(java.lang.String comments)
Set rule's comments.

Parameters:
comments - New comments


Copyright © 2009. All Rights Reserved.