cn.signit.sdk.pojo
类 ParticipantInfo

java.lang.Object
  继承者 cn.signit.sdk.pojo.ParticipantInfo

public class ParticipantInfo
extends Object


嵌套类摘要
static class ParticipantInfo.Builder
          参与文件签署人员的信息对象建造器
 
构造方法摘要
ParticipantInfo()
           
ParticipantInfo(ParticipantInfo.Builder builder)
           
 
方法摘要
static ParticipantInfo.Builder builder()
           
 List<Receiver> getReceivers()
           
 Sender getSender()
           
 ParticipantInfo.Builder newBuilder()
           
 void setReceivers(List<Receiver> receivers)
           
 void setSender(Sender sender)
           
 
从类 java.lang.Object 继承的方法
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

构造方法详细信息

ParticipantInfo

public ParticipantInfo()

ParticipantInfo

public ParticipantInfo(ParticipantInfo.Builder builder)
方法详细信息

getSender

public Sender getSender()

getReceivers

public List<Receiver> getReceivers()

setSender

public void setSender(Sender sender)

setReceivers

public void setReceivers(List<Receiver> receivers)

newBuilder

public ParticipantInfo.Builder newBuilder()

builder

public static ParticipantInfo.Builder builder()


Copyright © 2020. All rights reserved.