Class PartialUpdate.PropertyUpdate
java.lang.Object
org.springframework.data.redis.core.PartialUpdate.PropertyUpdate
- Enclosing class:
- PartialUpdate<T>
- Since:
- 1.8
- Author:
- Christoph Strobl
-
Method Summary
Modifier and TypeMethodDescriptiongetCmd()
Get the associatedPartialUpdate.UpdateCommand
.Get the target path.getValue()
Get the value to set.
-
Method Details
-
getCmd
Get the associatedPartialUpdate.UpdateCommand
.- Returns:
- never null.
-
getPropertyPath
Get the target path.- Returns:
- never null.
-
getValue
Get the value to set.- Returns:
- can be null.
-