cn.signit.sdk.pojo
类 EnvelopeContentInfo

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

public class EnvelopeContentInfo
extends Object

签署文件内容

从以下版本开始:
2.0.0

嵌套类摘要
static class EnvelopeContentInfo.Builder
          签署文件内容对象建造器
 
构造方法摘要
EnvelopeContentInfo()
           
EnvelopeContentInfo(EnvelopeContentInfo.Builder builder)
           
 
方法摘要
static EnvelopeContentInfo.Builder builder()
           
 List<EnvelopeFile> getFiles()
          获取files属性字段的值.
 EnvelopeContentInfo.Builder newBuilder()
           
 void setFiles(List<EnvelopeFile> files)
           
 
从类 java.lang.Object 继承的方法
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

构造方法详细信息

EnvelopeContentInfo

public EnvelopeContentInfo()

EnvelopeContentInfo

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

getFiles

public List<EnvelopeFile> getFiles()
获取files属性字段的值.

返回:
类型为List<EnvelopeFile>的files属性字段的值.

setFiles

public void setFiles(List<EnvelopeFile> files)

newBuilder

public EnvelopeContentInfo.Builder newBuilder()

builder

public static EnvelopeContentInfo.Builder builder()


Copyright © 2019. All rights reserved.