Class CaptureCommonRequest
java.lang.Object
de.joergdev.mosy.backend.api.intern.request.mockservices.CaptureCommonRequest
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionjakarta.ws.rs.core.HttpHeadersde.joergdev.mosy.api.model.HttpMethodCollection<de.joergdev.mosy.api.model.UrlArgument> booleanvoidsetAbsolutePath(String absolutePath) voidsetContent(String content) voidsetHttpHeaders(jakarta.ws.rs.core.HttpHeaders httpHeaders) voidsetHttpMethod(de.joergdev.mosy.api.model.HttpMethod httpMethod) voidsetRouteAddition(String routeAddition) voidsetRouteOnly(boolean routeOnly) voidsetServicePathInterface(String servicePathInterface) voidsetServicePathMethod(String servicePathMethod)
-
Constructor Details
-
CaptureCommonRequest
public CaptureCommonRequest()
-
-
Method Details
-
getContent
-
setContent
-
getMockProfileName
-
getRecordSessionID
-
getHttpHeaders
public jakarta.ws.rs.core.HttpHeaders getHttpHeaders() -
setHttpHeaders
public void setHttpHeaders(jakarta.ws.rs.core.HttpHeaders httpHeaders) -
getServicePathMethod
-
setServicePathMethod
-
getServicePathInterface
-
setServicePathInterface
-
isRouteOnly
public boolean isRouteOnly() -
setRouteOnly
public void setRouteOnly(boolean routeOnly) -
getRouteAddition
-
setRouteAddition
-
getAbsolutePath
-
setAbsolutePath
-
getHttpMethod
public de.joergdev.mosy.api.model.HttpMethod getHttpMethod() -
setHttpMethod
public void setHttpMethod(de.joergdev.mosy.api.model.HttpMethod httpMethod) -
getUrlArguments
-