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

嵌套类摘要
static class EnvelopeStarted.BoContact
          联系方式详细数据.
static class EnvelopeStarted.BoContactMetadata
          联系方式元数据.
static class EnvelopeStarted.RawDataBasicInfo
          信封基本信息.
static class EnvelopeStarted.Receiver
          当前需要签署的接收方信息.
static class EnvelopeStarted.Sender
          发送方信息.
static class EnvelopeStarted.SignData
          已成功完成签署流程的文件数据.
 
字段摘要
 
从类 cn.signit.sdk.pojo.response.AbstractSignitResponse 继承的字段
code, message
 
构造方法摘要
EnvelopeStarted()
           
 
方法摘要
 String getAccount()
           
 List<String> getActions()
           
 String getActionUrl()
           
 EnvelopeStarted.RawDataBasicInfo getBasicEnvelope()
           
 String getCustomTag()
           
 String getInvokeNo()
           
 EnvelopeStarted.Receiver getReceiverParticipant()
           
 String getReturnUrl()
           
 EnvelopeStarted.Sender getSenderParticipant()
           
 EnvelopeStarted.SignData getSignData()
           
 void setAccount(String account)
           
 void setActions(List<String> actions)
           
 void setActionUrl(String actionUrl)
           
 void setBasicEnvelope(EnvelopeStarted.RawDataBasicInfo basicEnvelope)
           
 void setCustomTag(String customTag)
           
 void setInvokeNo(String invokeNo)
           
 void setReceiverParticipant(EnvelopeStarted.Receiver receiverParticipant)
           
 void setReturnUrl(String returnUrl)
           
 void setSenderParticipant(EnvelopeStarted.Sender senderParticipant)
           
 void setSignData(EnvelopeStarted.SignData signData)
           
 
从类 cn.signit.sdk.pojo.response.AbstractSignitResponse 继承的方法
getCode, getMessage, isSuccess, setCode, setMessage
 
从类 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.