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

com.fasc.open.api.v5_1.req.user.GetFaceRecognitionStatusReq Maven / Gradle / Ivy

package com.fasc.open.api.v5_1.req.user;

import com.fasc.open.api.bean.base.BaseReq;

/**
 * @author zhoufucheng
 * @date 2023/8/9 9:17
 */
public class GetFaceRecognitionStatusReq extends BaseReq {
    private String serialNo ;

    private Integer getFile ;

    public String getSerialNo() {
        return serialNo;
    }

    public void setSerialNo(String serialNo) {
        this.serialNo = serialNo;
    }

    public Integer getGetFile() {
        return getFile;
    }

    public void setGetFile(Integer getFile) {
        this.getFile = getFile;
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy