Package com.skava.ratingandreviews.model
Class RatingReviewEventPayload
java.lang.Object
com.skava.ratingandreviews.model.RatingReviewEventPayload
- All Implemented Interfaces:
Serializable
Class RatingReviewEventPayLoad
this class is used to get the values through constructor as arguments as store it is different variable names
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionRatingReviewEventPayload
(long collectionId2, RatingReviewDomain ratingsReviewsDomain, String userid, String storeId, long businessId) constructor which is used to assign values for the fields with the help of arguments passed to the it -
Method Summary
-
Constructor Details
-
RatingReviewEventPayload
public RatingReviewEventPayload(long collectionId2, RatingReviewDomain ratingsReviewsDomain, String userid, String storeId, long businessId) constructor which is used to assign values for the fields with the help of arguments passed to the it- Parameters:
collectionId2
- Holds a valid collection identifier of this microservice. The requested operation will be performed on this collection identifier. A collection is the topmost entity of a microservice under which all the other entities/resources reside. Each collection represents an instance of the microservice with the configured properties. These properties can be modified to bring in a different behavior per collection of the same microservice. The Store association is the process of associating a microservice collection to a store along with its respective sub-entity. This way, the storefront can fetch/store the required information from that respective association.userid
- Holds the identifier of the user.storeId
- Holds the identifier of the store of the microserice.businessId
- Holds the business identifier Gets the businessId from the collectionIdratingsReviewsDomain
- Holds the information about the ratingReviewDomain
-