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

cn.com.antcloud.api.riskplus.v1_0.response.ExecRiskdataserviceResponse Maven / Gradle / Ivy

Go to download

Ant Chain API SDK For Java Copyright (c) 2020-present antgroup.com, https://www.antgroup.com

There is a newer version: 2.3.1
Show newest version
//
//  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.riskplus.v1_0.response;

import cn.com.antcloud.api.product.AntCloudProdResponse;
import cn.com.antcloud.api.riskplus.v1_0.model.RiskInfo;
import cn.com.antcloud.api.riskplus.v1_0.model.SecurityResultInfos;
import java.lang.Boolean;
import java.lang.String;
import java.util.List;

/**
 * 反欺诈风险数据服务请求执行 */
public class ExecRiskdataserviceResponse extends AntCloudProdResponse {
  private String resultCode;

  private String resultMsg;

  private String riskDataServiceApplyId;

  private List riskInfos;

  private String securityId;

  private SecurityResultInfos securityResultInfos;

  private Boolean success;

  /**
   * 响应结果码 */
  public String getResultCode() {
    return this.resultCode;
  }

  /**
   * 响应结果码 */
  public void setResultCode(String resultCode) {
    this.resultCode = resultCode;
  }

  /**
   * 请求响应信息 */
  public String getResultMsg() {
    return this.resultMsg;
  }

  /**
   * 请求响应信息 */
  public void setResultMsg(String resultMsg) {
    this.resultMsg = resultMsg;
  }

  /**
   * 反欺诈风险数据服务申请成功时返回的查询凭证(申请请求时存在) */
  public String getRiskDataServiceApplyId() {
    return this.riskDataServiceApplyId;
  }

  /**
   * 反欺诈风险数据服务申请成功时返回的查询凭证(申请请求时存在) */
  public void setRiskDataServiceApplyId(String riskDataServiceApplyId) {
    this.riskDataServiceApplyId = riskDataServiceApplyId;
  }

  /**
   * 反欺诈风险数据服务查询请求结果中风险详细信息字段(查询请求时存在) */
  public List getRiskInfos() {
    return this.riskInfos;
  }

  /**
   * 反欺诈风险数据服务查询请求结果中风险详细信息字段(查询请求时存在) */
  public void setRiskInfos(List riskInfos) {
    this.riskInfos = riskInfos;
  }

  /**
   * 请求响应业务唯一id */
  public String getSecurityId() {
    return this.securityId;
  }

  /**
   * 请求响应业务唯一id */
  public void setSecurityId(String securityId) {
    this.securityId = securityId;
  }

  /**
   * 反欺诈风险数据服务查询成功时得到风险建议结果信息(查询请求时存在) */
  public SecurityResultInfos getSecurityResultInfos() {
    return this.securityResultInfos;
  }

  /**
   * 反欺诈风险数据服务查询成功时得到风险建议结果信息(查询请求时存在) */
  public void setSecurityResultInfos(SecurityResultInfos securityResultInfos) {
    this.securityResultInfos = securityResultInfos;
  }

  /**
   * 请求是否成功 */
  public Boolean getSuccess() {
    return this.success;
  }

  /**
   * 请求是否成功 */
  public void setSuccess(Boolean success) {
    this.success = success;
  }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy