java.lang.Object
ru.bitel.common.model.Id
ru.bitel.common.model.IdTitle
ru.bitel.bgbilling.kernel.event.publish.common.bean.MQEvent
All Implemented Interfaces:
Serializable, GuiTitlable, Idable, ListItem

public class MQEvent extends IdTitle
See Also:
  • Field Details

  • Constructor Details

    • MQEvent

      public MQEvent()
  • Method Details

    • getEvent

      public String getEvent()
    • setEvent

      public void setEvent(String event)
    • getMqServer

      public int getMqServer()
    • setMqServer

      public void setMqServer(int mqServer)
    • getDestination

      public MQDestination getDestination()
    • setDestination

      public void setDestination(MQDestination destination)
    • getDeliveryMode

      public int getDeliveryMode()
    • setDeliveryMode

      public void setDeliveryMode(int deliveryMode)
    • getPriority

      public int getPriority()
    • setPriority

      public void setPriority(int priority)
    • getKeyTitle

      public static String getKeyTitle()
    • getTimeToLive

      public long getTimeToLive()
    • setTimeToLive

      public void setTimeToLive(long timeToLive)
    • setData

      public void setData(String data)
    • toJson

      public org.json.JSONObject toJson()