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

com.dahuatech.icc.multiinone.vims.vo.PersonAuthResponse Maven / Gradle / Ivy

There is a newer version: 1.0.13.7
Show newest version
package com.dahuatech.icc.multiinone.vims.vo;

import com.dahuatech.icc.oauth.http.IccResponse;

/**
 * program:java-sdk
 *
 * Author: 312013
 * Date:2022-08-16 09:37
 * Description: 人员卡片授权请求类
 */
public class PersonAuthResponse extends IccResponse {

    public PersonAuthResponse(){}

    public PersonAuthResponse(String code, String errMsg, boolean success){
        super.setCode(code);
        super.setSuccess(success);
        super.setErrMsg(errMsg);
    }

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy