Class FileBodyDTO
-
public class FileBodyDTO extends BodyWithContentTypeDTO
-
-
Field Summary
-
Fields inherited from class org.mockserver.serialization.model.BodyWithContentTypeDTO
contentType
-
-
Constructor Summary
Constructors Constructor Description FileBodyDTO(FileBody fileBody)FileBodyDTO(FileBody fileBody, Boolean not)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description FileBodybuildObject()StringgetFilePath()-
Methods inherited from class org.mockserver.serialization.model.BodyWithContentTypeDTO
createWithContentTypeDTO, getContentType
-
Methods inherited from class org.mockserver.serialization.model.BodyDTO
createDTO, getOptional, getType, toString, withOptional
-
Methods inherited from class org.mockserver.model.ObjectWithJsonToString
toString
-
Methods inherited from class org.mockserver.model.ObjectWithReflectiveEqualsHashCodeToString
equals, fieldsExcludedFromEqualsAndHashCode, hashCode
-
-
-
-
Method Detail
-
getFilePath
public String getFilePath()
-
buildObject
public FileBody buildObject()
- Specified by:
buildObjectin interfaceDTO<Body<?>>- Specified by:
buildObjectin classBodyWithContentTypeDTO
-
-