Class TriggerEventRequest

  • All Implemented Interfaces:
    java.io.Serializable

    public class TriggerEventRequest
    extends java.lang.Object
    implements java.io.Serializable
    See Also:
    Serialized Form
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getChoice()  
      java.lang.String getEvent()  
      void setChoice​(java.lang.String choice)  
      void setEvent​(java.lang.String event)  
      • Methods inherited from class java.lang.Object

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

      • TriggerEventRequest

        public TriggerEventRequest()
    • Method Detail

      • setEvent

        public void setEvent​(java.lang.String event)
      • getEvent

        public java.lang.String getEvent()
      • setChoice

        public void setChoice​(java.lang.String choice)
      • getChoice

        public java.lang.String getChoice()