@Generated(value="")
public class GeneralConfiguration
extends java.lang.Object
implements java.io.Serializable
Modifier and Type | Field and Description |
---|---|
protected java.lang.String[] |
clauseContributorsExcludes |
protected java.lang.String[] |
clauseContributorsIncludes |
protected java.lang.Boolean |
emptySearchEnabled |
protected java.lang.Boolean |
explain |
protected java.lang.Boolean |
includeResponseString |
protected java.lang.String |
languageId |
protected java.lang.String |
queryString |
protected java.lang.String[] |
searchableAssetTypes |
protected java.lang.String |
timeZoneId |
java.lang.String |
xClassName |
Constructor and Description |
---|
GeneralConfiguration() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object object) |
java.lang.String[] |
getClauseContributorsExcludes() |
java.lang.String[] |
getClauseContributorsIncludes() |
java.lang.Boolean |
getEmptySearchEnabled() |
java.lang.Boolean |
getExplain() |
java.lang.Boolean |
getIncludeResponseString() |
java.lang.String |
getLanguageId() |
java.lang.String |
getQueryString() |
java.lang.String[] |
getSearchableAssetTypes() |
java.lang.String |
getTimeZoneId() |
int |
hashCode() |
void |
setClauseContributorsExcludes(java.lang.String[] clauseContributorsExcludes) |
void |
setClauseContributorsExcludes(com.liferay.petra.function.UnsafeSupplier<java.lang.String[],java.lang.Exception> clauseContributorsExcludesUnsafeSupplier) |
void |
setClauseContributorsIncludes(java.lang.String[] clauseContributorsIncludes) |
void |
setClauseContributorsIncludes(com.liferay.petra.function.UnsafeSupplier<java.lang.String[],java.lang.Exception> clauseContributorsIncludesUnsafeSupplier) |
void |
setEmptySearchEnabled(java.lang.Boolean emptySearchEnabled) |
void |
setEmptySearchEnabled(com.liferay.petra.function.UnsafeSupplier<java.lang.Boolean,java.lang.Exception> emptySearchEnabledUnsafeSupplier) |
void |
setExplain(java.lang.Boolean explain) |
void |
setExplain(com.liferay.petra.function.UnsafeSupplier<java.lang.Boolean,java.lang.Exception> explainUnsafeSupplier) |
void |
setIncludeResponseString(java.lang.Boolean includeResponseString) |
void |
setIncludeResponseString(com.liferay.petra.function.UnsafeSupplier<java.lang.Boolean,java.lang.Exception> includeResponseStringUnsafeSupplier) |
void |
setLanguageId(java.lang.String languageId) |
void |
setLanguageId(com.liferay.petra.function.UnsafeSupplier<java.lang.String,java.lang.Exception> languageIdUnsafeSupplier) |
void |
setQueryString(java.lang.String queryString) |
void |
setQueryString(com.liferay.petra.function.UnsafeSupplier<java.lang.String,java.lang.Exception> queryStringUnsafeSupplier) |
void |
setSearchableAssetTypes(java.lang.String[] searchableAssetTypes) |
void |
setSearchableAssetTypes(com.liferay.petra.function.UnsafeSupplier<java.lang.String[],java.lang.Exception> searchableAssetTypesUnsafeSupplier) |
void |
setTimeZoneId(java.lang.String timeZoneId) |
void |
setTimeZoneId(com.liferay.petra.function.UnsafeSupplier<java.lang.String,java.lang.Exception> timeZoneIdUnsafeSupplier) |
static GeneralConfiguration |
toDTO(java.lang.String json) |
java.lang.String |
toString() |
static GeneralConfiguration |
unsafeToDTO(java.lang.String json) |
protected java.lang.String[] clauseContributorsExcludes
protected java.lang.String[] clauseContributorsIncludes
protected java.lang.Boolean emptySearchEnabled
protected java.lang.Boolean explain
protected java.lang.Boolean includeResponseString
protected java.lang.String languageId
protected java.lang.String queryString
protected java.lang.String[] searchableAssetTypes
protected java.lang.String timeZoneId
public java.lang.String xClassName
public static GeneralConfiguration toDTO(java.lang.String json)
public static GeneralConfiguration unsafeToDTO(java.lang.String json)
public java.lang.String[] getClauseContributorsExcludes()
public void setClauseContributorsExcludes(java.lang.String[] clauseContributorsExcludes)
public void setClauseContributorsExcludes(com.liferay.petra.function.UnsafeSupplier<java.lang.String[],java.lang.Exception> clauseContributorsExcludesUnsafeSupplier)
public java.lang.String[] getClauseContributorsIncludes()
public void setClauseContributorsIncludes(java.lang.String[] clauseContributorsIncludes)
public void setClauseContributorsIncludes(com.liferay.petra.function.UnsafeSupplier<java.lang.String[],java.lang.Exception> clauseContributorsIncludesUnsafeSupplier)
public java.lang.Boolean getEmptySearchEnabled()
public void setEmptySearchEnabled(java.lang.Boolean emptySearchEnabled)
public void setEmptySearchEnabled(com.liferay.petra.function.UnsafeSupplier<java.lang.Boolean,java.lang.Exception> emptySearchEnabledUnsafeSupplier)
public java.lang.Boolean getExplain()
public void setExplain(java.lang.Boolean explain)
public void setExplain(com.liferay.petra.function.UnsafeSupplier<java.lang.Boolean,java.lang.Exception> explainUnsafeSupplier)
public java.lang.Boolean getIncludeResponseString()
public void setIncludeResponseString(java.lang.Boolean includeResponseString)
public void setIncludeResponseString(com.liferay.petra.function.UnsafeSupplier<java.lang.Boolean,java.lang.Exception> includeResponseStringUnsafeSupplier)
public java.lang.String getLanguageId()
public void setLanguageId(java.lang.String languageId)
public void setLanguageId(com.liferay.petra.function.UnsafeSupplier<java.lang.String,java.lang.Exception> languageIdUnsafeSupplier)
public java.lang.String getQueryString()
public void setQueryString(java.lang.String queryString)
public void setQueryString(com.liferay.petra.function.UnsafeSupplier<java.lang.String,java.lang.Exception> queryStringUnsafeSupplier)
public java.lang.String[] getSearchableAssetTypes()
public void setSearchableAssetTypes(java.lang.String[] searchableAssetTypes)
public void setSearchableAssetTypes(com.liferay.petra.function.UnsafeSupplier<java.lang.String[],java.lang.Exception> searchableAssetTypesUnsafeSupplier)
public java.lang.String getTimeZoneId()
public void setTimeZoneId(java.lang.String timeZoneId)
public void setTimeZoneId(com.liferay.petra.function.UnsafeSupplier<java.lang.String,java.lang.Exception> timeZoneIdUnsafeSupplier)
public boolean equals(java.lang.Object object)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public java.lang.String toString()
toString
in class java.lang.Object