Class UserContentRecommendation
java.lang.Object
com.liferay.analytics.machine.learning.content.UserContentRecommendation
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionlong[]
long
long
getJobId()
long
float
getScore()
void
setAssetCategoryIds
(long[] assetCategoryIds) void
setCompanyId
(long companyId) void
setCreateDate
(Date createDate) void
setEntryClassPK
(long entryClassPK) void
void
setRecommendedEntryClassPK
(long recommendedEntryClassPK) void
setScore
(float score)
-
Constructor Details
-
UserContentRecommendation
public UserContentRecommendation()
-
-
Method Details
-
getAssetCategoryIds
public long[] getAssetCategoryIds() -
getCompanyId
public long getCompanyId() -
getCreateDate
-
getEntryClassPK
public long getEntryClassPK() -
getJobId
-
getRecommendedEntryClassPK
public long getRecommendedEntryClassPK() -
getScore
public float getScore() -
setAssetCategoryIds
public void setAssetCategoryIds(long[] assetCategoryIds) -
setCompanyId
public void setCompanyId(long companyId) -
setCreateDate
-
setEntryClassPK
public void setEntryClassPK(long entryClassPK) -
setJobId
-
setRecommendedEntryClassPK
public void setRecommendedEntryClassPK(long recommendedEntryClassPK) -
setScore
public void setScore(float score)
-