Class AddFieldPathUpdate
java.lang.Object
com.yahoo.document.fieldpathupdate.FieldPathUpdate
com.yahoo.document.fieldpathupdate.AddFieldPathUpdate
- Author:
- Thomas Gundersen
-
Nested Class Summary
Nested classes/interfaces inherited from class com.yahoo.document.fieldpathupdate.FieldPathUpdate
FieldPathUpdate.Type -
Constructor Summary
ConstructorsConstructorDescriptionAddFieldPathUpdate(DocumentType type, DocumentUpdateReader reader) AddFieldPathUpdate(DocumentType type, String fieldPath) AddFieldPathUpdate(DocumentType type, String fieldPath, Array newValues) AddFieldPathUpdate(DocumentType type, String fieldPath, String whereClause, Array newValues) -
Method Summary
Modifier and TypeMethodDescriptionbooleaninthashCode()voidserialize(DocumentSerializer data) voidsetNewValues(Array value) toString()Methods inherited from class com.yahoo.document.fieldpathupdate.FieldPathUpdate
applyTo, create, getDocumentType, getFieldPath, getOriginalFieldPath, getOriginalWhereClause, getUpdateType, getWhereClause, setFieldPath, setWhereClause
-
Constructor Details
-
AddFieldPathUpdate
-
AddFieldPathUpdate
-
AddFieldPathUpdate
-
AddFieldPathUpdate
-
-
Method Details
-
setNewValues
-
getNewValues
-
getIteratorHandler
-
serialize
- Overrides:
serializein classFieldPathUpdate
-
equals
- Overrides:
equalsin classFieldPathUpdate
-
hashCode
public int hashCode()- Overrides:
hashCodein classFieldPathUpdate
-
toString
- Overrides:
toStringin classFieldPathUpdate
-