All Downloads are FREE. Search and download functionalities are using the official Maven repository.

cn.com.antcloud.api.ato.v1_0.response.GetSignFlowResponse Maven / Gradle / Ivy

//
//  Copyright (c) 2020-present antgroup.com, https://www.antgroup.com
//
//  Licensed under the Apache License, Version 2.0 (the "License");
//  you may not use this file except in compliance with the License.
//  You may obtain a copy of the License at
//
//  http://www.apache.org/licenses/LICENSE-2.0
//
//  Unless required by applicable law or agreed to in writing, software
//  distributed under the License is distributed on an "AS IS" BASIS,
//  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
//  See the License for the specific language governing permissions and
//  limitations under the License.
//
//
package cn.com.antcloud.api.ato.v1_0.response;

import cn.com.antcloud.api.product.AntCloudProdResponse;
import java.lang.String;

/**
 * 查询签署流程详情 */
public class GetSignFlowResponse extends AntCloudProdResponse {
  private String signNo;

  private String orderId;

  private String accountId;

  private String status;

  private String flowId;

  private String docList;

  private String businessScene;

  private String alipayUserId;

  private String signInfo;

  private String initiatorAccountId;

  /**
   * 签署合同单号 */
  public String getSignNo() {
    return this.signNo;
  }

  /**
   * 签署合同单号 */
  public void setSignNo(String signNo) {
    this.signNo = signNo;
  }

  /**
   * 订单号 */
  public String getOrderId() {
    return this.orderId;
  }

  /**
   * 订单号 */
  public void setOrderId(String orderId) {
    this.orderId = orderId;
  }

  /**
   * 签署用户ID */
  public String getAccountId() {
    return this.accountId;
  }

  /**
   * 签署用户ID */
  public void setAccountId(String accountId) {
    this.accountId = accountId;
  }

  /**
   * 状态:DRAFT - 草稿; SIGNING - 签署中; FINISH - 签署完成;UNDO - 撤销; TERMINATE - 终止; EXPIRE - 过期; REJECTED - 拒签; CANCELLED - 解约
   */
  public String getStatus() {
    return this.status;
  }

  /**
   * 状态:DRAFT - 草稿; SIGNING - 签署中; FINISH - 签署完成;UNDO - 撤销; TERMINATE - 终止; EXPIRE - 过期; REJECTED - 拒签; CANCELLED - 解约
   */
  public void setStatus(String status) {
    this.status = status;
  }

  /**
   * 签署流程ID */
  public String getFlowId() {
    return this.flowId;
  }

  /**
   * 签署流程ID */
  public void setFlowId(String flowId) {
    this.flowId = flowId;
  }

  /**
   * 签署文件列表,参考:
   * '[{"fileItemNo":"10090801000001699892007791144960","agreementType":"COMMON","fileName":"xxx合同","fileSize":228530,"signAccountId":"fe2eb3814c4e49edba2bc012f790771f","fileId":"2c7684461a0f4d33bc02f6d77f7b3937","downloadUrl":"https://dev.oss-cn-shanghai.aliyuncs.com/ag/ord/xxx/16939683744483057_%E6%B5%8B%E8%AF%95%E6%A8%A1%E6%9D%BF%E4%B9%8B%E5%8D%8F%E8%AE%AE%E7%AD%BE%E7%BD%B2%E8%AF%81%E6%98%8E.pdf?Expires=1693971989&OSSAccessKeyId=LTAI5tR3hHiaXPAh8YsY9Dce&Signature=i%2FfAgDem33guI%2F0KjIFj24XZNCc%3D"}]' */
  public String getDocList() {
    return this.docList;
  }

  /**
   * 签署文件列表,参考:
   * '[{"fileItemNo":"10090801000001699892007791144960","agreementType":"COMMON","fileName":"xxx合同","fileSize":228530,"signAccountId":"fe2eb3814c4e49edba2bc012f790771f","fileId":"2c7684461a0f4d33bc02f6d77f7b3937","downloadUrl":"https://dev.oss-cn-shanghai.aliyuncs.com/ag/ord/xxx/16939683744483057_%E6%B5%8B%E8%AF%95%E6%A8%A1%E6%9D%BF%E4%B9%8B%E5%8D%8F%E8%AE%AE%E7%AD%BE%E7%BD%B2%E8%AF%81%E6%98%8E.pdf?Expires=1693971989&OSSAccessKeyId=LTAI5tR3hHiaXPAh8YsY9Dce&Signature=i%2FfAgDem33guI%2F0KjIFj24XZNCc%3D"}]' */
  public void setDocList(String docList) {
    this.docList = docList;
  }

  /**
   * 业务场景,主要用于签署合同的标题描述 */
  public String getBusinessScene() {
    return this.businessScene;
  }

  /**
   * 业务场景,主要用于签署合同的标题描述 */
  public void setBusinessScene(String businessScene) {
    this.businessScene = businessScene;
  }

  /**
   * 签署合同中的订单的uid。 */
  public String getAlipayUserId() {
    return this.alipayUserId;
  }

  /**
   * 签署合同中的订单的uid。 */
  public void setAlipayUserId(String alipayUserId) {
    this.alipayUserId = alipayUserId;
  }

  /**
   * 签署扩展信息,用于获取签署链接等。JSON格式字符串。 */
  public String getSignInfo() {
    return this.signInfo;
  }

  /**
   * 签署扩展信息,用于获取签署链接等。JSON格式字符串。 */
  public void setSignInfo(String signInfo) {
    this.signInfo = signInfo;
  }

  /**
   * 发起人账户id */
  public String getInitiatorAccountId() {
    return this.initiatorAccountId;
  }

  /**
   * 发起人账户id */
  public void setInitiatorAccountId(String initiatorAccountId) {
    this.initiatorAccountId = initiatorAccountId;
  }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy