Class HttpObjectCallbackDTO
java.lang.Object
org.mockserver.model.ObjectWithReflectiveEqualsHashCodeToString
org.mockserver.serialization.model.HttpObjectCallbackDTO
- All Implemented Interfaces:
DTO<HttpObjectCallback>
public class HttpObjectCallbackDTO
extends ObjectWithReflectiveEqualsHashCodeToString
implements DTO<HttpObjectCallback>
- Author:
- jamesdbloom
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetDelay()booleansetClientId(String clientId) voidsetPrimary(boolean primary) setResponseCallback(Boolean responseCallback) Methods inherited from class org.mockserver.model.ObjectWithReflectiveEqualsHashCodeToString
equals, fieldsExcludedFromEqualsAndHashCode, hashCode, toString
-
Constructor Details
-
HttpObjectCallbackDTO
-
HttpObjectCallbackDTO
public HttpObjectCallbackDTO()
-
-
Method Details
-
buildObject
- Specified by:
buildObjectin interfaceDTO<HttpObjectCallback>
-
getClientId
-
setClientId
-
getResponseCallback
-
setResponseCallback
-
getDelay
-
setDelay
-
isPrimary
public boolean isPrimary() -
setPrimary
-