Package com.algolia.model.ingestion
Class MappingKitAction
java.lang.Object
com.algolia.model.ingestion.MappingKitAction
Describes how a destination object should be resolved by means of applying a set of directives.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaddFieldDirectives
(MappingFieldDirective fieldDirectivesItem) boolean
Whether this action has any effect.Get fieldDirectivesgetId()
ID to uniquely identify this action.Condition which must be satisfied to apply the action.int
hashCode()
setEnabled
(Boolean enabled) setFieldDirectives
(List<MappingFieldDirective> fieldDirectives) setTrigger
(String trigger) toString()
-
Constructor Details
-
MappingKitAction
public MappingKitAction()
-
-
Method Details
-
setId
-
getId
ID to uniquely identify this action. -
setEnabled
-
getEnabled
Whether this action has any effect. -
setTrigger
-
getTrigger
Condition which must be satisfied to apply the action. If this evaluates to false, the action is not applied, and the process attempts to apply the next action, if any. -
setFieldDirectives
-
addFieldDirectives
-
getFieldDirectives
Get fieldDirectives -
equals
-
hashCode
public int hashCode() -
toString
-