Class CrossViewScopeClientResponseData
java.lang.Object
de.xima.fc.gui.bean.designer.conversation.CrossViewScopeClientResponseData
- All Implemented Interfaces:
Serializable
POJO model for the data received from the client to a cross view scope push message.
- Since:
- 7.0.0
- Author:
- XIMA MEDIA GmbH
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncom.alibaba.fastjson.JSONObject
getError()
void
setClientData
(com.alibaba.fastjson.JSONObject clientData) void
void
setHandlerToken
(String handlerToken)
-
Constructor Details
-
CrossViewScopeClientResponseData
public CrossViewScopeClientResponseData()
-
-
Method Details
-
getClientData
public com.alibaba.fastjson.JSONObject getClientData()- Returns:
- Additional data returned from the client.
-
getError
- Returns:
- Error message if an error occurred on the client.
-
getHandlerToken
- Returns:
- Token for this request that was echoed back.
-
setClientData
public void setClientData(com.alibaba.fastjson.JSONObject clientData) - Parameters:
clientData
- Additional data returned from the client.
-
setError
- Parameters:
error
- Error message if an error occurred on the client.
-
setHandlerToken
- Parameters:
handlerToken
- Token for this request that was echoed back.
-