Advertisement
Guest User

Untitled

a guest
Oct 17th, 2019
106
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.34 KB | None | 0 0
  1. private void requestMapperBuilder(Mapping mappingObject, String id, Request request, Response response, String uuid) {
  2.  
  3. //Set new id, request, response and uuid values.
  4. mappingObject.setId(id);
  5. mappingObject.setRequest(request);
  6. mappingObject.setResponse(response);
  7. mappingObject.setUuid(uuid);
  8.  
  9. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement