public static class Types_v1_21_2.CollectionPredicate<T>
extends java.lang.Object
| Modifier and Type | Class and Description |
|---|---|
static class |
Types_v1_21_2.CollectionPredicate.CountPredicate<T> |
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
CONTAINS |
static java.lang.String |
COUNT |
static java.lang.String |
SIZE |
| Constructor and Description |
|---|
CollectionPredicate() |
CollectionPredicate(java.util.List<T> contains,
java.util.List<Types_v1_21_2.CollectionPredicate.CountPredicate<T>> count,
Types_v1_21_2.MinMaxInt size) |
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
canEqual(java.lang.Object other) |
boolean |
equals(java.lang.Object o) |
java.util.List<T> |
getContains() |
java.util.List<Types_v1_21_2.CollectionPredicate.CountPredicate<T>> |
getCount() |
Types_v1_21_2.MinMaxInt |
getSize() |
int |
hashCode() |
void |
setContains(java.util.List<T> contains) |
void |
setCount(java.util.List<Types_v1_21_2.CollectionPredicate.CountPredicate<T>> count) |
void |
setSize(Types_v1_21_2.MinMaxInt size) |
java.lang.String |
toString() |
public static final java.lang.String CONTAINS
public static final java.lang.String COUNT
public static final java.lang.String SIZE
public CollectionPredicate()
public CollectionPredicate(java.util.List<T> contains, java.util.List<Types_v1_21_2.CollectionPredicate.CountPredicate<T>> count, Types_v1_21_2.MinMaxInt size)
public java.util.List<T> getContains()
public java.util.List<Types_v1_21_2.CollectionPredicate.CountPredicate<T>> getCount()
public Types_v1_21_2.MinMaxInt getSize()
public void setContains(java.util.List<T> contains)
public void setCount(java.util.List<Types_v1_21_2.CollectionPredicate.CountPredicate<T>> count)
public void setSize(Types_v1_21_2.MinMaxInt size)
public boolean equals(java.lang.Object o)
equals in class java.lang.Objectprotected boolean canEqual(java.lang.Object other)
public int hashCode()
hashCode in class java.lang.Objectpublic java.lang.String toString()
toString in class java.lang.Object