Class EventSubscriptionQueryValue

  • All Implemented Interfaces:
    java.io.Serializable

    public class EventSubscriptionQueryValue
    extends java.lang.Object
    implements java.io.Serializable
    Author:
    Daniel Meyer
    See Also:
    Serialized Form
    • Field Summary

      Fields 
      Modifier and Type Field Description
      protected java.lang.String eventName  
      protected java.lang.String eventType  
    • Constructor Summary

      Constructors 
      Constructor Description
      EventSubscriptionQueryValue​(java.lang.String eventName, java.lang.String eventType)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getEventName()  
      java.lang.String getEventType()  
      void setEventName​(java.lang.String eventName)  
      void setEventType​(java.lang.String eventType)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • eventType

        protected java.lang.String eventType
      • eventName

        protected java.lang.String eventName
    • Constructor Detail

      • EventSubscriptionQueryValue

        public EventSubscriptionQueryValue​(java.lang.String eventName,
                                           java.lang.String eventType)
    • Method Detail

      • getEventType

        public java.lang.String getEventType()
      • setEventType

        public void setEventType​(java.lang.String eventType)
      • getEventName

        public java.lang.String getEventName()
      • setEventName

        public void setEventName​(java.lang.String eventName)