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

cn.com.antcloud.api.ato.v1_0.response.QueryInnerWithholdsignResponse 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 QueryInnerWithholdsignResponse extends AntCloudProdResponse {
  private String status;

  private String agreementNo;

  private String signTime;

  private String validTime;

  private String invalidTime;

  /**
   * 协议当前状态
   * 1. UNSIGNED:未签约
   * 2. SIGNED:已签约;
   * 3.APPLY_TERMINATE:申请解约
   * 4. TERMINATED:已解约
   * 5.TIMEOUT_CLOSE:超时关闭 */
  public String getStatus() {
    return this.status;
  }

  /**
   * 协议当前状态
   * 1. UNSIGNED:未签约
   * 2. SIGNED:已签约;
   * 3.APPLY_TERMINATE:申请解约
   * 4. TERMINATED:已解约
   * 5.TIMEOUT_CLOSE:超时关闭 */
  public void setStatus(String status) {
    this.status = status;
  }

  /**
   * 支付宝代扣协议号 */
  public String getAgreementNo() {
    return this.agreementNo;
  }

  /**
   * 支付宝代扣协议号 */
  public void setAgreementNo(String agreementNo) {
    this.agreementNo = agreementNo;
  }

  /**
   * 协议签署时间
   * yyyy-MM-dd HH:mm:ss 格式 */
  public String getSignTime() {
    return this.signTime;
  }

  /**
   * 协议签署时间
   * yyyy-MM-dd HH:mm:ss 格式 */
  public void setSignTime(String signTime) {
    this.signTime = signTime;
  }

  /**
   * 协议生效时间
   * yyyy-MM-dd HH:mm:ss 格式 */
  public String getValidTime() {
    return this.validTime;
  }

  /**
   * 协议生效时间
   * yyyy-MM-dd HH:mm:ss 格式 */
  public void setValidTime(String validTime) {
    this.validTime = validTime;
  }

  /**
   * 协议失效时间
   * yyyy-MM-dd HH:mm:ss 格式 */
  public String getInvalidTime() {
    return this.invalidTime;
  }

  /**
   * 协议失效时间
   * yyyy-MM-dd HH:mm:ss 格式 */
  public void setInvalidTime(String invalidTime) {
    this.invalidTime = invalidTime;
  }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy