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 TypeMethodDescriptionboolean
getName()
@Valid Object[]
int
hashCode()
void
setAggregationName
(com.liferay.petra.function.UnsafeSupplier<String, Exception> aggregationNameUnsafeSupplier) void
setAggregationName
(String aggregationName) void
setAttributes
(com.liferay.petra.function.UnsafeSupplier<Map<String, Object>, Exception> attributesUnsafeSupplier) void
setAttributes
(Map<String, Object> attributes) void
setFrequencyThreshold
(com.liferay.petra.function.UnsafeSupplier<Integer, Exception> frequencyThresholdUnsafeSupplier) void
setFrequencyThreshold
(Integer frequencyThreshold) void
setMaxTerms
(com.liferay.petra.function.UnsafeSupplier<Integer, Exception> maxTermsUnsafeSupplier) void
setMaxTerms
(Integer maxTerms) void
void
void
void
static FacetConfiguration
toString()
static FacetConfiguration
unsafeToDTO
(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
-