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