Class SnIndexerConfiguration

java.lang.Object
de.hybris.platform.searchservices.admin.data.SnIndexerConfiguration
All Implemented Interfaces:
Serializable

public class SnIndexerConfiguration extends Object implements Serializable
See Also:
  • Constructor Details

    • SnIndexerConfiguration

      public SnIndexerConfiguration()
  • Method Details

    • setId

      public void setId(String id)
    • getId

      public String getId()
    • setName

      public void setName(Map<Locale,String> name)
    • getName

      public Map<Locale,String> getName()
    • setConcurrency

      public void setConcurrency(Integer concurrency)
    • getConcurrency

      public Integer getConcurrency()
    • setBatchSize

      public void setBatchSize(Integer batchSize)
    • getBatchSize

      public Integer getBatchSize()
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object