Class RequestManager.SSEEvent

java.lang.Object
jadex.publishservice.impl.RequestManager.SSEEvent
Enclosing class:
RequestManager

public static class RequestManager.SSEEvent extends Object
SSE event data class.
  • Field Details

    • data

      protected Object data
      The real data.
    • execptiontype

      protected String execptiontype
      Exception type name when exception has occurred.
    • max

      protected Integer max
      The max value.
    • finished

      protected boolean finished
      Flag indicating if the call is finished.
    • callid

      protected String callid
      The callid.
  • Constructor Details

    • SSEEvent

      public SSEEvent()
  • Method Details

    • getData

      public Object getData()
      Returns:
      the data
    • setData

      public RequestManager.SSEEvent setData(Object data)
      Parameters:
      data - the data to set
    • getMax

      public Integer getMax()
      Returns:
      the max
    • setMax

      public RequestManager.SSEEvent setMax(Integer max)
      Parameters:
      max - the max to set
    • isFinished

      public boolean isFinished()
      Returns:
      the finished
    • setFinished

      public RequestManager.SSEEvent setFinished(boolean finished)
      Parameters:
      finished - the finished to set
    • getCallId

      public String getCallId()
      Returns:
      the callid
    • setCallId

      public RequestManager.SSEEvent setCallId(String callid)
      Parameters:
      callid - the callid to set
    • getExecptionType

      public String getExecptionType()
      Returns:
      the execptiontype
    • setExecptionType

      public RequestManager.SSEEvent setExecptionType(String execptiontype)
      Parameters:
      execptiontype - the execptiontype to set
    • toString

      public String toString()
      Overrides:
      toString in class Object