public class XPFProductRecommendations extends XPFPaginatedResults
| Constructor and Description | 
|---|
XPFProductRecommendations(int totalResultsCount,
                         List<XPFProductRecommendation> recommendations)
Constructor. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
protected boolean | 
canEqual(Object other)  | 
boolean | 
equals(Object o)  | 
@NonNull List<XPFProductRecommendation> | 
getRecommendations()
The list of recommendations. 
 | 
int | 
hashCode()  | 
String | 
toString()  | 
getTotalResultsCountgetCustomDatapublic XPFProductRecommendations(int totalResultsCount,
                                 List<XPFProductRecommendation> recommendations)
totalResultsCount - the total results countrecommendations - the list of recommendations@NonNull public @NonNull List<XPFProductRecommendation> getRecommendations()
public String toString()
toString in class XPFPaginatedResultspublic boolean equals(Object o)
equals in class XPFPaginatedResultsprotected boolean canEqual(Object other)
canEqual in class XPFPaginatedResultspublic int hashCode()
hashCode in class XPFPaginatedResultsCopyright © 2024. All rights reserved.