Package org.gbif.api.model.predicate
Class IsNullPredicate<S extends SearchParameter>
- java.lang.Object
-
- org.gbif.api.model.predicate.IsNullPredicate<S>
-
- All Implemented Interfaces:
Serializable
,Predicate
public class IsNullPredicate<S extends SearchParameter> extends Object implements Predicate
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description IsNullPredicate(S parameter)
IsNullPredicate(S parameter, String checklistKey)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object o)
@Experimental String
getChecklistKey()
S
getParameter()
int
hashCode()
String
toString()
-
-
-
Constructor Detail
-
IsNullPredicate
public IsNullPredicate(S parameter)
-
IsNullPredicate
public IsNullPredicate(S parameter, @Nullable String checklistKey)
-
-
Method Detail
-
getParameter
public S getParameter()
-
getChecklistKey
@Experimental public @Experimental String getChecklistKey()
-
-