Class ConjunctiveCriterion
- java.lang.Object
-
- io.datahubproject.openapi.generated.ConjunctiveCriterion
-
@Validated @Generated(value="io.swagger.codegen.v3.generators.java.SpringCodegen", date="2022-10-18T12:49:45.903581Z[Etc/UTC]") public class ConjunctiveCriterion extends java.lang.ObjectA list of criterion and'd together.
-
-
Constructor Summary
Constructors Constructor Description ConjunctiveCriterion()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ConjunctiveCriterionaddAndItem(Criterion andItem)ConjunctiveCriterionand(java.util.List<Criterion> and)booleanequals(java.lang.Object o)@NotNull @Valid java.util.List<Criterion>getAnd()A list of and criteria the filter applies to the queryinthashCode()voidsetAnd(java.util.List<Criterion> and)java.lang.StringtoString()
-
-
-
Method Detail
-
and
public ConjunctiveCriterion and(java.util.List<Criterion> and)
-
addAndItem
public ConjunctiveCriterion addAndItem(Criterion andItem)
-
getAnd
@NotNull @Valid public @NotNull @Valid java.util.List<Criterion> getAnd()
A list of and criteria the filter applies to the query- Returns:
- and
-
setAnd
public void setAnd(java.util.List<Criterion> and)
-
equals
public boolean equals(java.lang.Object o)
- Overrides:
equalsin classjava.lang.Object
-
hashCode
public int hashCode()
- Overrides:
hashCodein classjava.lang.Object
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
-