Package com.algolia.model.recommend
Class PromoteConsequenceObject
java.lang.Object
com.algolia.model.recommend.PromoteConsequenceObject
Object ID and position of the recommendation you want to pin.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanUnique record identifier.Index in the list of recommendations where to place this item.inthashCode()setObjectID(String objectID) setPosition(Integer position) toString()
-
Constructor Details
-
PromoteConsequenceObject
public PromoteConsequenceObject()
-
-
Method Details
-
setObjectID
-
getObjectID
Unique record identifier. -
setPosition
-
getPosition
Index in the list of recommendations where to place this item. minimum: 0 -
equals
-
hashCode
public int hashCode() -
toString
-