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

com.fasc.open.api.event.auth.user.UserThreeElementVerifyDto Maven / Gradle / Ivy

The newest version!
package com.fasc.open.api.event.auth.user;


/**
 * 个人三要素校验事件
 */
public class UserThreeElementVerifyDto {

    private String eventTime;
    private String clientUserId;
    private Boolean verifyResult;
    private String userName;
    private String userIdentNo;
    private String verifyId;
    private String bankAccountNo;
    private String mobile;

    public String getEventTime() {
        return eventTime;
    }

    public void setEventTime(String eventTime) {
        this.eventTime = eventTime;
    }

    public String getClientUserId() {
        return clientUserId;
    }

    public void setClientUserId(String clientUserId) {
        this.clientUserId = clientUserId;
    }

    public Boolean getVerifyResult() {
        return verifyResult;
    }

    public void setVerifyResult(Boolean verifyResult) {
        this.verifyResult = verifyResult;
    }

    public String getUserName() {
        return userName;
    }

    public void setUserName(String userName) {
        this.userName = userName;
    }

    public String getUserIdentNo() {
        return userIdentNo;
    }

    public void setUserIdentNo(String userIdentNo) {
        this.userIdentNo = userIdentNo;
    }

    public String getVerifyId() {
        return verifyId;
    }

    public void setVerifyId(String verifyId) {
        this.verifyId = verifyId;
    }

    public String getBankAccountNo() {
        return bankAccountNo;
    }

    public void setBankAccountNo(String bankAccountNo) {
        this.bankAccountNo = bankAccountNo;
    }

    public String getMobile() {
        return mobile;
    }

    public void setMobile(String mobile) {
        this.mobile = mobile;
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy