Class Remind

java.lang.Object
io.vertx.up.atom.worker.Remind
All Implemented Interfaces:
Serializable

public class Remind extends Object implements Serializable
This worker is for @WebSocket annotation to configure the active sending message for alert ( Internal WebSite Message )
Author:
Lang
See Also:
  • Constructor Details

    • Remind

      public Remind()
  • Method Details

    • getName

      public String getName()
    • setName

      public void setName(String name)
    • getType

      public io.horizon.eon.em.scheduler.RemindType getType()
    • setType

      public void setType(io.horizon.eon.em.scheduler.RemindType type)
    • getSubscribe

      public String getSubscribe()
    • setSubscribe

      public void setSubscribe(String subscribe)
    • getAddress

      public String getAddress()
    • setAddress

      public void setAddress(String address)
    • getInput

      public Class<?> getInput()
    • setInput

      public void setInput(Class<?> input)
    • getProxy

      public Object getProxy()
    • setProxy

      public void setProxy(Object proxy)
    • getMethod

      public Method getMethod()
    • setMethod

      public void setMethod(Method method)
    • isSecure

      public boolean isSecure()
    • setSecure

      public void setSecure(boolean secure)
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object