Class ShippingMethodSetLocalizedNameActionImpl
java.lang.Object
com.commercetools.api.models.shipping_method.ShippingMethodSetLocalizedNameActionImpl
- All Implemented Interfaces:
ResourceUpdateAction<ShippingMethodUpdateAction>,ShippingMethodSetLocalizedNameAction,ShippingMethodUpdateAction,io.vrap.rmf.base.client.ModelBase
public class ShippingMethodSetLocalizedNameActionImpl
extends Object
implements ShippingMethodSetLocalizedNameAction, io.vrap.rmf.base.client.ModelBase
ShippingMethodSetLocalizedNameAction
-
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.shipping_method.ShippingMethodSetLocalizedNameAction
SET_LOCALIZED_NAME -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncopyDeep()booleanValue to set.inthashCode()voidsetLocalizedName(LocalizedString localizedName) Value to set.toString()Methods inherited from interface io.vrap.rmf.base.client.ModelBase
reflectionString, reflectionStringMethods inherited from interface com.commercetools.api.models.ResourceUpdateAction
getMethods inherited from interface com.commercetools.api.models.shipping_method.ShippingMethodSetLocalizedNameAction
withShippingMethodSetLocalizedNameActionMethods inherited from interface com.commercetools.api.models.shipping_method.ShippingMethodUpdateAction
withShippingMethodUpdateAction
-
Constructor Details
-
ShippingMethodSetLocalizedNameActionImpl
public ShippingMethodSetLocalizedNameActionImpl()create empty instance
-
-
Method Details
-
getAction
- Specified by:
getActionin interfaceResourceUpdateAction<ShippingMethodUpdateAction>- Specified by:
getActionin interfaceShippingMethodUpdateAction- Returns:
- action
-
getLocalizedName
Value to set. If empty, any existing value will be removed.
- Specified by:
getLocalizedNamein interfaceShippingMethodSetLocalizedNameAction- Returns:
- localizedName
-
setLocalizedName
Description copied from interface:ShippingMethodSetLocalizedNameActionValue to set. If empty, any existing value will be removed.
- Specified by:
setLocalizedNamein interfaceShippingMethodSetLocalizedNameAction- Parameters:
localizedName- value to be set
-
equals
-
hashCode
public int hashCode() -
toString
-
copyDeep
- Specified by:
copyDeepin interfaceShippingMethodSetLocalizedNameAction- Specified by:
copyDeepin interfaceShippingMethodUpdateAction
-