Class UserRecommendation
java.lang.Object
com.liferay.headless.commerce.machine.learning.dto.v1_0.UserRecommendation
- All Implemented Interfaces:
Serializable
- See Also:
- Generated:
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanLong[]getJobId()getRank()@Valid FloatgetScore()inthashCode()voidsetAssetCategoryIds(com.liferay.petra.function.UnsafeSupplier<Long[], Exception> assetCategoryIdsUnsafeSupplier) voidsetAssetCategoryIds(Long[] assetCategoryIds) voidsetCreateDate(com.liferay.petra.function.UnsafeSupplier<Date, Exception> createDateUnsafeSupplier) voidsetCreateDate(Date createDate) voidvoidvoidsetProductId(com.liferay.petra.function.UnsafeSupplier<Long, Exception> productIdUnsafeSupplier) voidsetProductId(Long productId) voidvoidvoidsetRecommendedProductId(com.liferay.petra.function.UnsafeSupplier<Long, Exception> recommendedProductIdUnsafeSupplier) voidsetRecommendedProductId(Long recommendedProductId) voidvoidstatic UserRecommendationtoString()static UserRecommendationunsafeToDTO(String json)
-
Field Details
-
assetCategoryIds
-
createDate
-
jobId
-
productId
-
rank
-
recommendedProductId
-
score
-
xClassName
-
-
Constructor Details
-
UserRecommendation
public UserRecommendation()
-
-
Method Details
-
toDTO
-
unsafeToDTO
-
getAssetCategoryIds
-
setAssetCategoryIds
-
setAssetCategoryIds
-
getCreateDate
-
setCreateDate
-
setCreateDate
-
getJobId
-
setJobId
-
setJobId
-
getProductId
-
setProductId
-
setProductId
-
getRank
-
setRank
-
setRank
-
getRecommendedProductId
-
setRecommendedProductId
-
setRecommendedProductId
-
getScore
-
setScore
-
setScore
-
equals
-
hashCode
public int hashCode() -
toString
-