Class BinaryResponseDTO
java.lang.Object
org.mockserver.model.ObjectWithReflectiveEqualsHashCodeToString
org.mockserver.serialization.model.BinaryResponseDTO
- All Implemented Interfaces:
DTO<BinaryResponse>
public class BinaryResponseDTO
extends ObjectWithReflectiveEqualsHashCodeToString
implements DTO<BinaryResponse>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbyte[]getDelay()booleansetBinaryData(byte[] binaryData) setPrimary(boolean primary) Methods inherited from class org.mockserver.model.ObjectWithReflectiveEqualsHashCodeToString
equals, fieldsExcludedFromEqualsAndHashCode, hashCode, toString
-
Constructor Details
-
BinaryResponseDTO
-
BinaryResponseDTO
public BinaryResponseDTO()
-
-
Method Details
-
buildObject
- Specified by:
buildObjectin interfaceDTO<BinaryResponse>
-
getDelay
-
setDelay
-
getBinaryData
public byte[] getBinaryData() -
setBinaryData
-
isPrimary
public boolean isPrimary() -
setPrimary
-