Class OpenPdfInlineViaSessionKeyResponse
java.lang.Object
de.xima.fc.gui.bean.designer.request.OpenPdfInlineViaSessionKeyResponse
- All Implemented Interfaces:
Serializable
POJO response data for
OpenPdfInlineViaSessionKeyRequest
.- Since:
- 7.2.0
- Author:
- XIMA MEDIA GmbH
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionOpenPdfInlineViaSessionKeyResponse
(boolean success, String error) Creates a new POJO with the given data. -
Method Summary
-
Constructor Details
-
OpenPdfInlineViaSessionKeyResponse
Creates a new POJO with the given data.- Parameters:
success
- Whether the element could be inserted.error
- Error that occurred.
-
-
Method Details
-
isSuccess
public boolean isSuccess()- Returns:
- Whether the element could be inserted.
-
getError
- Returns:
- Error that occurred.
-