Class SearchData

java.lang.Object
org.codelibs.fess.ds.salesforce.api.SearchData

public class SearchData extends Object
  • Field Details

    • type

      protected String type
    • id

      protected String id
    • title

      protected String title
    • content

      protected String content
    • description

      protected String description
    • created

      protected Date created
    • lastModified

      protected Date lastModified
    • thumbnail

      protected String thumbnail
  • Constructor Details

    • SearchData

      public SearchData(String type, com.fasterxml.jackson.databind.JsonNode node, SearchLayout obj)
  • Method Details

    • getType

      public String getType()
    • getId

      public String getId()
    • getTitle

      public String getTitle()
    • getContent

      public String getContent()
    • getDescription

      public String getDescription()
    • getCreated

      public Date getCreated()
    • getLastModified

      public Date getLastModified()
    • getThumbnail

      public String getThumbnail()