Class RuleEvaluateResponse
java.lang.Object
com.beassolution.rule.dto.response.base.BaseResponseModel<Object>
com.beassolution.rule.dto.response.RuleEvaluateResponse
Response DTO for rule evaluation operations.
This class represents the response payload for rule evaluation operations in the Beas Rule Engine. It extends BaseResponseModel to provide a standardized response structure with the rule execution result.
The response contains the result of the rule execution, which can be any type of object depending on the rule logic.
- Since:
- 1.0
- Version:
- 1.0
- Author:
- Beas Solution Team
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
RuleEvaluateResponse
public RuleEvaluateResponse()
-