Package jadex.publishservice.impl
Class RequestManager.SSEEvent
java.lang.Object
jadex.publishservice.impl.RequestManager.SSEEvent
- Enclosing class:
RequestManager
SSE event data class.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetData()
getMax()
boolean
setExecptionType
(String execptiontype) setFinished
(boolean finished) toString()
-
Field Details
-
data
The real data. -
execptiontype
Exception type name when exception has occurred. -
max
The max value. -
finished
protected boolean finishedFlag indicating if the call is finished. -
callid
The callid.
-
-
Constructor Details
-
SSEEvent
public SSEEvent()
-
-
Method Details
-
getData
- Returns:
- the data
-
setData
- Parameters:
data
- the data to set
-
getMax
- Returns:
- the max
-
setMax
- Parameters:
max
- the max to set
-
isFinished
public boolean isFinished()- Returns:
- the finished
-
setFinished
- Parameters:
finished
- the finished to set
-
getCallId
- Returns:
- the callid
-
setCallId
- Parameters:
callid
- the callid to set
-
getExecptionType
- Returns:
- the execptiontype
-
setExecptionType
- Parameters:
execptiontype
- the execptiontype to set
-
toString
-