Class EqFilter<T>
- java.lang.Object
-
- io.dapr.client.domain.query.filters.Filter<T>
-
- io.dapr.client.domain.query.filters.EqFilter<T>
-
public class EqFilter<T> extends Filter<T>
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getKey()
String
getRepresentation()
T
getValue()
Boolean
isValid()
-