-
- All Implemented Interfaces:
-
io.github.openflocon.flocon.plugins.network.model.MockNetworkResponse.Response
public final class MockNetworkResponse.Response.Body implements MockNetworkResponse.Response
-
-
Method Summary
Modifier and Type Method Description final IntegergetHttpCode()final StringgetBody()LonggetDelay()final StringgetMediaType()final Map<String, String>getHeaders()-
-
Method Detail
-
getHttpCode
final Integer getHttpCode()
-
getMediaType
final String getMediaType()
-
getHeaders
final Map<String, String> getHeaders()
-
-
-
-