package org.wiztools.restclient.bean; /** * * @author subwiz */ public interface ReqEntityString extends ReqEntitySimple { String getBody(); }