Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- package com.imaadv.leaynik.defs;
- import com.imaadv.leaynik.api.ConnectionExector.ResponseType;
- public class HTTPResponse {
- public ResponseType response = ResponseType.NULL;
- public String value = "";
- public boolean cashed = false;
- public Object data = null;
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement