Class RatingsSummaryResponse
java.lang.Object
com.skava.core.validation.OutputModel
com.skava.ratingandreviews.model.datatransferobject.response.RatingsSummaryResponse
- All Implemented Interfaces:
Serializable
public class RatingsSummaryResponse
extends com.skava.core.validation.OutputModel
RatingsSummaryResponse
this class provides the output model of the ratingsSummary.
- Author:
- Infosys Equinox
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionRatingsSummaryResponse
(RatingSummaryDomain ratingSummaryDOtemp) constructor which is used to assign values for the respective fields from the arguments passsed to it -
Method Summary
-
Constructor Details
-
RatingsSummaryResponse
constructor which is used to assign values for the respective fields from the arguments passsed to it- Parameters:
ratingSummaryDOtemp
- holds the information about the ratingSummaryDOtemp.
-