Class Rating
java.lang.Object
com.liferay.headless.delivery.dto.v1_0.Rating
- All Implemented Interfaces:
Serializable
- See Also:
- Generated:
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean
@Valid Creator
getId()
int
hashCode()
void
setActions
(com.liferay.petra.function.UnsafeSupplier<Map<String, Map<String, String>>, Exception> actionsUnsafeSupplier) void
void
setBestRating
(com.liferay.petra.function.UnsafeSupplier<Double, Exception> bestRatingUnsafeSupplier) void
setBestRating
(Double bestRating) void
setCreator
(Creator creator) void
setCreator
(com.liferay.petra.function.UnsafeSupplier<Creator, Exception> creatorUnsafeSupplier) void
setDateCreated
(com.liferay.petra.function.UnsafeSupplier<Date, Exception> dateCreatedUnsafeSupplier) void
setDateCreated
(Date dateCreated) void
setDateModified
(com.liferay.petra.function.UnsafeSupplier<Date, Exception> dateModifiedUnsafeSupplier) void
setDateModified
(Date dateModified) void
void
void
setRatingValue
(com.liferay.petra.function.UnsafeSupplier<Double, Exception> ratingValueUnsafeSupplier) void
setRatingValue
(Double ratingValue) void
setWorstRating
(com.liferay.petra.function.UnsafeSupplier<Double, Exception> worstRatingUnsafeSupplier) void
setWorstRating
(Double worstRating) static Rating
toString()
static Rating
unsafeToDTO
(String json)
-
Field Details
-
actions
-
bestRating
-
creator
-
dateCreated
-
dateModified
-
id
-
ratingValue
-
worstRating
-
xClassName
-
-
Constructor Details
-
Rating
public Rating()
-
-
Method Details
-
toDTO
-
unsafeToDTO
-
getActions
-
setActions
-
setActions
-
getBestRating
-
setBestRating
-
setBestRating
-
getCreator
-
setCreator
-
setCreator
-
getDateCreated
-
setDateCreated
-
setDateCreated
-
getDateModified
-
setDateModified
-
setDateModified
-
getId
-
setId
-
setId
-
getRatingValue
-
setRatingValue
-
setRatingValue
-
getWorstRating
-
setWorstRating
-
setWorstRating
-
equals
-
hashCode
public int hashCode() -
toString
-