public class GeneralCategoryRecommendationImpl extends Object implements GeneralCategoryRecommendation, io.vrap.rmf.base.client.ModelBase
| Constructor and Description |
|---|
GeneralCategoryRecommendationImpl() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
String |
getCategoryName()
An English category name that is recommended for a product.
|
Double |
getConfidence()
Probability score for the category recommendation.
|
int |
hashCode() |
void |
setCategoryName(String categoryName) |
void |
setConfidence(Double confidence) |
getClass, notify, notifyAll, toString, wait, wait, waitbuilder, builder, of, of, typeReference, withGeneralCategoryRecommendationpublic GeneralCategoryRecommendationImpl()
public String getCategoryName()
An English category name that is recommended for a product.
getCategoryName in interface GeneralCategoryRecommendationpublic Double getConfidence()
Probability score for the category recommendation.
getConfidence in interface GeneralCategoryRecommendationpublic void setCategoryName(String categoryName)
setCategoryName in interface GeneralCategoryRecommendationpublic void setConfidence(Double confidence)
setConfidence in interface GeneralCategoryRecommendation