Package au.com.dius.pact.provider
Class RequestDataToBeVerified
-
- All Implemented Interfaces:
-
au.com.dius.pact.provider.RequestData
public final class RequestDataToBeVerified implements RequestData
Data used by a plugin to create a request to be verified
-
-
Field Summary
Fields Modifier and Type Field Description private final OptionalBodyrequestDataprivate final Map<String, Object>metadata
-
Constructor Summary
Constructors Constructor Description RequestDataToBeVerified(InteractionVerificationData requestData)RequestDataToBeVerified(OptionalBody requestData, Map<String, Object> metadata)
-
Method Summary
Modifier and Type Method Description OptionalBodygetRequestData()Data for the request of the interaction Map<String, Object>getMetadata()Metadata associated with the request final InteractionVerificationDataasInteractionVerificationData()-
-
Method Detail
-
getRequestData
OptionalBody getRequestData()
Data for the request of the interaction
-
getMetadata
Map<String, Object> getMetadata()
Metadata associated with the request
-
asInteractionVerificationData
final InteractionVerificationData asInteractionVerificationData()
-
-
-
-