Package io.apicurio.registry.storage.dto
Class SearchFilter
- java.lang.Object
-
- io.apicurio.registry.storage.dto.SearchFilter
-
public class SearchFilter extends Object
- Author:
- eric.wittmann@gmail.com
-
-
Constructor Summary
Constructors Constructor Description SearchFilter()
Constructor.SearchFilter(SearchFilterType type, String value)
Constructor.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description SearchFilterType
getType()
String
getValue()
void
setType(SearchFilterType type)
void
setValue(String value)
String
toString()
-
-
-
Constructor Detail
-
SearchFilter
public SearchFilter()
Constructor.
-
SearchFilter
public SearchFilter(SearchFilterType type, String value)
Constructor.- Parameters:
type
-value
-
-
-
Method Detail
-
getValue
public String getValue()
- Returns:
- the value
-
setValue
public void setValue(String value)
- Parameters:
value
- the value to set
-
getType
public SearchFilterType getType()
- Returns:
- the type
-
setType
public void setType(SearchFilterType type)
- Parameters:
type
- the type to set
-
toString
public String toString()
- Overrides:
toString
in classObject
- See Also:
Object.toString()
-
-