45464748495051
public DMRResponse(String method, String responseText, String contentType) { this.method = method; this.responseText = responseText; this.contentType = contentType; this.processor = new ResponseProcessorDelegate(); }