public class ParticipantHandling extends AbstractWebhookResponseData
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) |
getCode, getMessage, isSuccess, setCode, setMessagepublic String getActionUrl()
public void setActionUrl(String actionUrl)
public String getAccount()
public void setAccount(String account)
public String getCustomTag()
getCustomTag 在类中 AbstractSignitResponsepublic void setCustomTag(String customTag)
setCustomTag 在类中 AbstractSignitResponsepublic String getInvokeNo()
getInvokeNo 在类中 AbstractSignitResponsepublic void setInvokeNo(String invokeNo)
setInvokeNo 在类中 AbstractSignitResponsepublic EnvelopeStarted.RawDataBasicInfo getBasicEnvelope()
public void setBasicEnvelope(EnvelopeStarted.RawDataBasicInfo basicEnvelope)
public EnvelopeStarted.Sender getSenderParticipant()
public void setSenderParticipant(EnvelopeStarted.Sender senderParticipant)
public EnvelopeStarted.Receiver getReceiverParticipant()
public void setReceiverParticipant(EnvelopeStarted.Receiver receiverParticipant)
public EnvelopeStarted.SignData getSignData()
public void setSignData(EnvelopeStarted.SignData signData)
public String getReturnUrl()
public void setReturnUrl(String returnUrl)
Copyright © 2023. All rights reserved.