Package com.algolia.model.ingestion
Class BigCommerceChannel
java.lang.Object
com.algolia.model.ingestion.BigCommerceChannel
BigCommerceChannel
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaddCurrencies(String currenciesItem) booleanAn array of currencies for the given channel `ID`, a currency is a trigram string that represents the currency code.getId()The ID of the bigcommerce channel.inthashCode()setCurrencies(List<String> currencies) toString()
-
Constructor Details
-
BigCommerceChannel
public BigCommerceChannel()
-
-
Method Details
-
setId
-
getId
The ID of the bigcommerce channel. -
setCurrencies
-
addCurrencies
-
getCurrencies
An array of currencies for the given channel `ID`, a currency is a trigram string that represents the currency code. -
equals
-
hashCode
public int hashCode() -
toString
-