Class RatingReviewResponse
java.lang.Object
com.skava.core.validation.OutputModel
com.skava.ratingandreviews.model.datatransferobject.response.RatingReviewResponse
- All Implemented Interfaces:
Serializable
public class RatingReviewResponse
extends com.skava.core.validation.OutputModel
class RatingReviewResponse
this class provides the outputmodel of the ratingreview
- Author:
- Infosys Equinox
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionRatingReviewResponse
(RatingReviewDomain ratingReviewDOtemp) constructor which is used to assign values for the fields -
Method Summary
-
Constructor Details
-
RatingReviewResponse
constructor which is used to assign values for the fields- Parameters:
ratingReviewDOtemp
- used to give the collectionID,created time etc
-