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, getPageSize
getCustomData
public 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 XPFPaginatedContext
public boolean equals(Object o)
equals
in class XPFPaginatedContext
protected boolean canEqual(Object other)
canEqual
in class XPFPaginatedContext
public int hashCode()
hashCode
in class XPFPaginatedContext
Copyright © 2024. All rights reserved.