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 Float
getScore()
getTitle()
int
hashCode()
void
setActions
(com.liferay.petra.function.UnsafeSupplier<Map<String, Map<String, String>>, Exception> actionsUnsafeSupplier) void
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
setDescription
(com.liferay.petra.function.UnsafeSupplier<String, Exception> descriptionUnsafeSupplier) void
setDescription
(String description) void
setEmbedded
(com.liferay.petra.function.UnsafeSupplier<Object, Exception> embeddedUnsafeSupplier) void
setEmbedded
(Object embedded) void
setEntryClassName
(com.liferay.petra.function.UnsafeSupplier<String, Exception> entryClassNameUnsafeSupplier) void
setEntryClassName
(String entryClassName) void
setItemURL
(com.liferay.petra.function.UnsafeSupplier<String, Exception> itemURLUnsafeSupplier) void
setItemURL
(String itemURL) void
void
void
void
static SearchResult
toString()
static SearchResult
unsafeToDTO
(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
-