类 ExecuteParam
- java.lang.Object
-
- cn.woodwhales.common.webhook.model.param.ExecuteParam
-
public class ExecuteParam extends Object
请求参数对象- 作者:
- woodwhales on 2021-07-16 21:38
-
-
方法概要
所有方法 静态方法 实例方法 具体方法 修饰符和类型 方法 说明 StringgetNoticeContent()StringgetNoticeUrl()BaseWebhookRequestBodygetRequestBody()StringgetSecret()StringgetUrl()static ExecuteParamnewInstance(String url, String secret, BaseWebhookRequestBody requestBody)voidsetUrl(String url)
-
-
-
方法详细资料
-
newInstance
public static ExecuteParam newInstance(String url, String secret, BaseWebhookRequestBody requestBody)
-
getNoticeUrl
public String getNoticeUrl()
-
getNoticeContent
public String getNoticeContent()
-
getUrl
public String getUrl()
-
getSecret
public String getSecret()
-
setUrl
public void setUrl(String url)
-
getRequestBody
public BaseWebhookRequestBody getRequestBody()
-
-