Class ProductInteractionRecommendation
java.lang.Object
com.liferay.headless.commerce.machine.learning.dto.v1_0.ProductInteractionRecommendation
- All Implemented Interfaces:
Serializable
- See Also:
- Generated:
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleangetJobId()getRank()@Valid FloatgetScore()inthashCode()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) voidvoidtoString()unsafeToDTO(String json)
-
Field Details
-
createDate
-
jobId
-
productId
-
rank
-
recommendedProductId
-
score
-
xClassName
-
-
Constructor Details
-
ProductInteractionRecommendation
public ProductInteractionRecommendation()
-
-
Method Details
-
toDTO
-
unsafeToDTO
-
getCreateDate
-
setCreateDate
-
setCreateDate
-
getJobId
-
setJobId
-
setJobId
-
getProductId
-
setProductId
-
setProductId
-
getRank
-
setRank
-
setRank
-
getRecommendedProductId
-
setRecommendedProductId
-
setRecommendedProductId
-
getScore
-
setScore
-
setScore
-
equals
-
hashCode
public int hashCode() -
toString
-