public class EqFilter<T>
extends Filter<T>
-
Constructor Summary
Constructors
-
Method Summary
Methods inherited from class io.dapr.client.domain.query.filters.Filter
getName
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
EqFilter
public EqFilter()
-
EqFilter
public EqFilter(String key,
T value)
-