Package org.mockserver.model
Class Not
-
- Direct Known Subclasses:
Body,RequestDefinition
public class Not extends ObjectWithJsonToString
- Author:
- jamesdbloom
-
-
Constructor Summary
Constructors Constructor Description Not()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)BooleangetNot()inthashCode()booleanisNot()static <T extends Not>
Tnot(T t)static <T extends Not>
Tnot(T t, Boolean not)voidsetNot(Boolean not)NotwithNot(Boolean not)-
Methods inherited from class org.mockserver.model.ObjectWithJsonToString
toString
-
Methods inherited from class org.mockserver.model.ObjectWithReflectiveEqualsHashCodeToString
fieldsExcludedFromEqualsAndHashCode
-
-
-
-
Method Detail
-
not
public static <T extends Not> T not(T t)
-
isNot
public boolean isNot()
-
getNot
public Boolean getNot()
-
setNot
public void setNot(Boolean not)
-
equals
public boolean equals(Object o)
- Overrides:
equalsin classObjectWithReflectiveEqualsHashCodeToString
-
hashCode
public int hashCode()
- Overrides:
hashCodein classObjectWithReflectiveEqualsHashCodeToString
-
-