类 EmailApiExecute
java.lang.Object
com.iplatform.core.httpapi.AbstractApiExecute<EmailInfo,String>
com.iplatform.base.support.httpapi.EmailApiExecute
- 所有已实现的接口:
ApiExecute<EmailInfo,String>
邮件执行接口实现,请求格式如下:
{"appId":"shikeying", "apiInfoId":"email", "targetName":"时克英", "content":"这是邮件内容"}
- 作者:
- 时克英
-
字段概要
从类继承的字段 com.iplatform.core.httpapi.AbstractApiExecute
apiMethod, logger, url -
构造器概要
构造器 -
方法概要
修饰符和类型方法说明booleangetGzip()booleancom.walker.web.ResponseValue<String>voidsetPushManager(com.walker.push.PushManager pushManager) 从类继承的方法 com.iplatform.core.httpapi.AbstractApiExecute
getApiParamList, getId, getTranslate, getUrl, setApiParamList, setGzip, setId, setMethod, setResponseTypeClazz, setTranslate, setUrl
-
构造器详细资料
-
EmailApiExecute
public EmailApiExecute()
-
-
方法详细资料
-
invoke
public com.walker.web.ResponseValue<String> invoke(EmailInfo parameter, Class<String> responseType) throws ApiException - 抛出:
ApiException
-
getMethod
- 指定者:
getMethod在接口中ApiExecute<EmailInfo,String> - 覆盖:
getMethod在类中AbstractApiExecute<EmailInfo,String>
-
getGzip
public boolean getGzip()- 指定者:
getGzip在接口中ApiExecute<EmailInfo,String> - 覆盖:
getGzip在类中AbstractApiExecute<EmailInfo,String>
-
getRequestAsText
public boolean getRequestAsText() -
getResponseTypeClazz
- 指定者:
getResponseTypeClazz在接口中ApiExecute<EmailInfo,String> - 覆盖:
getResponseTypeClazz在类中AbstractApiExecute<EmailInfo,String>
-
setPushManager
public void setPushManager(com.walker.push.PushManager pushManager)
-