Class SearchResult
java.lang.Object
com.liferay.portal.search.rest.dto.v1_0.SearchResult
- All Implemented Interfaces:
Serializable
- See Also:
- Generated:
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean@Valid Object@Valid FloatgetScore()getTitle()inthashCode()voidsetActions(com.liferay.petra.function.UnsafeSupplier<Map<String, Map<String, String>>, Exception> actionsUnsafeSupplier) voidvoidsetDateCreated(com.liferay.petra.function.UnsafeSupplier<Date, Exception> dateCreatedUnsafeSupplier) voidsetDateCreated(Date dateCreated) voidsetDateModified(com.liferay.petra.function.UnsafeSupplier<Date, Exception> dateModifiedUnsafeSupplier) voidsetDateModified(Date dateModified) voidsetDescription(com.liferay.petra.function.UnsafeSupplier<String, Exception> descriptionUnsafeSupplier) voidsetDescription(String description) voidsetEmbedded(com.liferay.petra.function.UnsafeSupplier<Object, Exception> embeddedUnsafeSupplier) voidsetEmbedded(Object embedded) voidsetEntryClassName(com.liferay.petra.function.UnsafeSupplier<String, Exception> entryClassNameUnsafeSupplier) voidsetEntryClassName(String entryClassName) voidsetItemURL(com.liferay.petra.function.UnsafeSupplier<String, Exception> itemURLUnsafeSupplier) voidsetItemURL(String itemURL) voidvoidvoidvoidstatic SearchResulttoString()static SearchResultunsafeToDTO(String json)
-
Field Details
-
actions
-
dateCreated
-
dateModified
-
description
-
embedded
-
entryClassName
-
itemURL
-
score
-
title
-
xClassName
-
-
Constructor Details
-
SearchResult
public SearchResult()
-
-
Method Details
-
toDTO
-
unsafeToDTO
-
getActions
-
setActions
-
setActions
-
getDateCreated
-
setDateCreated
-
setDateCreated
-
getDateModified
-
setDateModified
-
setDateModified
-
getDescription
-
setDescription
-
setDescription
-
getEmbedded
-
setEmbedded
-
setEmbedded
-
getEntryClassName
-
setEntryClassName
-
setEntryClassName
-
getItemURL
-
setItemURL
-
setItemURL
-
getScore
-
setScore
-
setScore
-
getTitle
-
setTitle
-
setTitle
-
equals
-
hashCode
public int hashCode() -
toString
-