public void setContentType(String contentType) {
   this.contentType = NetUtils.getContentTypeMediaType(contentType);
 }