Class RequestExecutionResponse
java.lang.Object
org.qubership.atp.itf.lite.backend.model.api.response.RequestExecutionResponse
- All Implemented Interfaces:
Serializable
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidparseAndSetContextVariables(SaveRequestResolvingContext resolvingContext) Parses and sets context variables from resolving context.voidupdateFromPostmanResponse(PostmanPostmanResponseDto pmResponse) Update fields by PostmanPostmanResponseDto.
-
Constructor Details
-
RequestExecutionResponse
public RequestExecutionResponse()
-
-
Method Details
-
updateFromPostmanResponse
Update fields by PostmanPostmanResponseDto. -
parseAndSetContextVariables
Parses and sets context variables from resolving context.- Parameters:
resolvingContext- resolving context
-