Class BaseResponseModel<T>
java.lang.Object
com.beassolution.rule.dto.response.base.BaseResponseModel<T>
- Type Parameters:
T
- The type of the response payload
- Direct Known Subclasses:
RuleEvaluateResponse
Generic base response model for API responses with data payload.
This class provides a generic wrapper for API responses that include both status information and a typed response payload. It extends the BaseResponse to include a generic response object.
Key components include:
- Status information from BaseResponse
- Generic response payload
- Since:
- 1.0
- Version:
- 1.0
- Author:
- Beas Solution Team
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
BaseResponseModel
public BaseResponseModel()
-