cn.signit.sdk.pojo
类 EnvelopeContentInfo
java.lang.Object
cn.signit.sdk.pojo.EnvelopeContentInfo
public class EnvelopeContentInfo
- extends Object
签署文件内容
- 从以下版本开始:
- 2.0.0
| 从类 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.