EqualToFilterClause Class
- java.
lang. Object - com.
microsoft. semantickernel. data. filter. EqualToFilterClause
- com.
Implements
public class EqualToFilterClause
implements FilterClause
A filter clause that filters on a field equal to a value.
Constructor Summary
| Constructor | Description |
|---|---|
| EqualToFilterClause(String fieldName, Object value) |
Initializes a new instance of the Equal |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
| java.lang.String |
getFieldName()
Gets the field name to filter on. |
| java.lang.Object |
getValue()
Gets the value. |
Methods inherited from java.lang.Object
Constructor Details
EqualToFilterClause
public EqualToFilterClause(String fieldName, Object value)
Initializes a new instance of the EqualToFilterClause class.
Parameters:
Method Details
getFieldName
public String getFieldName()
Gets the field name to filter on.
Returns:
getValue
public Object getValue()
Gets the value.
Returns: