Package io.dapr.client.domain
Class QueryStateRequest
java.lang.Object
io.dapr.client.domain.QueryStateRequest
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiongetQuery()
setMetadata
(Map<String, String> metadata) Validate and set the query field.setQueryString
(String queryString) Validate and set the queryString field.
-
Constructor Details
-
QueryStateRequest
-
-
Method Details
-
getStoreName
-
getQuery
-
setQuery
Validate and set the query field. Mutually exclusive with the queryString field in this instance.- Parameters:
query
- Valid Query domain object.- Returns:
- This instance.
-
getQueryString
-
setQueryString
Validate and set the queryString field. Mutually exclusive with the query field in this instance.- Parameters:
queryString
- String value of the query.- Returns:
- This request object for fluent API.
-
getMetadata
-
setMetadata
-