Class StoreCountriesChanged
java.lang.Object
com.commercetools.graphql.api.types.StoreCountriesChanged
- All Implemented Interfaces:
MessagePayload
-
Nested Class Summary
Nested Classes -
Constructor Summary
ConstructorsConstructorDescriptionStoreCountriesChanged(List<StoreCountry> addedCountries, List<StoreCountry> removedCountries, String type) -
Method Summary
Modifier and TypeMethodDescriptionbooleangetType()inthashCode()voidsetAddedCountries(List<StoreCountry> addedCountries) voidsetRemovedCountries(List<StoreCountry> removedCountries) voidtoString()
-
Constructor Details
-
StoreCountriesChanged
public StoreCountriesChanged() -
StoreCountriesChanged
public StoreCountriesChanged(List<StoreCountry> addedCountries, List<StoreCountry> removedCountries, String type)
-
-
Method Details
-
getAddedCountries
-
setAddedCountries
-
getRemovedCountries
-
setRemovedCountries
-
getType
- Specified by:
getTypein interfaceMessagePayload
-
setType
- Specified by:
setTypein interfaceMessagePayload
-
toString
-
equals
-
hashCode
public int hashCode() -
newBuilder
-