cn.signit.sdk.pojo.response
类 AppendEnvelopeParticipantsResponse

java.lang.Object
  继承者 cn.signit.sdk.pojo.response.AbstractSignitResponse
      继承者 cn.signit.sdk.pojo.response.AppendEnvelopeParticipantsResponse

public class AppendEnvelopeParticipantsResponse
extends AbstractSignitResponse

签署流程中追加新的签署方响应数据

从以下版本开始:
2.6.0
作者:
dengwen

字段摘要
 
从类 cn.signit.sdk.pojo.response.AbstractSignitResponse 继承的字段
code, customTag, invokeNo, message
 
构造方法摘要
AppendEnvelopeParticipantsResponse()
           
 
方法摘要
 List<Participant> getParticipants()
           
 void setParticipants(List<Participant> participants)
           
 
从类 cn.signit.sdk.pojo.response.AbstractSignitResponse 继承的方法
getCode, getCustomTag, getInvokeNo, getMessage, isSuccess, setCode, setCustomTag, setInvokeNo, setMessage
 
从类 java.lang.Object 继承的方法
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

构造方法详细信息

AppendEnvelopeParticipantsResponse

public AppendEnvelopeParticipantsResponse()
方法详细信息

getParticipants

public List<Participant> getParticipants()

setParticipants

public void setParticipants(List<Participant> participants)


Copyright © 2020. All rights reserved.