cn.signit.sdk.pojo.webhook.response
类 EnvelopeStarted
java.lang.Object
cn.signit.sdk.pojo.response.AbstractSignitResponse
cn.signit.sdk.pojo.webhook.response.AbstractWebhookResponseData
cn.signit.sdk.pojo.webhook.response.EnvelopeStarted
- 直接已知子类:
- EnvelopeCompleted, ParticipantConfirmed, ParticipantRejected
public class EnvelopeStarted
- extends AbstractWebhookResponseData
信封启动事件webhook信息具体数据.
- 从以下版本开始:
- 2.0.0
| 从类 java.lang.Object 继承的方法 |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
EnvelopeStarted
public EnvelopeStarted()
getSenderParticipant
public EnvelopeStarted.Sender getSenderParticipant()
setSenderParticipant
public void setSenderParticipant(EnvelopeStarted.Sender senderParticipant)
getReceiverParticipant
public EnvelopeStarted.Receiver getReceiverParticipant()
setReceiverParticipant
public void setReceiverParticipant(EnvelopeStarted.Receiver receiverParticipant)
getReturnUrl
public String getReturnUrl()
setReturnUrl
public void setReturnUrl(String returnUrl)
getSignData
public EnvelopeStarted.SignData getSignData()
setSignData
public void setSignData(EnvelopeStarted.SignData signData)
getActionUrl
public String getActionUrl()
setActionUrl
public void setActionUrl(String actionUrl)
getActions
public List<String> getActions()
setActions
public void setActions(List<String> actions)
getAccount
public String getAccount()
setAccount
public void setAccount(String account)
getCustomTag
public String getCustomTag()
- 覆盖:
- 类
AbstractSignitResponse 中的 getCustomTag
setCustomTag
public void setCustomTag(String customTag)
- 覆盖:
- 类
AbstractSignitResponse 中的 setCustomTag
getInvokeNo
public String getInvokeNo()
- 覆盖:
- 类
AbstractSignitResponse 中的 getInvokeNo
setInvokeNo
public void setInvokeNo(String invokeNo)
- 覆盖:
- 类
AbstractSignitResponse 中的 setInvokeNo
getBasicEnvelope
public EnvelopeStarted.RawDataBasicInfo getBasicEnvelope()
setBasicEnvelope
public void setBasicEnvelope(EnvelopeStarted.RawDataBasicInfo basicEnvelope)
Copyright © 2019. All rights reserved.