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 CreatorgetId()inthashCode()voidsetActions(com.liferay.petra.function.UnsafeSupplier<Map<String, Map<String, String>>, Exception> actionsUnsafeSupplier) voidvoidsetBestRating(com.liferay.petra.function.UnsafeSupplier<Double, Exception> bestRatingUnsafeSupplier) voidsetBestRating(Double bestRating) voidsetCreator(Creator creator) voidsetCreator(com.liferay.petra.function.UnsafeSupplier<Creator, Exception> creatorUnsafeSupplier) voidsetDateCreated(com.liferay.petra.function.UnsafeSupplier<Date, Exception> dateCreatedUnsafeSupplier) voidsetDateCreated(Date dateCreated) voidsetDateModified(com.liferay.petra.function.UnsafeSupplier<Date, Exception> dateModifiedUnsafeSupplier) voidsetDateModified(Date dateModified) voidvoidvoidsetRatingValue(com.liferay.petra.function.UnsafeSupplier<Double, Exception> ratingValueUnsafeSupplier) voidsetRatingValue(Double ratingValue) voidsetWorstRating(com.liferay.petra.function.UnsafeSupplier<Double, Exception> worstRatingUnsafeSupplier) voidsetWorstRating(Double worstRating) static RatingtoString()static RatingunsafeToDTO(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
-