Class AnyTagEqualToFilterClause
- java.lang.Object
-
- com.microsoft.semantickernel.data.filter.AnyTagEqualToFilterClause
-
- All Implemented Interfaces:
FilterClause
public class AnyTagEqualToFilterClause extends Object implements FilterClause
A filter clause that filters on any tag equal to a value.
-
-
Constructor Summary
Constructors Constructor Description AnyTagEqualToFilterClause(String fieldName, Object value)Creates a new instance of the AnyTagEqualToFilterClause class.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetFieldName()Gets the field name to filter on.ObjectgetValue()Gets the value.
-