Class IndexerProperties.TenantProperties
- java.lang.Object
-
- com.broadleafcommerce.search.index.autoconfigure.IndexerProperties.TenantProperties
-
- Enclosing class:
- IndexerProperties
public static class IndexerProperties.TenantProperties extends Object
The service client to use when interacting with the search service. Default is "indexerclient".
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classIndexerProperties.TenantProperties.ServiceProperties
-
Constructor Summary
Constructors Constructor Description TenantProperties()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected booleancanEqual(Object other)booleanequals(Object o)IndexerProperties.TenantProperties.ServicePropertiesgetService()inthashCode()voidsetService(IndexerProperties.TenantProperties.ServiceProperties service)StringtoString()
-
-
-
Method Detail
-
getService
public IndexerProperties.TenantProperties.ServiceProperties getService()
-
setService
public void setService(IndexerProperties.TenantProperties.ServiceProperties service)
-
canEqual
protected boolean canEqual(Object other)
-
-