Class LogEntryBodyDTO
- java.lang.Object
-
- org.mockserver.model.ObjectWithReflectiveEqualsHashCodeToString
-
- org.mockserver.model.ObjectWithJsonToString
-
- org.mockserver.serialization.model.NotDTO
-
- org.mockserver.serialization.model.BodyDTO
-
- org.mockserver.serialization.model.BodyWithContentTypeDTO
-
- org.mockserver.serialization.model.LogEntryBodyDTO
-
public class LogEntryBodyDTO extends BodyWithContentTypeDTO
- Author:
- jamesdbloom
-
-
Field Summary
-
Fields inherited from class org.mockserver.serialization.model.BodyWithContentTypeDTO
contentType
-
-
Constructor Summary
Constructors Constructor Description LogEntryBodyDTO(LogEntryBody logEventBody)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description LogEntryBodybuildObject()ObjectgetValue()-
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
-
-
-
-
Constructor Detail
-
LogEntryBodyDTO
public LogEntryBodyDTO(LogEntryBody logEventBody)
-
-
Method Detail
-
getValue
public Object getValue()
-
buildObject
public LogEntryBody buildObject()
- Specified by:
buildObjectin interfaceDTO<Body<?>>- Specified by:
buildObjectin classBodyWithContentTypeDTO
-
-