Class FacetConfiguration
java.lang.Object
com.liferay.portal.search.rest.dto.v1_0.FacetConfiguration
- All Implemented Interfaces:
Serializable
- See Also:
- Generated:
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleangetName()@Valid Object[]inthashCode()voidsetAggregationName(com.liferay.petra.function.UnsafeSupplier<String, Exception> aggregationNameUnsafeSupplier) voidsetAggregationName(String aggregationName) voidsetAttributes(com.liferay.petra.function.UnsafeSupplier<Map<String, Object>, Exception> attributesUnsafeSupplier) voidsetAttributes(Map<String, Object> attributes) voidsetFrequencyThreshold(com.liferay.petra.function.UnsafeSupplier<Integer, Exception> frequencyThresholdUnsafeSupplier) voidsetFrequencyThreshold(Integer frequencyThreshold) voidsetMaxTerms(com.liferay.petra.function.UnsafeSupplier<Integer, Exception> maxTermsUnsafeSupplier) voidsetMaxTerms(Integer maxTerms) voidvoidvoidvoidstatic FacetConfigurationtoString()static FacetConfigurationunsafeToDTO(String json)
-
Field Details
-
aggregationName
-
attributes
-
frequencyThreshold
-
maxTerms
-
name
-
values
-
xClassName
-
-
Constructor Details
-
FacetConfiguration
public FacetConfiguration()
-
-
Method Details
-
toDTO
-
unsafeToDTO
-
getAggregationName
-
setAggregationName
-
setAggregationName
-
getAttributes
-
setAttributes
-
setAttributes
-
getFrequencyThreshold
-
setFrequencyThreshold
-
setFrequencyThreshold
-
getMaxTerms
-
setMaxTerms
-
setMaxTerms
-
getName
-
setName
-
setName
-
getValues
-
setValues
-
setValues
-
equals
-
hashCode
public int hashCode() -
toString
-