Class SuggestionsContributorResults
java.lang.Object
com.liferay.portal.search.rest.dto.v1_0.SuggestionsContributorResults
- All Implemented Interfaces:
Serializable
- See Also:
- Generated:
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean
@Valid Object
@Valid Suggestion[]
int
hashCode()
void
setAttributes
(com.liferay.petra.function.UnsafeSupplier<Object, Exception> attributesUnsafeSupplier) void
setAttributes
(Object attributes) void
setDisplayGroupName
(com.liferay.petra.function.UnsafeSupplier<String, Exception> displayGroupNameUnsafeSupplier) void
setDisplayGroupName
(String displayGroupName) void
setSuggestions
(com.liferay.petra.function.UnsafeSupplier<Suggestion[], Exception> suggestionsUnsafeSupplier) void
setSuggestions
(Suggestion[] suggestions) toString()
unsafeToDTO
(String json)
-
Field Details
-
attributes
-
displayGroupName
-
suggestions
-
xClassName
-
-
Constructor Details
-
SuggestionsContributorResults
public SuggestionsContributorResults()
-
-
Method Details
-
toDTO
-
unsafeToDTO
-
getAttributes
-
setAttributes
-
setAttributes
-
getDisplayGroupName
-
setDisplayGroupName
-
setDisplayGroupName
-
getSuggestions
-
setSuggestions
-
setSuggestions
public void setSuggestions(com.liferay.petra.function.UnsafeSupplier<Suggestion[], Exception> suggestionsUnsafeSupplier) -
equals
-
hashCode
public int hashCode() -
toString
-