Advertisement
minafaw3

HTTPResponse

Sep 6th, 2015
218
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.27 KB | None | 0 0
  1. package com.imaadv.leaynik.defs;
  2.  
  3. import com.imaadv.leaynik.api.ConnectionExector.ResponseType;
  4.  
  5. public class HTTPResponse {
  6.  
  7. public ResponseType response = ResponseType.NULL;
  8. public String value = "";
  9. public boolean cashed = false;
  10. public Object data = null;
  11.  
  12. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement