Class SearchResult

java.lang.Object
com.liferay.portal.search.rest.dto.v1_0.SearchResult
All Implemented Interfaces:
Serializable

@Generated("") public class SearchResult extends Object implements Serializable
See Also:
Generated:
  • Field Details

    • actions

      protected Map<String,Map<String,String>> actions
    • dateCreated

      protected Date dateCreated
    • dateModified

      protected Date dateModified
    • description

      protected String description
    • embedded

      protected Object embedded
    • entryClassName

      protected String entryClassName
    • itemURL

      protected String itemURL
    • score

      protected Float score
    • title

      protected String title
    • xClassName

      public String xClassName
  • Constructor Details

    • SearchResult

      public SearchResult()
  • Method Details

    • toDTO

      public static SearchResult toDTO(String json)
    • unsafeToDTO

      public static SearchResult unsafeToDTO(String json)
    • getActions

      @Valid public @Valid Map<String,Map<String,String>> getActions()
    • setActions

      public void setActions(Map<String,Map<String,String>> actions)
    • setActions

      public void setActions(com.liferay.petra.function.UnsafeSupplier<Map<String,Map<String,String>>,Exception> actionsUnsafeSupplier)
    • getDateCreated

      public Date getDateCreated()
    • setDateCreated

      public void setDateCreated(Date dateCreated)
    • setDateCreated

      public void setDateCreated(com.liferay.petra.function.UnsafeSupplier<Date,Exception> dateCreatedUnsafeSupplier)
    • getDateModified

      public Date getDateModified()
    • setDateModified

      public void setDateModified(Date dateModified)
    • setDateModified

      public void setDateModified(com.liferay.petra.function.UnsafeSupplier<Date,Exception> dateModifiedUnsafeSupplier)
    • getDescription

      public String getDescription()
    • setDescription

      public void setDescription(String description)
    • setDescription

      public void setDescription(com.liferay.petra.function.UnsafeSupplier<String,Exception> descriptionUnsafeSupplier)
    • getEmbedded

      @Valid public @Valid Object getEmbedded()
    • setEmbedded

      public void setEmbedded(Object embedded)
    • setEmbedded

      public void setEmbedded(com.liferay.petra.function.UnsafeSupplier<Object,Exception> embeddedUnsafeSupplier)
    • getEntryClassName

      public String getEntryClassName()
    • setEntryClassName

      public void setEntryClassName(String entryClassName)
    • setEntryClassName

      public void setEntryClassName(com.liferay.petra.function.UnsafeSupplier<String,Exception> entryClassNameUnsafeSupplier)
    • getItemURL

      public String getItemURL()
    • setItemURL

      public void setItemURL(String itemURL)
    • setItemURL

      public void setItemURL(com.liferay.petra.function.UnsafeSupplier<String,Exception> itemURLUnsafeSupplier)
    • getScore

      @Valid public @Valid Float getScore()
    • setScore

      public void setScore(Float score)
    • setScore

      public void setScore(com.liferay.petra.function.UnsafeSupplier<Float,Exception> scoreUnsafeSupplier)
    • getTitle

      public String getTitle()
    • setTitle

      public void setTitle(String title)
    • setTitle

      public void setTitle(com.liferay.petra.function.UnsafeSupplier<String,Exception> titleUnsafeSupplier)
    • equals

      public boolean equals(Object object)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object