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

com.fasc.open.api.v5_1.res.seal.GetSeaCertInfoRes Maven / Gradle / Ivy

The newest version!
package com.fasc.open.api.v5_1.res.seal;

/**
 * @author hukc
 * @date 2024年07月18日
 */
public class GetSeaCertInfoRes {

    private String certNo;
    private String ownerName;
    private String ownerType;
    private String certCA;
    private String encryptionType;
    private String validPeriod;
    private String status;
    private String certImg;

    public String getCertNo() {
        return certNo;
    }

    public void setCertNo(String certNo) {
        this.certNo = certNo;
    }

    public String getOwnerName() {
        return ownerName;
    }

    public void setOwnerName(String ownerName) {
        this.ownerName = ownerName;
    }

    public String getOwnerType() {
        return ownerType;
    }

    public void setOwnerType(String ownerType) {
        this.ownerType = ownerType;
    }

    public String getCertCA() {
        return certCA;
    }

    public void setCertCA(String certCA) {
        this.certCA = certCA;
    }

    public String getEncryptionType() {
        return encryptionType;
    }

    public void setEncryptionType(String encryptionType) {
        this.encryptionType = encryptionType;
    }

    public String getValidPeriod() {
        return validPeriod;
    }

    public void setValidPeriod(String validPeriod) {
        this.validPeriod = validPeriod;
    }

    public String getStatus() {
        return status;
    }

    public void setStatus(String status) {
        this.status = status;
    }

    public String getCertImg() {
        return certImg;
    }

    public void setCertImg(String certImg) {
        this.certImg = certImg;
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy