Class GeneralConfiguration

java.lang.Object
com.liferay.search.experiences.rest.dto.v1_0.GeneralConfiguration
All Implemented Interfaces:
Serializable

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

    • clauseContributorsExcludes

      protected String[] clauseContributorsExcludes
    • clauseContributorsIncludes

      protected String[] clauseContributorsIncludes
    • emptySearchEnabled

      protected Boolean emptySearchEnabled
    • explain

      protected Boolean explain
    • includeResponseString

      protected Boolean includeResponseString
    • languageId

      protected String languageId
    • queryString

      protected String queryString
    • searchableAssetTypes

      protected String[] searchableAssetTypes
    • timeZoneId

      protected String timeZoneId
    • xClassName

      public String xClassName
  • Constructor Details

    • GeneralConfiguration

      public GeneralConfiguration()
  • Method Details

    • toDTO

      public static GeneralConfiguration toDTO(String json)
    • unsafeToDTO

      public static GeneralConfiguration unsafeToDTO(String json)
    • getClauseContributorsExcludes

      public String[] getClauseContributorsExcludes()
    • setClauseContributorsExcludes

      public void setClauseContributorsExcludes(String[] clauseContributorsExcludes)
    • setClauseContributorsExcludes

      public void setClauseContributorsExcludes(com.liferay.petra.function.UnsafeSupplier<String[],Exception> clauseContributorsExcludesUnsafeSupplier)
    • getClauseContributorsIncludes

      public String[] getClauseContributorsIncludes()
    • setClauseContributorsIncludes

      public void setClauseContributorsIncludes(String[] clauseContributorsIncludes)
    • setClauseContributorsIncludes

      public void setClauseContributorsIncludes(com.liferay.petra.function.UnsafeSupplier<String[],Exception> clauseContributorsIncludesUnsafeSupplier)
    • getEmptySearchEnabled

      public Boolean getEmptySearchEnabled()
    • setEmptySearchEnabled

      public void setEmptySearchEnabled(Boolean emptySearchEnabled)
    • setEmptySearchEnabled

      public void setEmptySearchEnabled(com.liferay.petra.function.UnsafeSupplier<Boolean,Exception> emptySearchEnabledUnsafeSupplier)
    • getExplain

      public Boolean getExplain()
    • setExplain

      public void setExplain(Boolean explain)
    • setExplain

      public void setExplain(com.liferay.petra.function.UnsafeSupplier<Boolean,Exception> explainUnsafeSupplier)
    • getIncludeResponseString

      public Boolean getIncludeResponseString()
    • setIncludeResponseString

      public void setIncludeResponseString(Boolean includeResponseString)
    • setIncludeResponseString

      public void setIncludeResponseString(com.liferay.petra.function.UnsafeSupplier<Boolean,Exception> includeResponseStringUnsafeSupplier)
    • getLanguageId

      public String getLanguageId()
    • setLanguageId

      public void setLanguageId(String languageId)
    • setLanguageId

      public void setLanguageId(com.liferay.petra.function.UnsafeSupplier<String,Exception> languageIdUnsafeSupplier)
    • getQueryString

      public String getQueryString()
    • setQueryString

      public void setQueryString(String queryString)
    • setQueryString

      public void setQueryString(com.liferay.petra.function.UnsafeSupplier<String,Exception> queryStringUnsafeSupplier)
    • getSearchableAssetTypes

      public String[] getSearchableAssetTypes()
    • setSearchableAssetTypes

      public void setSearchableAssetTypes(String[] searchableAssetTypes)
    • setSearchableAssetTypes

      public void setSearchableAssetTypes(com.liferay.petra.function.UnsafeSupplier<String[],Exception> searchableAssetTypesUnsafeSupplier)
    • getTimeZoneId

      public String getTimeZoneId()
    • setTimeZoneId

      public void setTimeZoneId(String timeZoneId)
    • setTimeZoneId

      public void setTimeZoneId(com.liferay.petra.function.UnsafeSupplier<String,Exception> timeZoneIdUnsafeSupplier)
    • 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