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) |
toString
fieldsExcludedFromEqualsAndHashCode
public 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 ObjectWithReflectiveEqualsHashCodeToString
public int hashCode()
hashCode
in class ObjectWithReflectiveEqualsHashCodeToString
Copyright © 2022. All rights reserved.