Class IndexerProperties.TenantProperties.ServiceProperties
- java.lang.Object
-
- com.broadleafcommerce.search.index.autoconfigure.IndexerProperties.TenantProperties.ServiceProperties
-
- Enclosing class:
- IndexerProperties.TenantProperties
public static class IndexerProperties.TenantProperties.ServiceProperties extends Object
-
-
Constructor Summary
Constructors Constructor Description ServiceProperties()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected booleancanEqual(Object other)booleanequals(Object o)StringgetEndpoint()StringgetReadTenantsPath()StringgetServiceClient()inthashCode()voidsetEndpoint(String endpoint)voidsetReadTenantsPath(String readTenantsPath)voidsetServiceClient(String serviceClient)StringtoString()
-
-
-
Method Detail
-
getEndpoint
public String getEndpoint()
-
getReadTenantsPath
public String getReadTenantsPath()
-
getServiceClient
public String getServiceClient()
-
setEndpoint
public void setEndpoint(String endpoint)
-
setReadTenantsPath
public void setReadTenantsPath(String readTenantsPath)
-
setServiceClient
public void setServiceClient(String serviceClient)
-
canEqual
protected boolean canEqual(Object other)
-
-