Package com.algolia.model.ingestion
Class ShopifyMarket
java.lang.Object
com.algolia.model.ingestion.ShopifyMarket
Represents a market in Shopify.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaddCountries
(String countriesItem) addCurrencies
(String currenciesItem) addLocales
(String localesItem) boolean
Get countriesGet currenciesGet localesint
hashCode()
setCountries
(List<String> countries) setCurrencies
(List<String> currencies) setLocales
(List<String> locales) toString()
-
Constructor Details
-
ShopifyMarket
public ShopifyMarket()
-
-
Method Details
-
setCountries
-
addCountries
-
getCountries
Get countries -
setCurrencies
-
addCurrencies
-
getCurrencies
Get currencies -
setLocales
-
addLocales
-
getLocales
Get locales -
equals
-
hashCode
public int hashCode() -
toString
-