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

cn.com.antcloud.api.zolozfaceverify.v1_0.request.IdentityServermodeRequest Maven / Gradle / Ivy

//
//  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.zolozfaceverify.v1_0.request;

import cn.com.antcloud.api.product.AntCloudProdRequest;
import cn.com.antcloud.api.zolozfaceverify.v1_0.response.IdentityServermodeResponse;
import java.lang.String;
import javax.validation.constraints.NotNull;

/**
 * 人脸纯服务端模式比对
 */
public class IdentityServermodeRequest extends AntCloudProdRequest {
  private String authImg;

  private String authImgType;

  @NotNull
  private String bizId;

  private String externParam;

  private String identityParam;

  private String operationType;

  private String refImg;

  private String authImgOssObj;

  private String refImgOssObj;

  private String _prod_code = "ZOLOZFACEVERIFY";

  public IdentityServermodeRequest(String productInstanceId) {
    super("faceverifyzoloz.faceauth.servermode.identity", "1.0", "Java-SDK-20230613", productInstanceId);
  }

  public IdentityServermodeRequest() {
    super("faceverifyzoloz.faceauth.servermode.identity", "1.0", null);
    this.setSdkVersion("Java-SDK-20230613");
  }

  /**
   * Product code */
  public String get_prod_code() {
    return this._prod_code;
  }

  /**
   * Product code */
  public void set_prod_code(String _prod_code) {
    this._prod_code = _prod_code;
  }

  /**
   * 活体照片,base64编码 */
  public String getAuthImg() {
    return this.authImg;
  }

  /**
   * 活体照片,base64编码 */
  public void setAuthImg(String authImg) {
    this.authImg = authImg;
  }

  /**
   * BLOB:使用客户端透传的BLOB数据
   * IMAGE:正常图片模式 */
  public String getAuthImgType() {
    return this.authImgType;
  }

  /**
   * BLOB:使用客户端透传的BLOB数据
   * IMAGE:正常图片模式 */
  public void setAuthImgType(String authImgType) {
    this.authImgType = authImgType;
  }

  /**
   * 租户请求的唯一标志,该标识作为对账的关键信息,商户要保证其唯一性 */
  public String getBizId() {
    return this.bizId;
  }

  /**
   * 租户请求的唯一标志,该标识作为对账的关键信息,商户要保证其唯一性 */
  public void setBizId(String bizId) {
    this.bizId = bizId;
  }

  /**
   * 预留扩展业务参数 */
  public String getExternParam() {
    return this.externParam;
  }

  /**
   * 预留扩展业务参数 */
  public void setExternParam(String externParam) {
    this.externParam = externParam;
  }

  /**
   * 用户身份信息 */
  public String getIdentityParam() {
    return this.identityParam;
  }

  /**
   * 用户身份信息 */
  public void setIdentityParam(String identityParam) {
    this.identityParam = identityParam;
  }

  /**
   * 操作类型,NORMAL正常模式,CUSTOM用户自定义比对源 */
  public String getOperationType() {
    return this.operationType;
  }

  /**
   * 操作类型,NORMAL正常模式,CUSTOM用户自定义比对源 */
  public void setOperationType(String operationType) {
    this.operationType = operationType;
  }

  /**
   * 比对源照片,base64编码 */
  public String getRefImg() {
    return this.refImg;
  }

  /**
   * 比对源照片,base64编码 */
  public void setRefImg(String refImg) {
    this.refImg = refImg;
  }

  /**
   * 活体照片oss中转方式上传 */
  public String getAuthImgOssObj() {
    return this.authImgOssObj;
  }

  /**
   * 活体照片oss中转方式上传 */
  public void setAuthImgOssObj(String authImgOssObj) {
    this.authImgOssObj = authImgOssObj;
  }

  /**
   * 比对源照片oss中转方式上传 */
  public String getRefImgOssObj() {
    return this.refImgOssObj;
  }

  /**
   * 比对源照片oss中转方式上传 */
  public void setRefImgOssObj(String refImgOssObj) {
    this.refImgOssObj = refImgOssObj;
  }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy