public class XPFProductRecommendationsContext extends XPFPaginatedContext
| Constructor and Description | 
|---|
XPFProductRecommendationsContext(int pageSize,
                                int pageNumber,
                                String recommendationType,
                                String sourceProductCode,
                                XPFStore store)
Constructor. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
protected boolean | 
canEqual(Object other)  | 
boolean | 
equals(Object o)  | 
@NonNull String | 
getRecommendationType()
The recommendation type. 
 | 
@NonNull String | 
getSourceProductCode()
The source product code. 
 | 
@NonNull XPFStore | 
getStore()
The store. 
 | 
int | 
hashCode()  | 
String | 
toString()  | 
getPageNumber, getPageSizegetCustomDatapublic XPFProductRecommendationsContext(int pageSize,
                                        int pageNumber,
                                        String recommendationType,
                                        String sourceProductCode,
                                        XPFStore store)
pageSize - the page sizepageNumber - the page numberrecommendationType - the recommendation typesourceProductCode - the source product codestore - the store@NonNull public @NonNull String getRecommendationType()
@NonNull public @NonNull String getSourceProductCode()
@NonNull public @NonNull XPFStore getStore()
public String toString()
toString in class XPFPaginatedContextpublic boolean equals(Object o)
equals in class XPFPaginatedContextprotected boolean canEqual(Object other)
canEqual in class XPFPaginatedContextpublic int hashCode()
hashCode in class XPFPaginatedContextCopyright © 2024. All rights reserved.