Hyperic HQ Plugin API v. 4.4.0.2

org.hyperic.hq.events.server.session
Class TriggersCreatedZeventSource

java.lang.Object
  extended by org.hyperic.hq.events.server.session.TriggersCreatedZeventSource
All Implemented Interfaces:
java.io.Serializable, ZeventSourceId

public class TriggersCreatedZeventSource
extends java.lang.Object
implements ZeventSourceId

Source ID object for a TriggersCreatedZevent. This represents the Alert Definition whose triggers were created.

See Also:
Serialized Form

Constructor Summary
TriggersCreatedZeventSource(java.lang.Integer id)
           
 
Method Summary
 boolean equals(java.lang.Object o)
           
 java.lang.Integer getId()
           
 int hashCode()
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

TriggersCreatedZeventSource

public TriggersCreatedZeventSource(java.lang.Integer id)
Parameters:
id - The id of the AlertDefinition that the event is for.
Method Detail

equals

public boolean equals(java.lang.Object o)
Overrides:
equals in class java.lang.Object

getId

public java.lang.Integer getId()
Returns:
The id of the AlertDefinition that the event is for.

hashCode

public int hashCode()
Overrides:
hashCode in class java.lang.Object

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object

Hyperic HQ Plugin API v. 4.4.0.2

Copyright © 2004-2006 Hyperic, Inc. support@hyperic.net, All Rights Reserved.