Class IndexerProperties.SearchProperties.ServiceProperties
- java.lang.Object
-
- com.broadleafcommerce.search.index.autoconfigure.IndexerProperties.SearchProperties.ServiceProperties
-
- Enclosing class:
- IndexerProperties.SearchProperties
public static class IndexerProperties.SearchProperties.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()StringgetReadFieldsPath()StringgetServiceClient()inthashCode()voidsetEndpoint(String endpoint)voidsetReadFieldsPath(String readFieldsPath)voidsetServiceClient(String serviceClient)StringtoString()
-
-
-
Method Detail
-
getEndpoint
public String getEndpoint()
-
getReadFieldsPath
public String getReadFieldsPath()
-
getServiceClient
public String getServiceClient()
-
setEndpoint
public void setEndpoint(String endpoint)
-
setReadFieldsPath
public void setReadFieldsPath(String readFieldsPath)
-
setServiceClient
public void setServiceClient(String serviceClient)
-
canEqual
protected boolean canEqual(Object other)
-
-