public RCON_Response(String Request) { this.responseTime = -1; this.Response = new RCON_responseInfo(Request); this.Success = false; Error = RCON_Error.REQUEST_NOT_SENT; }