Package io.dapr.client.domain
Class UnlockRequest
- java.lang.Object
-
- io.dapr.client.domain.UnlockRequest
-
- All Implemented Interfaces:
Serializable
public class UnlockRequest extends Object implements Serializable
A request to unlock.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description UnlockRequest(String storeName, String resourceId, String lockOwner)
Constructor for UnlockRequest.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getLockOwner()
String
getResourceId()
String
getStoreName()
-