cn.com.antcloud.api.riskplus.v1_0.response.QueryCustomerCommonagreementsignResponse Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of antcloud-api-riskplus Show documentation
Show all versions of antcloud-api-riskplus Show documentation
Ant Chain API SDK For Java
Copyright (c) 2020-present antgroup.com, https://www.antgroup.com
//
// 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.riskplus.v1_0.response;
import cn.com.antcloud.api.product.AntCloudProdResponse;
import java.lang.String;
import java.util.Date;
/**
* 天枢系统协议签约查询(通用) */
public class QueryCustomerCommonagreementsignResponse extends AntCloudProdResponse {
private String customNo;
private String customName;
private String transSerials;
private String status;
private String accountUserId;
private String accountNo;
private String protocolNo;
private Date signTime;
private Date validTime;
private Date invalidTime;
/**
* 客户编号 */
public String getCustomNo() {
return this.customNo;
}
/**
* 客户编号 */
public void setCustomNo(String customNo) {
this.customNo = customNo;
}
/**
* 客户名称 */
public String getCustomName() {
return this.customName;
}
/**
* 客户名称 */
public void setCustomName(String customName) {
this.customName = customName;
}
/**
* 流水号 */
public String getTransSerials() {
return this.transSerials;
}
/**
* 流水号 */
public void setTransSerials(String transSerials) {
this.transSerials = transSerials;
}
/**
* 签约状态 */
public String getStatus() {
return this.status;
}
/**
* 签约状态 */
public void setStatus(String status) {
this.status = status;
}
/**
* 签约用户唯一标识 */
public String getAccountUserId() {
return this.accountUserId;
}
/**
* 签约用户唯一标识 */
public void setAccountUserId(String accountUserId) {
this.accountUserId = accountUserId;
}
/**
* 脱敏的签约账号 */
public String getAccountNo() {
return this.accountNo;
}
/**
* 脱敏的签约账号 */
public void setAccountNo(String accountNo) {
this.accountNo = accountNo;
}
/**
* 协议号 */
public String getProtocolNo() {
return this.protocolNo;
}
/**
* 协议号 */
public void setProtocolNo(String protocolNo) {
this.protocolNo = protocolNo;
}
/**
* 协议签约时间 */
public Date getSignTime() {
return this.signTime;
}
/**
* 协议签约时间 */
public void setSignTime(Date signTime) {
this.signTime = signTime;
}
/**
* 协议生效时间 */
public Date getValidTime() {
return this.validTime;
}
/**
* 协议生效时间 */
public void setValidTime(Date validTime) {
this.validTime = validTime;
}
/**
* 协议失效时间 */
public Date getInvalidTime() {
return this.invalidTime;
}
/**
* 协议失效时间 */
public void setInvalidTime(Date invalidTime) {
this.invalidTime = invalidTime;
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy