cn.signit.sdk.pojo.webhook.response
类 ParticipantHandling

java.lang.Object
  继承者 cn.signit.sdk.pojo.response.AbstractSignitResponse
      继承者 cn.signit.sdk.pojo.webhook.response.AbstractWebhookResponseData
          继承者 cn.signit.sdk.pojo.webhook.response.ParticipantHandling

public class ParticipantHandling
extends AbstractWebhookResponseData

参与者处理信封事件.

从以下版本开始:
2.1.0

字段摘要
 
从类 cn.signit.sdk.pojo.response.AbstractSignitResponse 继承的字段
code, message
 
构造方法摘要
ParticipantHandling()
           
 
方法摘要
 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
 

构造方法详细信息

ParticipantHandling

public ParticipantHandling()
方法详细信息

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)

getSenderParticipant

public EnvelopeStarted.Sender getSenderParticipant()

setSenderParticipant

public void setSenderParticipant(EnvelopeStarted.Sender senderParticipant)

getReceiverParticipant

public EnvelopeStarted.Receiver getReceiverParticipant()

setReceiverParticipant

public void setReceiverParticipant(EnvelopeStarted.Receiver receiverParticipant)

getSignData

public EnvelopeStarted.SignData getSignData()

setSignData

public void setSignData(EnvelopeStarted.SignData signData)

getReturnUrl

public String getReturnUrl()

setReturnUrl

public void setReturnUrl(String returnUrl)


Copyright © 2019. All rights reserved.