public class Not extends ObjectWithJsonToString
| Constructor and Description |
|---|
Not() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
Boolean |
getNot() |
int |
hashCode() |
boolean |
isNot() |
static <T extends Not> |
not(T t) |
static <T extends Not> |
not(T t,
Boolean not) |
void |
setNot(Boolean not) |
Not |
withNot(Boolean not) |
toStringfieldsExcludedFromEqualsAndHashCodepublic static <T extends Not> T not(T t)
public boolean isNot()
public Boolean getNot()
public void setNot(Boolean not)
public boolean equals(Object o)
equals in class ObjectWithReflectiveEqualsHashCodeToStringpublic int hashCode()
hashCode in class ObjectWithReflectiveEqualsHashCodeToStringCopyright © 2020. All rights reserved.