Class ImageSearchConfigRequestImpl
java.lang.Object
com.commercetools.ml.models.image_search_config.ImageSearchConfigRequestImpl
- All Implemented Interfaces:
ImageSearchConfigRequest,io.vrap.rmf.base.client.ModelBase
public class ImageSearchConfigRequestImpl
extends Object
implements ImageSearchConfigRequest, io.vrap.rmf.base.client.ModelBase
ImageSearchConfigRequest
-
Nested Class Summary
Nested classes/interfaces inherited from interface io.vrap.rmf.base.client.ModelBase
io.vrap.rmf.base.client.ModelBase.FilteredRecursiveToStringStyle -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanThe list of update actions to be performed on the project.inthashCode()voidsetActions(ImageSearchConfigUpdateAction... actions) The list of update actions to be performed on the project.voidsetActions(List<ImageSearchConfigUpdateAction> actions) The list of update actions to be performed on the project.Methods inherited from class java.lang.Object
getClass, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.commercetools.ml.models.image_search_config.ImageSearchConfigRequest
withImageSearchConfigRequestMethods inherited from interface io.vrap.rmf.base.client.ModelBase
reflectionString, reflectionString
-
Constructor Details
-
ImageSearchConfigRequestImpl
public ImageSearchConfigRequestImpl()create empty instance
-
-
Method Details
-
getActions
The list of update actions to be performed on the project.
- Specified by:
getActionsin interfaceImageSearchConfigRequest- Returns:
- actions
-
setActions
Description copied from interface:ImageSearchConfigRequestThe list of update actions to be performed on the project.
- Specified by:
setActionsin interfaceImageSearchConfigRequest- Parameters:
actions- values to be set
-
setActions
Description copied from interface:ImageSearchConfigRequestThe list of update actions to be performed on the project.
- Specified by:
setActionsin interfaceImageSearchConfigRequest- Parameters:
actions- values to be set
-
equals
-
hashCode
public int hashCode()
-