Class BinaryBodyDTO
-
public class BinaryBodyDTO extends BodyWithContentTypeDTO
- Author:
- jamesdbloom
-
-
Field Summary
-
Fields inherited from class org.mockserver.serialization.model.BodyWithContentTypeDTO
contentType
-
-
Constructor Summary
Constructors Constructor Description BinaryBodyDTO(BinaryBody binaryBody)BinaryBodyDTO(BinaryBody binaryBody, Boolean not)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description BinaryBodybuildObject()StringgetValue()-
Methods inherited from class org.mockserver.serialization.model.BodyWithContentTypeDTO
createDTO, getContentType
-
Methods inherited from class org.mockserver.model.ObjectWithJsonToString
toString
-
Methods inherited from class org.mockserver.model.ObjectWithReflectiveEqualsHashCodeToString
equals, fieldsExcludedFromEqualsAndHashCode, hashCode, key
-
-
-
-
Constructor Detail
-
BinaryBodyDTO
public BinaryBodyDTO(BinaryBody binaryBody)
-
BinaryBodyDTO
public BinaryBodyDTO(BinaryBody binaryBody, Boolean not)
-
-
Method Detail
-
getValue
public String getValue()
-
buildObject
public BinaryBody buildObject()
- Specified by:
buildObjectin interfaceDTO<Body>- Specified by:
buildObjectin classBodyWithContentTypeDTO
-
-