Class StoreNameSetMessagePayloadImpl
java.lang.Object
com.commercetools.api.models.message.StoreNameSetMessagePayloadImpl
- All Implemented Interfaces:
MessagePayload,MessagePayloadMixin,StoreNameSetMessagePayload,io.vrap.rmf.base.client.ModelBase
public class StoreNameSetMessagePayloadImpl
extends Object
implements StoreNameSetMessagePayload, io.vrap.rmf.base.client.ModelBase
Generated after a successful Set Name update action.
-
Nested Class Summary
Nested classes/interfaces inherited from interface io.vrap.rmf.base.client.ModelBase
io.vrap.rmf.base.client.ModelBase.FilteredRecursiveToStringStyle -
Field Summary
Fields inherited from interface com.commercetools.api.models.message.StoreNameSetMessagePayload
STORE_NAME_SET -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncopyDeep()booleangetName()Names set for the Store in different locales.getType()inthashCode()voidsetName(LocalizedString name) voidsetNameAllLocales(LocalizedString... nameAllLocales) Names set for the Store in different locales.voidsetNameAllLocales(List<LocalizedString> nameAllLocales) Names set for the Store in different locales.toString()Methods inherited from interface com.commercetools.api.models.message.MessagePayload
withMessagePayloadMethods inherited from interface com.commercetools.api.models.message.MessagePayloadMixin
asMethods inherited from interface io.vrap.rmf.base.client.ModelBase
reflectionString, reflectionStringMethods inherited from interface com.commercetools.api.models.message.StoreNameSetMessagePayload
withStoreNameSetMessagePayload
-
Constructor Details
-
StoreNameSetMessagePayloadImpl
public StoreNameSetMessagePayloadImpl()create empty instance
-
-
Method Details
-
getType
- Specified by:
getTypein interfaceMessagePayload- Returns:
- type
-
getName
- Specified by:
getNamein interfaceStoreNameSetMessagePayload- Returns:
- name
-
getNameAllLocales
Names set for the Store in different locales.
- Specified by:
getNameAllLocalesin interfaceStoreNameSetMessagePayload- Returns:
- nameAllLocales
-
setName
Description copied from interface:StoreNameSetMessagePayload- Specified by:
setNamein interfaceStoreNameSetMessagePayload- Parameters:
name- value to be set
-
setNameAllLocales
Description copied from interface:StoreNameSetMessagePayloadNames set for the Store in different locales.
- Specified by:
setNameAllLocalesin interfaceStoreNameSetMessagePayload- Parameters:
nameAllLocales- values to be set
-
setNameAllLocales
Description copied from interface:StoreNameSetMessagePayloadNames set for the Store in different locales.
- Specified by:
setNameAllLocalesin interfaceStoreNameSetMessagePayload- Parameters:
nameAllLocales- values to be set
-
equals
-
hashCode
public int hashCode() -
toString
-
copyDeep
- Specified by:
copyDeepin interfaceMessagePayload- Specified by:
copyDeepin interfaceStoreNameSetMessagePayload
-