@Validated
@Generated(value="io.swagger.codegen.v3.generators.java.SpringCodegen",
date="2022-09-21T05:34:26.783Z[Etc/UTC]")
public class ConjunctiveCriterion
extends java.lang.Object
| Constructor and Description |
|---|
ConjunctiveCriterion() |
| Modifier and Type | Method and Description |
|---|---|
ConjunctiveCriterion |
addAndItem(Criterion andItem) |
ConjunctiveCriterion |
and(java.util.List<Criterion> and) |
boolean |
equals(java.lang.Object o) |
@NotNull @Valid java.util.List<Criterion> |
getAnd()
A list of and criteria the filter applies to the query
|
int |
hashCode() |
void |
setAnd(java.util.List<Criterion> and) |
java.lang.String |
toString() |
public ConjunctiveCriterion and(java.util.List<Criterion> and)
public ConjunctiveCriterion addAndItem(Criterion andItem)
@NotNull @Valid public @NotNull @Valid java.util.List<Criterion> getAnd()
public void setAnd(java.util.List<Criterion> and)
public boolean equals(java.lang.Object o)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Objectpublic java.lang.String toString()
toString in class java.lang.Object