Package org.mockserver.model
Class Not
-
- Direct Known Subclasses:
Body,HttpRequest
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 BooleangetNot()booleanisNot()static <T extends Not>
Tnot(T t)static <T extends Not>
Tnot(T t, Boolean not)voidsetNot(Boolean not)-
Methods inherited from class org.mockserver.model.ObjectWithJsonToString
toString
-
Methods inherited from class org.mockserver.model.ObjectWithReflectiveEqualsHashCodeToString
equals, fieldsExcludedFromEqualsAndHashCode, hashCode, key
-
-