public class ProjectCategoryRecommendationMetaImpl extends Object implements ProjectCategoryRecommendationMeta, io.vrap.rmf.base.client.ModelBase
| Constructor and Description |
|---|
ProjectCategoryRecommendationMetaImpl() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
List<String> |
getGeneralCategoryNames()
Top 5 general categories that were used internally to generate the project-specific categories.
|
String |
getProductImageUrl()
The product image that was used to generate recommendations.
|
String |
getProductName()
The product name that was used to generate recommendations.
|
int |
hashCode() |
void |
setGeneralCategoryNames(List<String> generalCategoryNames) |
void |
setGeneralCategoryNames(String... generalCategoryNames) |
void |
setProductImageUrl(String productImageUrl) |
void |
setProductName(String productName) |
getClass, notify, notifyAll, toString, wait, wait, waitbuilder, builder, of, of, typeReference, withProjectCategoryRecommendationMetapublic ProjectCategoryRecommendationMetaImpl()
public String getProductName()
The product name that was used to generate recommendations.
getProductName in interface ProjectCategoryRecommendationMetapublic String getProductImageUrl()
The product image that was used to generate recommendations.
getProductImageUrl in interface ProjectCategoryRecommendationMetapublic List<String> getGeneralCategoryNames()
Top 5 general categories that were used internally to generate the project-specific categories. These category names are not related to the categories defined in the project, but they provide additional information to understand the project-specific categories in the results section.
getGeneralCategoryNames in interface ProjectCategoryRecommendationMetapublic void setProductName(String productName)
setProductName in interface ProjectCategoryRecommendationMetapublic void setProductImageUrl(String productImageUrl)
setProductImageUrl in interface ProjectCategoryRecommendationMetapublic void setGeneralCategoryNames(String... generalCategoryNames)
setGeneralCategoryNames in interface ProjectCategoryRecommendationMetapublic void setGeneralCategoryNames(List<String> generalCategoryNames)
setGeneralCategoryNames in interface ProjectCategoryRecommendationMeta