com.alipay.api.internal.util.AlipayHashMap

Here are the examples of the java api com.alipay.api.internal.util.AlipayHashMap taken from open source projects. By voting up you can indicate which examples are most useful and appropriate.

4777 Examples 7

19 Source : ZolozIdentificationUserWebQueryRequest.java
with Apache License 2.0
from wendal

/**
 * ALIPAY API: zoloz.identification.user.web.query request
 *
 * @author auto create
 * @since 1.0, 2018-03-05 11:34:47
 */
public clreplaced ZolozIdentificationUserWebQueryRequest implements AlipayRequest<ZolozIdentificationUserWebQueryResponse> {

    // add user-defined text parameters
    private AlipayHashMap udfParams;

    private String apiVersion = "1.0";

    /**
     * H5刷脸认证查询
     */
    private String bizContent;

    public void setBizContent(String bizContent) {
        this.bizContent = bizContent;
    }

    public String getBizContent() {
        return this.bizContent;
    }

    private String terminalType;

    private String terminalInfo;

    private String prodCode;

    private String notifyUrl;

    private String returnUrl;

    private boolean needEncrypt = false;

    private AlipayObject bizModel = null;

    public String getNotifyUrl() {
        return this.notifyUrl;
    }

    public void setNotifyUrl(String notifyUrl) {
        this.notifyUrl = notifyUrl;
    }

    public String getReturnUrl() {
        return this.returnUrl;
    }

    public void setReturnUrl(String returnUrl) {
        this.returnUrl = returnUrl;
    }

    public String getApiVersion() {
        return this.apiVersion;
    }

    public void setApiVersion(String apiVersion) {
        this.apiVersion = apiVersion;
    }

    public void setTerminalType(String terminalType) {
        this.terminalType = terminalType;
    }

    public String getTerminalType() {
        return this.terminalType;
    }

    public void setTerminalInfo(String terminalInfo) {
        this.terminalInfo = terminalInfo;
    }

    public String getTerminalInfo() {
        return this.terminalInfo;
    }

    public void setProdCode(String prodCode) {
        this.prodCode = prodCode;
    }

    public String getProdCode() {
        return this.prodCode;
    }

    public String getApiMethodName() {
        return "zoloz.identification.user.web.query";
    }

    public Map<String, String> getTextParams() {
        AlipayHashMap txtParams = new AlipayHashMap();
        txtParams.put("biz_content", this.bizContent);
        if (udfParams != null) {
            txtParams.putAll(this.udfParams);
        }
        return txtParams;
    }

    public void putOtherTextParam(String key, String value) {
        if (this.udfParams == null) {
            this.udfParams = new AlipayHashMap();
        }
        this.udfParams.put(key, value);
    }

    public Clreplaced<ZolozIdentificationUserWebQueryResponse> getResponseClreplaced() {
        return ZolozIdentificationUserWebQueryResponse.clreplaced;
    }

    public boolean isNeedEncrypt() {
        return this.needEncrypt;
    }

    public void setNeedEncrypt(boolean needEncrypt) {
        this.needEncrypt = needEncrypt;
    }

    public AlipayObject getBizModel() {
        return this.bizModel;
    }

    public void setBizModel(AlipayObject bizModel) {
        this.bizModel = bizModel;
    }
}

19 Source : ZolozIdentificationUserWebInitializeRequest.java
with Apache License 2.0
from wendal

/**
 * ALIPAY API: zoloz.identification.user.web.initialize request
 *
 * @author auto create
 * @since 1.0, 2018-03-05 11:31:47
 */
public clreplaced ZolozIdentificationUserWebInitializeRequest implements AlipayRequest<ZolozIdentificationUserWebInitializeResponse> {

    // add user-defined text parameters
    private AlipayHashMap udfParams;

    private String apiVersion = "1.0";

    /**
     * H5刷脸认证初始化
     */
    private String bizContent;

    public void setBizContent(String bizContent) {
        this.bizContent = bizContent;
    }

    public String getBizContent() {
        return this.bizContent;
    }

    private String terminalType;

    private String terminalInfo;

    private String prodCode;

    private String notifyUrl;

    private String returnUrl;

    private boolean needEncrypt = false;

    private AlipayObject bizModel = null;

    public String getNotifyUrl() {
        return this.notifyUrl;
    }

    public void setNotifyUrl(String notifyUrl) {
        this.notifyUrl = notifyUrl;
    }

    public String getReturnUrl() {
        return this.returnUrl;
    }

    public void setReturnUrl(String returnUrl) {
        this.returnUrl = returnUrl;
    }

    public String getApiVersion() {
        return this.apiVersion;
    }

    public void setApiVersion(String apiVersion) {
        this.apiVersion = apiVersion;
    }

    public void setTerminalType(String terminalType) {
        this.terminalType = terminalType;
    }

    public String getTerminalType() {
        return this.terminalType;
    }

    public void setTerminalInfo(String terminalInfo) {
        this.terminalInfo = terminalInfo;
    }

    public String getTerminalInfo() {
        return this.terminalInfo;
    }

    public void setProdCode(String prodCode) {
        this.prodCode = prodCode;
    }

    public String getProdCode() {
        return this.prodCode;
    }

    public String getApiMethodName() {
        return "zoloz.identification.user.web.initialize";
    }

    public Map<String, String> getTextParams() {
        AlipayHashMap txtParams = new AlipayHashMap();
        txtParams.put("biz_content", this.bizContent);
        if (udfParams != null) {
            txtParams.putAll(this.udfParams);
        }
        return txtParams;
    }

    public void putOtherTextParam(String key, String value) {
        if (this.udfParams == null) {
            this.udfParams = new AlipayHashMap();
        }
        this.udfParams.put(key, value);
    }

    public Clreplaced<ZolozIdentificationUserWebInitializeResponse> getResponseClreplaced() {
        return ZolozIdentificationUserWebInitializeResponse.clreplaced;
    }

    public boolean isNeedEncrypt() {
        return this.needEncrypt;
    }

    public void setNeedEncrypt(boolean needEncrypt) {
        this.needEncrypt = needEncrypt;
    }

    public AlipayObject getBizModel() {
        return this.bizModel;
    }

    public void setBizModel(AlipayObject bizModel) {
        this.bizModel = bizModel;
    }
}

19 Source : ZhimaOpenAppKeyanLqlCreateRequest.java
with Apache License 2.0
from wendal

/**
 * ALIPAY API: zhima.open.app.keyan.lql.create request
 *
 * @author auto create
 * @since 1.0, 2017-06-28 11:41:24
 */
public clreplaced ZhimaOpenAppKeyanLqlCreateRequest implements AlipayRequest<ZhimaOpenAppKeyanLqlCreateResponse> {

    // add user-defined text parameters
    private AlipayHashMap udfParams;

    private String apiVersion = "1.0";

    /**
     * keyantestoneone
     */
    private String bizContent;

    public void setBizContent(String bizContent) {
        this.bizContent = bizContent;
    }

    public String getBizContent() {
        return this.bizContent;
    }

    private String terminalType;

    private String terminalInfo;

    private String prodCode;

    private String notifyUrl;

    private String returnUrl;

    private boolean needEncrypt = false;

    private AlipayObject bizModel = null;

    public String getNotifyUrl() {
        return this.notifyUrl;
    }

    public void setNotifyUrl(String notifyUrl) {
        this.notifyUrl = notifyUrl;
    }

    public String getReturnUrl() {
        return this.returnUrl;
    }

    public void setReturnUrl(String returnUrl) {
        this.returnUrl = returnUrl;
    }

    public String getApiVersion() {
        return this.apiVersion;
    }

    public void setApiVersion(String apiVersion) {
        this.apiVersion = apiVersion;
    }

    public void setTerminalType(String terminalType) {
        this.terminalType = terminalType;
    }

    public String getTerminalType() {
        return this.terminalType;
    }

    public void setTerminalInfo(String terminalInfo) {
        this.terminalInfo = terminalInfo;
    }

    public String getTerminalInfo() {
        return this.terminalInfo;
    }

    public void setProdCode(String prodCode) {
        this.prodCode = prodCode;
    }

    public String getProdCode() {
        return this.prodCode;
    }

    public String getApiMethodName() {
        return "zhima.open.app.keyan.lql.create";
    }

    public Map<String, String> getTextParams() {
        AlipayHashMap txtParams = new AlipayHashMap();
        txtParams.put("biz_content", this.bizContent);
        if (udfParams != null) {
            txtParams.putAll(this.udfParams);
        }
        return txtParams;
    }

    public void putOtherTextParam(String key, String value) {
        if (this.udfParams == null) {
            this.udfParams = new AlipayHashMap();
        }
        this.udfParams.put(key, value);
    }

    public Clreplaced<ZhimaOpenAppKeyanLqlCreateResponse> getResponseClreplaced() {
        return ZhimaOpenAppKeyanLqlCreateResponse.clreplaced;
    }

    public boolean isNeedEncrypt() {
        return this.needEncrypt;
    }

    public void setNeedEncrypt(boolean needEncrypt) {
        this.needEncrypt = needEncrypt;
    }

    public AlipayObject getBizModel() {
        return this.bizModel;
    }

    public void setBizModel(AlipayObject bizModel) {
        this.bizModel = bizModel;
    }
}

19 Source : ZhimaMerchantTestPracticeRequest.java
with Apache License 2.0
from wendal

/**
 * ALIPAY API: zhima.merchant.test.practice request
 *
 * @author auto create
 * @since 1.0, 2016-03-30 10:16:33
 */
public clreplaced ZhimaMerchantTestPracticeRequest implements AlipayRequest<ZhimaMerchantTestPracticeResponse> {

    // add user-defined text parameters
    private AlipayHashMap udfParams;

    private String apiVersion = "1.0";

    /**
     * asd
     */
    private String bizContent;

    public void setBizContent(String bizContent) {
        this.bizContent = bizContent;
    }

    public String getBizContent() {
        return this.bizContent;
    }

    private String terminalType;

    private String terminalInfo;

    private String prodCode;

    private String notifyUrl;

    private String returnUrl;

    private boolean needEncrypt = false;

    private AlipayObject bizModel = null;

    public String getNotifyUrl() {
        return this.notifyUrl;
    }

    public void setNotifyUrl(String notifyUrl) {
        this.notifyUrl = notifyUrl;
    }

    public String getReturnUrl() {
        return this.returnUrl;
    }

    public void setReturnUrl(String returnUrl) {
        this.returnUrl = returnUrl;
    }

    public String getApiVersion() {
        return this.apiVersion;
    }

    public void setApiVersion(String apiVersion) {
        this.apiVersion = apiVersion;
    }

    public void setTerminalType(String terminalType) {
        this.terminalType = terminalType;
    }

    public String getTerminalType() {
        return this.terminalType;
    }

    public void setTerminalInfo(String terminalInfo) {
        this.terminalInfo = terminalInfo;
    }

    public String getTerminalInfo() {
        return this.terminalInfo;
    }

    public void setProdCode(String prodCode) {
        this.prodCode = prodCode;
    }

    public String getProdCode() {
        return this.prodCode;
    }

    public String getApiMethodName() {
        return "zhima.merchant.test.practice";
    }

    public Map<String, String> getTextParams() {
        AlipayHashMap txtParams = new AlipayHashMap();
        txtParams.put("biz_content", this.bizContent);
        if (udfParams != null) {
            txtParams.putAll(this.udfParams);
        }
        return txtParams;
    }

    public void putOtherTextParam(String key, String value) {
        if (this.udfParams == null) {
            this.udfParams = new AlipayHashMap();
        }
        this.udfParams.put(key, value);
    }

    public Clreplaced<ZhimaMerchantTestPracticeResponse> getResponseClreplaced() {
        return ZhimaMerchantTestPracticeResponse.clreplaced;
    }

    public boolean isNeedEncrypt() {
        return this.needEncrypt;
    }

    public void setNeedEncrypt(boolean needEncrypt) {
        this.needEncrypt = needEncrypt;
    }

    public AlipayObject getBizModel() {
        return this.bizModel;
    }

    public void setBizModel(AlipayObject bizModel) {
        this.bizModel = bizModel;
    }
}

19 Source : ZhimaMerchantSingleDataUploadRequest.java
with Apache License 2.0
from wendal

/**
 * ALIPAY API: zhima.merchant.single.data.upload request
 *
 * @author auto create
 * @since 1.0, 2018-01-09 15:57:14
 */
public clreplaced ZhimaMerchantSingleDataUploadRequest implements AlipayRequest<ZhimaMerchantSingleDataUploadResponse> {

    // add user-defined text parameters
    private AlipayHashMap udfParams;

    private String apiVersion = "1.0";

    /**
     * 单条数据传入
     */
    private String bizContent;

    public void setBizContent(String bizContent) {
        this.bizContent = bizContent;
    }

    public String getBizContent() {
        return this.bizContent;
    }

    private String terminalType;

    private String terminalInfo;

    private String prodCode;

    private String notifyUrl;

    private String returnUrl;

    private boolean needEncrypt = false;

    private AlipayObject bizModel = null;

    public String getNotifyUrl() {
        return this.notifyUrl;
    }

    public void setNotifyUrl(String notifyUrl) {
        this.notifyUrl = notifyUrl;
    }

    public String getReturnUrl() {
        return this.returnUrl;
    }

    public void setReturnUrl(String returnUrl) {
        this.returnUrl = returnUrl;
    }

    public String getApiVersion() {
        return this.apiVersion;
    }

    public void setApiVersion(String apiVersion) {
        this.apiVersion = apiVersion;
    }

    public void setTerminalType(String terminalType) {
        this.terminalType = terminalType;
    }

    public String getTerminalType() {
        return this.terminalType;
    }

    public void setTerminalInfo(String terminalInfo) {
        this.terminalInfo = terminalInfo;
    }

    public String getTerminalInfo() {
        return this.terminalInfo;
    }

    public void setProdCode(String prodCode) {
        this.prodCode = prodCode;
    }

    public String getProdCode() {
        return this.prodCode;
    }

    public String getApiMethodName() {
        return "zhima.merchant.single.data.upload";
    }

    public Map<String, String> getTextParams() {
        AlipayHashMap txtParams = new AlipayHashMap();
        txtParams.put("biz_content", this.bizContent);
        if (udfParams != null) {
            txtParams.putAll(this.udfParams);
        }
        return txtParams;
    }

    public void putOtherTextParam(String key, String value) {
        if (this.udfParams == null) {
            this.udfParams = new AlipayHashMap();
        }
        this.udfParams.put(key, value);
    }

    public Clreplaced<ZhimaMerchantSingleDataUploadResponse> getResponseClreplaced() {
        return ZhimaMerchantSingleDataUploadResponse.clreplaced;
    }

    public boolean isNeedEncrypt() {
        return this.needEncrypt;
    }

    public void setNeedEncrypt(boolean needEncrypt) {
        this.needEncrypt = needEncrypt;
    }

    public AlipayObject getBizModel() {
        return this.bizModel;
    }

    public void setBizModel(AlipayObject bizModel) {
        this.bizModel = bizModel;
    }
}

19 Source : ZhimaMerchantOrderRentQueryRequest.java
with Apache License 2.0
from wendal

/**
 * ALIPAY API: zhima.merchant.order.rent.query request
 *
 * @author auto create
 * @since 1.0, 2017-05-25 14:34:06
 */
public clreplaced ZhimaMerchantOrderRentQueryRequest implements AlipayRequest<ZhimaMerchantOrderRentQueryResponse> {

    // add user-defined text parameters
    private AlipayHashMap udfParams;

    private String apiVersion = "1.0";

    /**
     * 信用借还订单查询
     */
    private String bizContent;

    public void setBizContent(String bizContent) {
        this.bizContent = bizContent;
    }

    public String getBizContent() {
        return this.bizContent;
    }

    private String terminalType;

    private String terminalInfo;

    private String prodCode;

    private String notifyUrl;

    private String returnUrl;

    private boolean needEncrypt = false;

    private AlipayObject bizModel = null;

    public String getNotifyUrl() {
        return this.notifyUrl;
    }

    public void setNotifyUrl(String notifyUrl) {
        this.notifyUrl = notifyUrl;
    }

    public String getReturnUrl() {
        return this.returnUrl;
    }

    public void setReturnUrl(String returnUrl) {
        this.returnUrl = returnUrl;
    }

    public String getApiVersion() {
        return this.apiVersion;
    }

    public void setApiVersion(String apiVersion) {
        this.apiVersion = apiVersion;
    }

    public void setTerminalType(String terminalType) {
        this.terminalType = terminalType;
    }

    public String getTerminalType() {
        return this.terminalType;
    }

    public void setTerminalInfo(String terminalInfo) {
        this.terminalInfo = terminalInfo;
    }

    public String getTerminalInfo() {
        return this.terminalInfo;
    }

    public void setProdCode(String prodCode) {
        this.prodCode = prodCode;
    }

    public String getProdCode() {
        return this.prodCode;
    }

    public String getApiMethodName() {
        return "zhima.merchant.order.rent.query";
    }

    public Map<String, String> getTextParams() {
        AlipayHashMap txtParams = new AlipayHashMap();
        txtParams.put("biz_content", this.bizContent);
        if (udfParams != null) {
            txtParams.putAll(this.udfParams);
        }
        return txtParams;
    }

    public void putOtherTextParam(String key, String value) {
        if (this.udfParams == null) {
            this.udfParams = new AlipayHashMap();
        }
        this.udfParams.put(key, value);
    }

    public Clreplaced<ZhimaMerchantOrderRentQueryResponse> getResponseClreplaced() {
        return ZhimaMerchantOrderRentQueryResponse.clreplaced;
    }

    public boolean isNeedEncrypt() {
        return this.needEncrypt;
    }

    public void setNeedEncrypt(boolean needEncrypt) {
        this.needEncrypt = needEncrypt;
    }

    public AlipayObject getBizModel() {
        return this.bizModel;
    }

    public void setBizModel(AlipayObject bizModel) {
        this.bizModel = bizModel;
    }
}

19 Source : ZhimaMerchantOrderRentModifyRequest.java
with Apache License 2.0
from wendal

/**
 * ALIPAY API: zhima.merchant.order.rent.modify request
 *
 * @author auto create
 * @since 1.0, 2017-12-07 16:00:50
 */
public clreplaced ZhimaMerchantOrderRentModifyRequest implements AlipayRequest<ZhimaMerchantOrderRentModifyResponse> {

    // add user-defined text parameters
    private AlipayHashMap udfParams;

    private String apiVersion = "1.0";

    /**
     * 信用借还订单修改接口
     */
    private String bizContent;

    public void setBizContent(String bizContent) {
        this.bizContent = bizContent;
    }

    public String getBizContent() {
        return this.bizContent;
    }

    private String terminalType;

    private String terminalInfo;

    private String prodCode;

    private String notifyUrl;

    private String returnUrl;

    private boolean needEncrypt = false;

    private AlipayObject bizModel = null;

    public String getNotifyUrl() {
        return this.notifyUrl;
    }

    public void setNotifyUrl(String notifyUrl) {
        this.notifyUrl = notifyUrl;
    }

    public String getReturnUrl() {
        return this.returnUrl;
    }

    public void setReturnUrl(String returnUrl) {
        this.returnUrl = returnUrl;
    }

    public String getApiVersion() {
        return this.apiVersion;
    }

    public void setApiVersion(String apiVersion) {
        this.apiVersion = apiVersion;
    }

    public void setTerminalType(String terminalType) {
        this.terminalType = terminalType;
    }

    public String getTerminalType() {
        return this.terminalType;
    }

    public void setTerminalInfo(String terminalInfo) {
        this.terminalInfo = terminalInfo;
    }

    public String getTerminalInfo() {
        return this.terminalInfo;
    }

    public void setProdCode(String prodCode) {
        this.prodCode = prodCode;
    }

    public String getProdCode() {
        return this.prodCode;
    }

    public String getApiMethodName() {
        return "zhima.merchant.order.rent.modify";
    }

    public Map<String, String> getTextParams() {
        AlipayHashMap txtParams = new AlipayHashMap();
        txtParams.put("biz_content", this.bizContent);
        if (udfParams != null) {
            txtParams.putAll(this.udfParams);
        }
        return txtParams;
    }

    public void putOtherTextParam(String key, String value) {
        if (this.udfParams == null) {
            this.udfParams = new AlipayHashMap();
        }
        this.udfParams.put(key, value);
    }

    public Clreplaced<ZhimaMerchantOrderRentModifyResponse> getResponseClreplaced() {
        return ZhimaMerchantOrderRentModifyResponse.clreplaced;
    }

    public boolean isNeedEncrypt() {
        return this.needEncrypt;
    }

    public void setNeedEncrypt(boolean needEncrypt) {
        this.needEncrypt = needEncrypt;
    }

    public AlipayObject getBizModel() {
        return this.bizModel;
    }

    public void setBizModel(AlipayObject bizModel) {
        this.bizModel = bizModel;
    }
}

19 Source : ZhimaMerchantOrderRentCreateRequest.java
with Apache License 2.0
from wendal

/**
 * ALIPAY API: zhima.merchant.order.rent.create request
 *
 * @author auto create
 * @since 1.0, 2018-01-31 15:54:57
 */
public clreplaced ZhimaMerchantOrderRentCreateRequest implements AlipayRequest<ZhimaMerchantOrderRentCreateResponse> {

    // add user-defined text parameters
    private AlipayHashMap udfParams;

    private String apiVersion = "1.0";

    /**
     * 信用借还创建订单
     */
    private String bizContent;

    public void setBizContent(String bizContent) {
        this.bizContent = bizContent;
    }

    public String getBizContent() {
        return this.bizContent;
    }

    private String terminalType;

    private String terminalInfo;

    private String prodCode;

    private String notifyUrl;

    private String returnUrl;

    private boolean needEncrypt = false;

    private AlipayObject bizModel = null;

    public String getNotifyUrl() {
        return this.notifyUrl;
    }

    public void setNotifyUrl(String notifyUrl) {
        this.notifyUrl = notifyUrl;
    }

    public String getReturnUrl() {
        return this.returnUrl;
    }

    public void setReturnUrl(String returnUrl) {
        this.returnUrl = returnUrl;
    }

    public String getApiVersion() {
        return this.apiVersion;
    }

    public void setApiVersion(String apiVersion) {
        this.apiVersion = apiVersion;
    }

    public void setTerminalType(String terminalType) {
        this.terminalType = terminalType;
    }

    public String getTerminalType() {
        return this.terminalType;
    }

    public void setTerminalInfo(String terminalInfo) {
        this.terminalInfo = terminalInfo;
    }

    public String getTerminalInfo() {
        return this.terminalInfo;
    }

    public void setProdCode(String prodCode) {
        this.prodCode = prodCode;
    }

    public String getProdCode() {
        return this.prodCode;
    }

    public String getApiMethodName() {
        return "zhima.merchant.order.rent.create";
    }

    public Map<String, String> getTextParams() {
        AlipayHashMap txtParams = new AlipayHashMap();
        txtParams.put("biz_content", this.bizContent);
        if (udfParams != null) {
            txtParams.putAll(this.udfParams);
        }
        return txtParams;
    }

    public void putOtherTextParam(String key, String value) {
        if (this.udfParams == null) {
            this.udfParams = new AlipayHashMap();
        }
        this.udfParams.put(key, value);
    }

    public Clreplaced<ZhimaMerchantOrderRentCreateResponse> getResponseClreplaced() {
        return ZhimaMerchantOrderRentCreateResponse.clreplaced;
    }

    public boolean isNeedEncrypt() {
        return this.needEncrypt;
    }

    public void setNeedEncrypt(boolean needEncrypt) {
        this.needEncrypt = needEncrypt;
    }

    public AlipayObject getBizModel() {
        return this.bizModel;
    }

    public void setBizModel(AlipayObject bizModel) {
        this.bizModel = bizModel;
    }
}

19 Source : ZhimaMerchantOrderRentCompleteRequest.java
with Apache License 2.0
from wendal

/**
 * ALIPAY API: zhima.merchant.order.rent.complete request
 *
 * @author auto create
 * @since 1.0, 2018-02-26 16:51:29
 */
public clreplaced ZhimaMerchantOrderRentCompleteRequest implements AlipayRequest<ZhimaMerchantOrderRentCompleteResponse> {

    // add user-defined text parameters
    private AlipayHashMap udfParams;

    private String apiVersion = "1.0";

    /**
     * 信用借还订单归还
     */
    private String bizContent;

    public void setBizContent(String bizContent) {
        this.bizContent = bizContent;
    }

    public String getBizContent() {
        return this.bizContent;
    }

    private String terminalType;

    private String terminalInfo;

    private String prodCode;

    private String notifyUrl;

    private String returnUrl;

    private boolean needEncrypt = false;

    private AlipayObject bizModel = null;

    public String getNotifyUrl() {
        return this.notifyUrl;
    }

    public void setNotifyUrl(String notifyUrl) {
        this.notifyUrl = notifyUrl;
    }

    public String getReturnUrl() {
        return this.returnUrl;
    }

    public void setReturnUrl(String returnUrl) {
        this.returnUrl = returnUrl;
    }

    public String getApiVersion() {
        return this.apiVersion;
    }

    public void setApiVersion(String apiVersion) {
        this.apiVersion = apiVersion;
    }

    public void setTerminalType(String terminalType) {
        this.terminalType = terminalType;
    }

    public String getTerminalType() {
        return this.terminalType;
    }

    public void setTerminalInfo(String terminalInfo) {
        this.terminalInfo = terminalInfo;
    }

    public String getTerminalInfo() {
        return this.terminalInfo;
    }

    public void setProdCode(String prodCode) {
        this.prodCode = prodCode;
    }

    public String getProdCode() {
        return this.prodCode;
    }

    public String getApiMethodName() {
        return "zhima.merchant.order.rent.complete";
    }

    public Map<String, String> getTextParams() {
        AlipayHashMap txtParams = new AlipayHashMap();
        txtParams.put("biz_content", this.bizContent);
        if (udfParams != null) {
            txtParams.putAll(this.udfParams);
        }
        return txtParams;
    }

    public void putOtherTextParam(String key, String value) {
        if (this.udfParams == null) {
            this.udfParams = new AlipayHashMap();
        }
        this.udfParams.put(key, value);
    }

    public Clreplaced<ZhimaMerchantOrderRentCompleteResponse> getResponseClreplaced() {
        return ZhimaMerchantOrderRentCompleteResponse.clreplaced;
    }

    public boolean isNeedEncrypt() {
        return this.needEncrypt;
    }

    public void setNeedEncrypt(boolean needEncrypt) {
        this.needEncrypt = needEncrypt;
    }

    public AlipayObject getBizModel() {
        return this.bizModel;
    }

    public void setBizModel(AlipayObject bizModel) {
        this.bizModel = bizModel;
    }
}

19 Source : ZhimaMerchantOrderRentCancelRequest.java
with Apache License 2.0
from wendal

/**
 * ALIPAY API: zhima.merchant.order.rent.cancel request
 *
 * @author auto create
 * @since 1.0, 2017-05-25 14:34:16
 */
public clreplaced ZhimaMerchantOrderRentCancelRequest implements AlipayRequest<ZhimaMerchantOrderRentCancelResponse> {

    // add user-defined text parameters
    private AlipayHashMap udfParams;

    private String apiVersion = "1.0";

    /**
     * 信用借还撤销订单
     */
    private String bizContent;

    public void setBizContent(String bizContent) {
        this.bizContent = bizContent;
    }

    public String getBizContent() {
        return this.bizContent;
    }

    private String terminalType;

    private String terminalInfo;

    private String prodCode;

    private String notifyUrl;

    private String returnUrl;

    private boolean needEncrypt = false;

    private AlipayObject bizModel = null;

    public String getNotifyUrl() {
        return this.notifyUrl;
    }

    public void setNotifyUrl(String notifyUrl) {
        this.notifyUrl = notifyUrl;
    }

    public String getReturnUrl() {
        return this.returnUrl;
    }

    public void setReturnUrl(String returnUrl) {
        this.returnUrl = returnUrl;
    }

    public String getApiVersion() {
        return this.apiVersion;
    }

    public void setApiVersion(String apiVersion) {
        this.apiVersion = apiVersion;
    }

    public void setTerminalType(String terminalType) {
        this.terminalType = terminalType;
    }

    public String getTerminalType() {
        return this.terminalType;
    }

    public void setTerminalInfo(String terminalInfo) {
        this.terminalInfo = terminalInfo;
    }

    public String getTerminalInfo() {
        return this.terminalInfo;
    }

    public void setProdCode(String prodCode) {
        this.prodCode = prodCode;
    }

    public String getProdCode() {
        return this.prodCode;
    }

    public String getApiMethodName() {
        return "zhima.merchant.order.rent.cancel";
    }

    public Map<String, String> getTextParams() {
        AlipayHashMap txtParams = new AlipayHashMap();
        txtParams.put("biz_content", this.bizContent);
        if (udfParams != null) {
            txtParams.putAll(this.udfParams);
        }
        return txtParams;
    }

    public void putOtherTextParam(String key, String value) {
        if (this.udfParams == null) {
            this.udfParams = new AlipayHashMap();
        }
        this.udfParams.put(key, value);
    }

    public Clreplaced<ZhimaMerchantOrderRentCancelResponse> getResponseClreplaced() {
        return ZhimaMerchantOrderRentCancelResponse.clreplaced;
    }

    public boolean isNeedEncrypt() {
        return this.needEncrypt;
    }

    public void setNeedEncrypt(boolean needEncrypt) {
        this.needEncrypt = needEncrypt;
    }

    public AlipayObject getBizModel() {
        return this.bizModel;
    }

    public void setBizModel(AlipayObject bizModel) {
        this.bizModel = bizModel;
    }
}

19 Source : ZhimaMerchantDataUploadInitializeRequest.java
with Apache License 2.0
from wendal

/**
 * ALIPAY API: zhima.merchant.data.upload.initialize request
 *
 * @author auto create
 * @since 1.0, 2018-01-08 16:53:46
 */
public clreplaced ZhimaMerchantDataUploadInitializeRequest implements AlipayRequest<ZhimaMerchantDataUploadInitializeResponse> {

    // add user-defined text parameters
    private AlipayHashMap udfParams;

    private String apiVersion = "1.0";

    /**
     * 芝麻数据传入初始化
     */
    private String bizContent;

    public void setBizContent(String bizContent) {
        this.bizContent = bizContent;
    }

    public String getBizContent() {
        return this.bizContent;
    }

    private String terminalType;

    private String terminalInfo;

    private String prodCode;

    private String notifyUrl;

    private String returnUrl;

    private boolean needEncrypt = false;

    private AlipayObject bizModel = null;

    public String getNotifyUrl() {
        return this.notifyUrl;
    }

    public void setNotifyUrl(String notifyUrl) {
        this.notifyUrl = notifyUrl;
    }

    public String getReturnUrl() {
        return this.returnUrl;
    }

    public void setReturnUrl(String returnUrl) {
        this.returnUrl = returnUrl;
    }

    public String getApiVersion() {
        return this.apiVersion;
    }

    public void setApiVersion(String apiVersion) {
        this.apiVersion = apiVersion;
    }

    public void setTerminalType(String terminalType) {
        this.terminalType = terminalType;
    }

    public String getTerminalType() {
        return this.terminalType;
    }

    public void setTerminalInfo(String terminalInfo) {
        this.terminalInfo = terminalInfo;
    }

    public String getTerminalInfo() {
        return this.terminalInfo;
    }

    public void setProdCode(String prodCode) {
        this.prodCode = prodCode;
    }

    public String getProdCode() {
        return this.prodCode;
    }

    public String getApiMethodName() {
        return "zhima.merchant.data.upload.initialize";
    }

    public Map<String, String> getTextParams() {
        AlipayHashMap txtParams = new AlipayHashMap();
        txtParams.put("biz_content", this.bizContent);
        if (udfParams != null) {
            txtParams.putAll(this.udfParams);
        }
        return txtParams;
    }

    public void putOtherTextParam(String key, String value) {
        if (this.udfParams == null) {
            this.udfParams = new AlipayHashMap();
        }
        this.udfParams.put(key, value);
    }

    public Clreplaced<ZhimaMerchantDataUploadInitializeResponse> getResponseClreplaced() {
        return ZhimaMerchantDataUploadInitializeResponse.clreplaced;
    }

    public boolean isNeedEncrypt() {
        return this.needEncrypt;
    }

    public void setNeedEncrypt(boolean needEncrypt) {
        this.needEncrypt = needEncrypt;
    }

    public AlipayObject getBizModel() {
        return this.bizModel;
    }

    public void setBizModel(AlipayObject bizModel) {
        this.bizModel = bizModel;
    }
}

19 Source : ZhimaMerchantCloseloopDataUploadRequest.java
with Apache License 2.0
from wendal

/**
 * ALIPAY API: zhima.merchant.closeloop.data.upload request
 *
 * @author auto create
 * @since 1.0, 2018-01-11 15:47:27
 */
public clreplaced ZhimaMerchantCloseloopDataUploadRequest implements AlipayUploadRequest<ZhimaMerchantCloseloopDataUploadResponse> {

    // add user-defined text parameters
    private AlipayHashMap udfParams;

    private String apiVersion = "1.0";

    /**
     * 公用回传参数(非必填),该参数会透传给商户,商户可以用于业务逻辑处理,请使用json格式。
     */
    private String bizExtParams;

    /**
     * 单条数据的数据列,多个列以逗号隔开。
     */
    private String columns;

    /**
     * 传入的json格式的文件,其中records属性必填。json中的字段可以通过如下步骤获取:首先调用zhima.merchant.data.upload.initialize接口获取数据模板,该接口会返回一个数据模板文件的url地址,如:http://zmxymerchant-prod.oss-cn-shenzhen.zmxy.com.cn/openApi/openDoc/信用护航-负面记录和信用足迹商户数据模板V1.0.xlsx,该数据模板文件详细列出了需要传入的字段,及各字段的要求,data中的各字段就是该文件中列出的字段编码。
     */
    private FileItem file;

    /**
     * 文件的编码,如果文件格式是UTF-8,则填写UTF-8,如果文件格式是GBK,则填写GBK。
     */
    private String fileCharset;

    /**
     * 芝麻平台服务商模式下的二级商户标识(即二级商户PID),如果是直连商户调用该接口,不需要设置
     */
    private String linkedMerchantId;

    /**
     * 主键列使用传入字段进行组合,也可以使用传入的某个单字段(确保主键稳定,而且可以很好的区分不同的数据)。例如order_no,pay_month或者order_no,bill_month组合,对于一个order_no只会有一条数据的情况,直接使用order_no作为主键列。
     */
    private String primaryKeyColumns;

    /**
     * 文件数据记录条数,如file字段中的record数组有10条数据,那么就填10。
     */
    private String records;

    /**
     *  数据应用的场景编码,场景码和场景名称(数字或字符串为场景码)如下:
     * 8:数据反馈
     * 32:骑行
     * CAR_RENTING:租车行业解决方案
     * 每个场景码对应的数据模板不一样,请使用zhima.merchant.data.upload.initialize接口获取场景码对应的数据模板。
     */
    private String sceneCode;

    public void setBizExtParams(String bizExtParams) {
        this.bizExtParams = bizExtParams;
    }

    public String getBizExtParams() {
        return this.bizExtParams;
    }

    public void setColumns(String columns) {
        this.columns = columns;
    }

    public String getColumns() {
        return this.columns;
    }

    public void setFile(FileItem file) {
        this.file = file;
    }

    public FileItem getFile() {
        return this.file;
    }

    public void setFileCharset(String fileCharset) {
        this.fileCharset = fileCharset;
    }

    public String getFileCharset() {
        return this.fileCharset;
    }

    public void setLinkedMerchantId(String linkedMerchantId) {
        this.linkedMerchantId = linkedMerchantId;
    }

    public String getLinkedMerchantId() {
        return this.linkedMerchantId;
    }

    public void setPrimaryKeyColumns(String primaryKeyColumns) {
        this.primaryKeyColumns = primaryKeyColumns;
    }

    public String getPrimaryKeyColumns() {
        return this.primaryKeyColumns;
    }

    public void setRecords(String records) {
        this.records = records;
    }

    public String getRecords() {
        return this.records;
    }

    public void setSceneCode(String sceneCode) {
        this.sceneCode = sceneCode;
    }

    public String getSceneCode() {
        return this.sceneCode;
    }

    private String terminalType;

    private String terminalInfo;

    private String prodCode;

    private String notifyUrl;

    private String returnUrl;

    private boolean needEncrypt = false;

    private AlipayObject bizModel = null;

    public String getNotifyUrl() {
        return this.notifyUrl;
    }

    public void setNotifyUrl(String notifyUrl) {
        this.notifyUrl = notifyUrl;
    }

    public String getReturnUrl() {
        return this.returnUrl;
    }

    public void setReturnUrl(String returnUrl) {
        this.returnUrl = returnUrl;
    }

    public String getApiVersion() {
        return this.apiVersion;
    }

    public void setApiVersion(String apiVersion) {
        this.apiVersion = apiVersion;
    }

    public void setTerminalType(String terminalType) {
        this.terminalType = terminalType;
    }

    public String getTerminalType() {
        return this.terminalType;
    }

    public void setTerminalInfo(String terminalInfo) {
        this.terminalInfo = terminalInfo;
    }

    public String getTerminalInfo() {
        return this.terminalInfo;
    }

    public String getProdCode() {
        return this.prodCode;
    }

    public void setProdCode(String prodCode) {
        this.prodCode = prodCode;
    }

    public String getApiMethodName() {
        return "zhima.merchant.closeloop.data.upload";
    }

    public Map<String, String> getTextParams() {
        AlipayHashMap txtParams = new AlipayHashMap();
        txtParams.put("biz_ext_params", this.bizExtParams);
        txtParams.put("columns", this.columns);
        txtParams.put("file_charset", this.fileCharset);
        txtParams.put("linked_merchant_id", this.linkedMerchantId);
        txtParams.put("primary_key_columns", this.primaryKeyColumns);
        txtParams.put("records", this.records);
        txtParams.put("scene_code", this.sceneCode);
        if (udfParams != null) {
            txtParams.putAll(this.udfParams);
        }
        return txtParams;
    }

    public void putOtherTextParam(String key, String value) {
        if (this.udfParams == null) {
            this.udfParams = new AlipayHashMap();
        }
        this.udfParams.put(key, value);
    }

    public Map<String, FileItem> getFileParams() {
        Map<String, FileItem> params = new HashMap<String, FileItem>();
        params.put("file", this.file);
        return params;
    }

    public Clreplaced<ZhimaMerchantCloseloopDataUploadResponse> getResponseClreplaced() {
        return ZhimaMerchantCloseloopDataUploadResponse.clreplaced;
    }

    public boolean isNeedEncrypt() {
        return this.needEncrypt;
    }

    public void setNeedEncrypt(boolean needEncrypt) {
        this.needEncrypt = needEncrypt;
    }

    public AlipayObject getBizModel() {
        return this.bizModel;
    }

    public void setBizModel(AlipayObject bizModel) {
        this.bizModel = bizModel;
    }
}

19 Source : ZhimaMerchantBorrowEntityUploadRequest.java
with Apache License 2.0
from wendal

/**
 * ALIPAY API: zhima.merchant.borrow.enreplacedy.upload request
 *
 * @author auto create
 * @since 1.0, 2017-12-07 10:55:11
 */
public clreplaced ZhimaMerchantBorrowEnreplacedyUploadRequest implements AlipayRequest<ZhimaMerchantBorrowEnreplacedyUploadResponse> {

    // add user-defined text parameters
    private AlipayHashMap udfParams;

    private String apiVersion = "1.0";

    /**
     * 信用借还借用实体数据上传接口
     */
    private String bizContent;

    public void setBizContent(String bizContent) {
        this.bizContent = bizContent;
    }

    public String getBizContent() {
        return this.bizContent;
    }

    private String terminalType;

    private String terminalInfo;

    private String prodCode;

    private String notifyUrl;

    private String returnUrl;

    private boolean needEncrypt = false;

    private AlipayObject bizModel = null;

    public String getNotifyUrl() {
        return this.notifyUrl;
    }

    public void setNotifyUrl(String notifyUrl) {
        this.notifyUrl = notifyUrl;
    }

    public String getReturnUrl() {
        return this.returnUrl;
    }

    public void setReturnUrl(String returnUrl) {
        this.returnUrl = returnUrl;
    }

    public String getApiVersion() {
        return this.apiVersion;
    }

    public void setApiVersion(String apiVersion) {
        this.apiVersion = apiVersion;
    }

    public void setTerminalType(String terminalType) {
        this.terminalType = terminalType;
    }

    public String getTerminalType() {
        return this.terminalType;
    }

    public void setTerminalInfo(String terminalInfo) {
        this.terminalInfo = terminalInfo;
    }

    public String getTerminalInfo() {
        return this.terminalInfo;
    }

    public void setProdCode(String prodCode) {
        this.prodCode = prodCode;
    }

    public String getProdCode() {
        return this.prodCode;
    }

    public String getApiMethodName() {
        return "zhima.merchant.borrow.enreplacedy.upload";
    }

    public Map<String, String> getTextParams() {
        AlipayHashMap txtParams = new AlipayHashMap();
        txtParams.put("biz_content", this.bizContent);
        if (udfParams != null) {
            txtParams.putAll(this.udfParams);
        }
        return txtParams;
    }

    public void putOtherTextParam(String key, String value) {
        if (this.udfParams == null) {
            this.udfParams = new AlipayHashMap();
        }
        this.udfParams.put(key, value);
    }

    public Clreplaced<ZhimaMerchantBorrowEnreplacedyUploadResponse> getResponseClreplaced() {
        return ZhimaMerchantBorrowEnreplacedyUploadResponse.clreplaced;
    }

    public boolean isNeedEncrypt() {
        return this.needEncrypt;
    }

    public void setNeedEncrypt(boolean needEncrypt) {
        this.needEncrypt = needEncrypt;
    }

    public AlipayObject getBizModel() {
        return this.bizModel;
    }

    public void setBizModel(AlipayObject bizModel) {
        this.bizModel = bizModel;
    }
}

19 Source : ZhimaDataFeedbackurlQueryRequest.java
with Apache License 2.0
from wendal

/**
 * ALIPAY API: zhima.data.feedbackurl.query request
 *
 * @author auto create
 * @since 1.0, 2017-02-16 15:46:19
 */
public clreplaced ZhimaDataFeedbackurlQueryRequest implements AlipayRequest<ZhimaDataFeedbackurlQueryResponse> {

    // add user-defined text parameters
    private AlipayHashMap udfParams;

    private String apiVersion = "1.0";

    /**
     * 获取数据反馈模板
     */
    private String bizContent;

    public void setBizContent(String bizContent) {
        this.bizContent = bizContent;
    }

    public String getBizContent() {
        return this.bizContent;
    }

    private String terminalType;

    private String terminalInfo;

    private String prodCode;

    private String notifyUrl;

    private String returnUrl;

    private boolean needEncrypt = false;

    private AlipayObject bizModel = null;

    public String getNotifyUrl() {
        return this.notifyUrl;
    }

    public void setNotifyUrl(String notifyUrl) {
        this.notifyUrl = notifyUrl;
    }

    public String getReturnUrl() {
        return this.returnUrl;
    }

    public void setReturnUrl(String returnUrl) {
        this.returnUrl = returnUrl;
    }

    public String getApiVersion() {
        return this.apiVersion;
    }

    public void setApiVersion(String apiVersion) {
        this.apiVersion = apiVersion;
    }

    public void setTerminalType(String terminalType) {
        this.terminalType = terminalType;
    }

    public String getTerminalType() {
        return this.terminalType;
    }

    public void setTerminalInfo(String terminalInfo) {
        this.terminalInfo = terminalInfo;
    }

    public String getTerminalInfo() {
        return this.terminalInfo;
    }

    public void setProdCode(String prodCode) {
        this.prodCode = prodCode;
    }

    public String getProdCode() {
        return this.prodCode;
    }

    public String getApiMethodName() {
        return "zhima.data.feedbackurl.query";
    }

    public Map<String, String> getTextParams() {
        AlipayHashMap txtParams = new AlipayHashMap();
        txtParams.put("biz_content", this.bizContent);
        if (udfParams != null) {
            txtParams.putAll(this.udfParams);
        }
        return txtParams;
    }

    public void putOtherTextParam(String key, String value) {
        if (this.udfParams == null) {
            this.udfParams = new AlipayHashMap();
        }
        this.udfParams.put(key, value);
    }

    public Clreplaced<ZhimaDataFeedbackurlQueryResponse> getResponseClreplaced() {
        return ZhimaDataFeedbackurlQueryResponse.clreplaced;
    }

    public boolean isNeedEncrypt() {
        return this.needEncrypt;
    }

    public void setNeedEncrypt(boolean needEncrypt) {
        this.needEncrypt = needEncrypt;
    }

    public AlipayObject getBizModel() {
        return this.bizModel;
    }

    public void setBizModel(AlipayObject bizModel) {
        this.bizModel = bizModel;
    }
}

19 Source : ZhimaDataBatchFeedbackRequest.java
with Apache License 2.0
from wendal

/**
 * ALIPAY API: zhima.data.batch.feedback request
 *
 * @author auto create
 * @since 1.0, 2017-05-02 14:40:53
 */
public clreplaced ZhimaDataBatchFeedbackRequest implements AlipayUploadRequest<ZhimaDataBatchFeedbackResponse> {

    // add user-defined text parameters
    private AlipayHashMap udfParams;

    private String apiVersion = "1.0";

    /**
     * 扩展参数
     */
    private String bizExtParams;

    /**
     * 单条数据的数据列,多个列以逗号隔开
     */
    private String columns;

    /**
     * 反馈的json格式文件,其中{"records":  是每个文件的固定开头,文件中的字段名请使用数据反馈模板(该模板是通过“获取数据反馈模板”接口获得)中字段编码列的英文字段来组装
     */
    private FileItem file;

    /**
     * 是反馈文件的数据编码,如果文件格式是UTF-8,则填写UTF-8,如果文件格式是GBK,则填写GBK
     */
    private String fileCharset;

    /**
     * 文件描述信息
     */
    private String fileDescription;

    /**
     * 反馈的数据类型
     */
    private String fileType;

    /**
     * 主键列使用反馈字段进行组合,也可以使用反馈的某个单字段(确保主键稳定,而且可以很好的区分不同的数据)。例如order_no,pay_month或者order_no,bill_month组合,对于一个order_no只会有一条数据的情况,直接使用order_no作为主键列
     */
    private String primaryKeyColumns;

    /**
     * 文件数据记录条数
     */
    private String records;

    public void setBizExtParams(String bizExtParams) {
        this.bizExtParams = bizExtParams;
    }

    public String getBizExtParams() {
        return this.bizExtParams;
    }

    public void setColumns(String columns) {
        this.columns = columns;
    }

    public String getColumns() {
        return this.columns;
    }

    public void setFile(FileItem file) {
        this.file = file;
    }

    public FileItem getFile() {
        return this.file;
    }

    public void setFileCharset(String fileCharset) {
        this.fileCharset = fileCharset;
    }

    public String getFileCharset() {
        return this.fileCharset;
    }

    public void setFileDescription(String fileDescription) {
        this.fileDescription = fileDescription;
    }

    public String getFileDescription() {
        return this.fileDescription;
    }

    public void setFileType(String fileType) {
        this.fileType = fileType;
    }

    public String getFileType() {
        return this.fileType;
    }

    public void setPrimaryKeyColumns(String primaryKeyColumns) {
        this.primaryKeyColumns = primaryKeyColumns;
    }

    public String getPrimaryKeyColumns() {
        return this.primaryKeyColumns;
    }

    public void setRecords(String records) {
        this.records = records;
    }

    public String getRecords() {
        return this.records;
    }

    private String terminalType;

    private String terminalInfo;

    private String prodCode;

    private String notifyUrl;

    private String returnUrl;

    private boolean needEncrypt = false;

    private AlipayObject bizModel = null;

    public String getNotifyUrl() {
        return this.notifyUrl;
    }

    public void setNotifyUrl(String notifyUrl) {
        this.notifyUrl = notifyUrl;
    }

    public String getReturnUrl() {
        return this.returnUrl;
    }

    public void setReturnUrl(String returnUrl) {
        this.returnUrl = returnUrl;
    }

    public String getApiVersion() {
        return this.apiVersion;
    }

    public void setApiVersion(String apiVersion) {
        this.apiVersion = apiVersion;
    }

    public void setTerminalType(String terminalType) {
        this.terminalType = terminalType;
    }

    public String getTerminalType() {
        return this.terminalType;
    }

    public void setTerminalInfo(String terminalInfo) {
        this.terminalInfo = terminalInfo;
    }

    public String getTerminalInfo() {
        return this.terminalInfo;
    }

    public String getProdCode() {
        return this.prodCode;
    }

    public void setProdCode(String prodCode) {
        this.prodCode = prodCode;
    }

    public String getApiMethodName() {
        return "zhima.data.batch.feedback";
    }

    public Map<String, String> getTextParams() {
        AlipayHashMap txtParams = new AlipayHashMap();
        txtParams.put("biz_ext_params", this.bizExtParams);
        txtParams.put("columns", this.columns);
        txtParams.put("file_charset", this.fileCharset);
        txtParams.put("file_description", this.fileDescription);
        txtParams.put("file_type", this.fileType);
        txtParams.put("primary_key_columns", this.primaryKeyColumns);
        txtParams.put("records", this.records);
        if (udfParams != null) {
            txtParams.putAll(this.udfParams);
        }
        return txtParams;
    }

    public void putOtherTextParam(String key, String value) {
        if (this.udfParams == null) {
            this.udfParams = new AlipayHashMap();
        }
        this.udfParams.put(key, value);
    }

    public Map<String, FileItem> getFileParams() {
        Map<String, FileItem> params = new HashMap<String, FileItem>();
        params.put("file", this.file);
        return params;
    }

    public Clreplaced<ZhimaDataBatchFeedbackResponse> getResponseClreplaced() {
        return ZhimaDataBatchFeedbackResponse.clreplaced;
    }

    public boolean isNeedEncrypt() {
        return this.needEncrypt;
    }

    public void setNeedEncrypt(boolean needEncrypt) {
        this.needEncrypt = needEncrypt;
    }

    public AlipayObject getBizModel() {
        return this.bizModel;
    }

    public void setBizModel(AlipayObject bizModel) {
        this.bizModel = bizModel;
    }
}

19 Source : ZhimaCustomerEpCertificationQueryRequest.java
with Apache License 2.0
from wendal

/**
 * ALIPAY API: zhima.customer.ep.certification.query request
 *
 * @author auto create
 * @since 1.0, 2017-10-27 14:28:48
 */
public clreplaced ZhimaCustomerEpCertificationQueryRequest implements AlipayRequest<ZhimaCustomerEpCertificationQueryResponse> {

    // add user-defined text parameters
    private AlipayHashMap udfParams;

    private String apiVersion = "1.0";

    /**
     * 企业认证查询服务
     */
    private String bizContent;

    public void setBizContent(String bizContent) {
        this.bizContent = bizContent;
    }

    public String getBizContent() {
        return this.bizContent;
    }

    private String terminalType;

    private String terminalInfo;

    private String prodCode;

    private String notifyUrl;

    private String returnUrl;

    private boolean needEncrypt = false;

    private AlipayObject bizModel = null;

    public String getNotifyUrl() {
        return this.notifyUrl;
    }

    public void setNotifyUrl(String notifyUrl) {
        this.notifyUrl = notifyUrl;
    }

    public String getReturnUrl() {
        return this.returnUrl;
    }

    public void setReturnUrl(String returnUrl) {
        this.returnUrl = returnUrl;
    }

    public String getApiVersion() {
        return this.apiVersion;
    }

    public void setApiVersion(String apiVersion) {
        this.apiVersion = apiVersion;
    }

    public void setTerminalType(String terminalType) {
        this.terminalType = terminalType;
    }

    public String getTerminalType() {
        return this.terminalType;
    }

    public void setTerminalInfo(String terminalInfo) {
        this.terminalInfo = terminalInfo;
    }

    public String getTerminalInfo() {
        return this.terminalInfo;
    }

    public void setProdCode(String prodCode) {
        this.prodCode = prodCode;
    }

    public String getProdCode() {
        return this.prodCode;
    }

    public String getApiMethodName() {
        return "zhima.customer.ep.certification.query";
    }

    public Map<String, String> getTextParams() {
        AlipayHashMap txtParams = new AlipayHashMap();
        txtParams.put("biz_content", this.bizContent);
        if (udfParams != null) {
            txtParams.putAll(this.udfParams);
        }
        return txtParams;
    }

    public void putOtherTextParam(String key, String value) {
        if (this.udfParams == null) {
            this.udfParams = new AlipayHashMap();
        }
        this.udfParams.put(key, value);
    }

    public Clreplaced<ZhimaCustomerEpCertificationQueryResponse> getResponseClreplaced() {
        return ZhimaCustomerEpCertificationQueryResponse.clreplaced;
    }

    public boolean isNeedEncrypt() {
        return this.needEncrypt;
    }

    public void setNeedEncrypt(boolean needEncrypt) {
        this.needEncrypt = needEncrypt;
    }

    public AlipayObject getBizModel() {
        return this.bizModel;
    }

    public void setBizModel(AlipayObject bizModel) {
        this.bizModel = bizModel;
    }
}

19 Source : ZhimaCustomerEpCertificationInitializeRequest.java
with Apache License 2.0
from wendal

/**
 * ALIPAY API: zhima.customer.ep.certification.initialize request
 *
 * @author auto create
 * @since 1.0, 2017-10-27 14:28:16
 */
public clreplaced ZhimaCustomerEpCertificationInitializeRequest implements AlipayRequest<ZhimaCustomerEpCertificationInitializeResponse> {

    // add user-defined text parameters
    private AlipayHashMap udfParams;

    private String apiVersion = "1.0";

    /**
     * 企业认证初始化
     */
    private String bizContent;

    public void setBizContent(String bizContent) {
        this.bizContent = bizContent;
    }

    public String getBizContent() {
        return this.bizContent;
    }

    private String terminalType;

    private String terminalInfo;

    private String prodCode;

    private String notifyUrl;

    private String returnUrl;

    private boolean needEncrypt = false;

    private AlipayObject bizModel = null;

    public String getNotifyUrl() {
        return this.notifyUrl;
    }

    public void setNotifyUrl(String notifyUrl) {
        this.notifyUrl = notifyUrl;
    }

    public String getReturnUrl() {
        return this.returnUrl;
    }

    public void setReturnUrl(String returnUrl) {
        this.returnUrl = returnUrl;
    }

    public String getApiVersion() {
        return this.apiVersion;
    }

    public void setApiVersion(String apiVersion) {
        this.apiVersion = apiVersion;
    }

    public void setTerminalType(String terminalType) {
        this.terminalType = terminalType;
    }

    public String getTerminalType() {
        return this.terminalType;
    }

    public void setTerminalInfo(String terminalInfo) {
        this.terminalInfo = terminalInfo;
    }

    public String getTerminalInfo() {
        return this.terminalInfo;
    }

    public void setProdCode(String prodCode) {
        this.prodCode = prodCode;
    }

    public String getProdCode() {
        return this.prodCode;
    }

    public String getApiMethodName() {
        return "zhima.customer.ep.certification.initialize";
    }

    public Map<String, String> getTextParams() {
        AlipayHashMap txtParams = new AlipayHashMap();
        txtParams.put("biz_content", this.bizContent);
        if (udfParams != null) {
            txtParams.putAll(this.udfParams);
        }
        return txtParams;
    }

    public void putOtherTextParam(String key, String value) {
        if (this.udfParams == null) {
            this.udfParams = new AlipayHashMap();
        }
        this.udfParams.put(key, value);
    }

    public Clreplaced<ZhimaCustomerEpCertificationInitializeResponse> getResponseClreplaced() {
        return ZhimaCustomerEpCertificationInitializeResponse.clreplaced;
    }

    public boolean isNeedEncrypt() {
        return this.needEncrypt;
    }

    public void setNeedEncrypt(boolean needEncrypt) {
        this.needEncrypt = needEncrypt;
    }

    public AlipayObject getBizModel() {
        return this.bizModel;
    }

    public void setBizModel(AlipayObject bizModel) {
        this.bizModel = bizModel;
    }
}

19 Source : ZhimaCustomerEpCertificationCertifyRequest.java
with Apache License 2.0
from wendal

/**
 * ALIPAY API: zhima.customer.ep.certification.certify request
 *
 * @author auto create
 * @since 1.0, 2017-11-23 19:13:17
 */
public clreplaced ZhimaCustomerEpCertificationCertifyRequest implements AlipayRequest<ZhimaCustomerEpCertificationCertifyResponse> {

    // add user-defined text parameters
    private AlipayHashMap udfParams;

    private String apiVersion = "1.0";

    /**
     * 企业认证引导(页面接口)
     */
    private String bizContent;

    public void setBizContent(String bizContent) {
        this.bizContent = bizContent;
    }

    public String getBizContent() {
        return this.bizContent;
    }

    private String terminalType;

    private String terminalInfo;

    private String prodCode;

    private String notifyUrl;

    private String returnUrl;

    private boolean needEncrypt = false;

    private AlipayObject bizModel = null;

    public String getNotifyUrl() {
        return this.notifyUrl;
    }

    public void setNotifyUrl(String notifyUrl) {
        this.notifyUrl = notifyUrl;
    }

    public String getReturnUrl() {
        return this.returnUrl;
    }

    public void setReturnUrl(String returnUrl) {
        this.returnUrl = returnUrl;
    }

    public String getApiVersion() {
        return this.apiVersion;
    }

    public void setApiVersion(String apiVersion) {
        this.apiVersion = apiVersion;
    }

    public void setTerminalType(String terminalType) {
        this.terminalType = terminalType;
    }

    public String getTerminalType() {
        return this.terminalType;
    }

    public void setTerminalInfo(String terminalInfo) {
        this.terminalInfo = terminalInfo;
    }

    public String getTerminalInfo() {
        return this.terminalInfo;
    }

    public void setProdCode(String prodCode) {
        this.prodCode = prodCode;
    }

    public String getProdCode() {
        return this.prodCode;
    }

    public String getApiMethodName() {
        return "zhima.customer.ep.certification.certify";
    }

    public Map<String, String> getTextParams() {
        AlipayHashMap txtParams = new AlipayHashMap();
        txtParams.put("biz_content", this.bizContent);
        if (udfParams != null) {
            txtParams.putAll(this.udfParams);
        }
        return txtParams;
    }

    public void putOtherTextParam(String key, String value) {
        if (this.udfParams == null) {
            this.udfParams = new AlipayHashMap();
        }
        this.udfParams.put(key, value);
    }

    public Clreplaced<ZhimaCustomerEpCertificationCertifyResponse> getResponseClreplaced() {
        return ZhimaCustomerEpCertificationCertifyResponse.clreplaced;
    }

    public boolean isNeedEncrypt() {
        return this.needEncrypt;
    }

    public void setNeedEncrypt(boolean needEncrypt) {
        this.needEncrypt = needEncrypt;
    }

    public AlipayObject getBizModel() {
        return this.bizModel;
    }

    public void setBizModel(AlipayObject bizModel) {
        this.bizModel = bizModel;
    }
}

19 Source : ZhimaCustomerContractInitializeRequest.java
with Apache License 2.0
from wendal

/**
 * ALIPAY API: zhima.customer.contract.initialize request
 *
 * @author auto create
 * @since 1.0, 2017-12-19 13:55:57
 */
public clreplaced ZhimaCustomerContractInitializeRequest implements AlipayRequest<ZhimaCustomerContractInitializeResponse> {

    // add user-defined text parameters
    private AlipayHashMap udfParams;

    private String apiVersion = "1.0";

    /**
     * 芝麻可信电子合约初始化
     */
    private String bizContent;

    public void setBizContent(String bizContent) {
        this.bizContent = bizContent;
    }

    public String getBizContent() {
        return this.bizContent;
    }

    private String terminalType;

    private String terminalInfo;

    private String prodCode;

    private String notifyUrl;

    private String returnUrl;

    private boolean needEncrypt = false;

    private AlipayObject bizModel = null;

    public String getNotifyUrl() {
        return this.notifyUrl;
    }

    public void setNotifyUrl(String notifyUrl) {
        this.notifyUrl = notifyUrl;
    }

    public String getReturnUrl() {
        return this.returnUrl;
    }

    public void setReturnUrl(String returnUrl) {
        this.returnUrl = returnUrl;
    }

    public String getApiVersion() {
        return this.apiVersion;
    }

    public void setApiVersion(String apiVersion) {
        this.apiVersion = apiVersion;
    }

    public void setTerminalType(String terminalType) {
        this.terminalType = terminalType;
    }

    public String getTerminalType() {
        return this.terminalType;
    }

    public void setTerminalInfo(String terminalInfo) {
        this.terminalInfo = terminalInfo;
    }

    public String getTerminalInfo() {
        return this.terminalInfo;
    }

    public void setProdCode(String prodCode) {
        this.prodCode = prodCode;
    }

    public String getProdCode() {
        return this.prodCode;
    }

    public String getApiMethodName() {
        return "zhima.customer.contract.initialize";
    }

    public Map<String, String> getTextParams() {
        AlipayHashMap txtParams = new AlipayHashMap();
        txtParams.put("biz_content", this.bizContent);
        if (udfParams != null) {
            txtParams.putAll(this.udfParams);
        }
        return txtParams;
    }

    public void putOtherTextParam(String key, String value) {
        if (this.udfParams == null) {
            this.udfParams = new AlipayHashMap();
        }
        this.udfParams.put(key, value);
    }

    public Clreplaced<ZhimaCustomerContractInitializeResponse> getResponseClreplaced() {
        return ZhimaCustomerContractInitializeResponse.clreplaced;
    }

    public boolean isNeedEncrypt() {
        return this.needEncrypt;
    }

    public void setNeedEncrypt(boolean needEncrypt) {
        this.needEncrypt = needEncrypt;
    }

    public AlipayObject getBizModel() {
        return this.bizModel;
    }

    public void setBizModel(AlipayObject bizModel) {
        this.bizModel = bizModel;
    }
}

19 Source : ZhimaCustomerCertificationQueryRequest.java
with Apache License 2.0
from wendal

/**
 * ALIPAY API: zhima.customer.certification.query request
 *
 * @author auto create
 * @since 1.0, 2017-12-19 13:55:11
 */
public clreplaced ZhimaCustomerCertificationQueryRequest implements AlipayRequest<ZhimaCustomerCertificationQueryResponse> {

    // add user-defined text parameters
    private AlipayHashMap udfParams;

    private String apiVersion = "1.0";

    /**
     * 芝麻认证查询
     */
    private String bizContent;

    public void setBizContent(String bizContent) {
        this.bizContent = bizContent;
    }

    public String getBizContent() {
        return this.bizContent;
    }

    private String terminalType;

    private String terminalInfo;

    private String prodCode;

    private String notifyUrl;

    private String returnUrl;

    private boolean needEncrypt = false;

    private AlipayObject bizModel = null;

    public String getNotifyUrl() {
        return this.notifyUrl;
    }

    public void setNotifyUrl(String notifyUrl) {
        this.notifyUrl = notifyUrl;
    }

    public String getReturnUrl() {
        return this.returnUrl;
    }

    public void setReturnUrl(String returnUrl) {
        this.returnUrl = returnUrl;
    }

    public String getApiVersion() {
        return this.apiVersion;
    }

    public void setApiVersion(String apiVersion) {
        this.apiVersion = apiVersion;
    }

    public void setTerminalType(String terminalType) {
        this.terminalType = terminalType;
    }

    public String getTerminalType() {
        return this.terminalType;
    }

    public void setTerminalInfo(String terminalInfo) {
        this.terminalInfo = terminalInfo;
    }

    public String getTerminalInfo() {
        return this.terminalInfo;
    }

    public void setProdCode(String prodCode) {
        this.prodCode = prodCode;
    }

    public String getProdCode() {
        return this.prodCode;
    }

    public String getApiMethodName() {
        return "zhima.customer.certification.query";
    }

    public Map<String, String> getTextParams() {
        AlipayHashMap txtParams = new AlipayHashMap();
        txtParams.put("biz_content", this.bizContent);
        if (udfParams != null) {
            txtParams.putAll(this.udfParams);
        }
        return txtParams;
    }

    public void putOtherTextParam(String key, String value) {
        if (this.udfParams == null) {
            this.udfParams = new AlipayHashMap();
        }
        this.udfParams.put(key, value);
    }

    public Clreplaced<ZhimaCustomerCertificationQueryResponse> getResponseClreplaced() {
        return ZhimaCustomerCertificationQueryResponse.clreplaced;
    }

    public boolean isNeedEncrypt() {
        return this.needEncrypt;
    }

    public void setNeedEncrypt(boolean needEncrypt) {
        this.needEncrypt = needEncrypt;
    }

    public AlipayObject getBizModel() {
        return this.bizModel;
    }

    public void setBizModel(AlipayObject bizModel) {
        this.bizModel = bizModel;
    }
}

19 Source : ZhimaCustomerCertificationMaterialCertifyRequest.java
with Apache License 2.0
from wendal

/**
 * ALIPAY API: zhima.customer.certification.material.certify request
 *
 * @author auto create
 * @since 1.0, 2017-12-19 19:12:11
 */
public clreplaced ZhimaCustomerCertificationMaterialCertifyRequest implements AlipayRequest<ZhimaCustomerCertificationMaterialCertifyResponse> {

    // add user-defined text parameters
    private AlipayHashMap udfParams;

    private String apiVersion = "1.0";

    /**
     * 芝麻认证材料认证
     */
    private String bizContent;

    public void setBizContent(String bizContent) {
        this.bizContent = bizContent;
    }

    public String getBizContent() {
        return this.bizContent;
    }

    private String terminalType;

    private String terminalInfo;

    private String prodCode;

    private String notifyUrl;

    private String returnUrl;

    private boolean needEncrypt = false;

    private AlipayObject bizModel = null;

    public String getNotifyUrl() {
        return this.notifyUrl;
    }

    public void setNotifyUrl(String notifyUrl) {
        this.notifyUrl = notifyUrl;
    }

    public String getReturnUrl() {
        return this.returnUrl;
    }

    public void setReturnUrl(String returnUrl) {
        this.returnUrl = returnUrl;
    }

    public String getApiVersion() {
        return this.apiVersion;
    }

    public void setApiVersion(String apiVersion) {
        this.apiVersion = apiVersion;
    }

    public void setTerminalType(String terminalType) {
        this.terminalType = terminalType;
    }

    public String getTerminalType() {
        return this.terminalType;
    }

    public void setTerminalInfo(String terminalInfo) {
        this.terminalInfo = terminalInfo;
    }

    public String getTerminalInfo() {
        return this.terminalInfo;
    }

    public void setProdCode(String prodCode) {
        this.prodCode = prodCode;
    }

    public String getProdCode() {
        return this.prodCode;
    }

    public String getApiMethodName() {
        return "zhima.customer.certification.material.certify";
    }

    public Map<String, String> getTextParams() {
        AlipayHashMap txtParams = new AlipayHashMap();
        txtParams.put("biz_content", this.bizContent);
        if (udfParams != null) {
            txtParams.putAll(this.udfParams);
        }
        return txtParams;
    }

    public void putOtherTextParam(String key, String value) {
        if (this.udfParams == null) {
            this.udfParams = new AlipayHashMap();
        }
        this.udfParams.put(key, value);
    }

    public Clreplaced<ZhimaCustomerCertificationMaterialCertifyResponse> getResponseClreplaced() {
        return ZhimaCustomerCertificationMaterialCertifyResponse.clreplaced;
    }

    public boolean isNeedEncrypt() {
        return this.needEncrypt;
    }

    public void setNeedEncrypt(boolean needEncrypt) {
        this.needEncrypt = needEncrypt;
    }

    public AlipayObject getBizModel() {
        return this.bizModel;
    }

    public void setBizModel(AlipayObject bizModel) {
        this.bizModel = bizModel;
    }
}

19 Source : ZhimaCustomerCertificationInitializeRequest.java
with Apache License 2.0
from wendal

/**
 * ALIPAY API: zhima.customer.certification.initialize request
 *
 * @author auto create
 * @since 1.0, 2017-12-19 19:11:31
 */
public clreplaced ZhimaCustomerCertificationInitializeRequest implements AlipayRequest<ZhimaCustomerCertificationInitializeResponse> {

    // add user-defined text parameters
    private AlipayHashMap udfParams;

    private String apiVersion = "1.0";

    /**
     * 认证初始化
     */
    private String bizContent;

    public void setBizContent(String bizContent) {
        this.bizContent = bizContent;
    }

    public String getBizContent() {
        return this.bizContent;
    }

    private String terminalType;

    private String terminalInfo;

    private String prodCode;

    private String notifyUrl;

    private String returnUrl;

    private boolean needEncrypt = false;

    private AlipayObject bizModel = null;

    public String getNotifyUrl() {
        return this.notifyUrl;
    }

    public void setNotifyUrl(String notifyUrl) {
        this.notifyUrl = notifyUrl;
    }

    public String getReturnUrl() {
        return this.returnUrl;
    }

    public void setReturnUrl(String returnUrl) {
        this.returnUrl = returnUrl;
    }

    public String getApiVersion() {
        return this.apiVersion;
    }

    public void setApiVersion(String apiVersion) {
        this.apiVersion = apiVersion;
    }

    public void setTerminalType(String terminalType) {
        this.terminalType = terminalType;
    }

    public String getTerminalType() {
        return this.terminalType;
    }

    public void setTerminalInfo(String terminalInfo) {
        this.terminalInfo = terminalInfo;
    }

    public String getTerminalInfo() {
        return this.terminalInfo;
    }

    public void setProdCode(String prodCode) {
        this.prodCode = prodCode;
    }

    public String getProdCode() {
        return this.prodCode;
    }

    public String getApiMethodName() {
        return "zhima.customer.certification.initialize";
    }

    public Map<String, String> getTextParams() {
        AlipayHashMap txtParams = new AlipayHashMap();
        txtParams.put("biz_content", this.bizContent);
        if (udfParams != null) {
            txtParams.putAll(this.udfParams);
        }
        return txtParams;
    }

    public void putOtherTextParam(String key, String value) {
        if (this.udfParams == null) {
            this.udfParams = new AlipayHashMap();
        }
        this.udfParams.put(key, value);
    }

    public Clreplaced<ZhimaCustomerCertificationInitializeResponse> getResponseClreplaced() {
        return ZhimaCustomerCertificationInitializeResponse.clreplaced;
    }

    public boolean isNeedEncrypt() {
        return this.needEncrypt;
    }

    public void setNeedEncrypt(boolean needEncrypt) {
        this.needEncrypt = needEncrypt;
    }

    public AlipayObject getBizModel() {
        return this.bizModel;
    }

    public void setBizModel(AlipayObject bizModel) {
        this.bizModel = bizModel;
    }
}

19 Source : ZhimaCustomerCertificationCertifyRequest.java
with Apache License 2.0
from wendal

/**
 * ALIPAY API: zhima.customer.certification.certify request
 *
 * @author auto create
 * @since 1.0, 2017-12-19 13:54:18
 */
public clreplaced ZhimaCustomerCertificationCertifyRequest implements AlipayRequest<ZhimaCustomerCertificationCertifyResponse> {

    // add user-defined text parameters
    private AlipayHashMap udfParams;

    private String apiVersion = "1.0";

    /**
     * 芝麻认证开始认证
     */
    private String bizContent;

    public void setBizContent(String bizContent) {
        this.bizContent = bizContent;
    }

    public String getBizContent() {
        return this.bizContent;
    }

    private String terminalType;

    private String terminalInfo;

    private String prodCode;

    private String notifyUrl;

    private String returnUrl;

    private boolean needEncrypt = false;

    private AlipayObject bizModel = null;

    public String getNotifyUrl() {
        return this.notifyUrl;
    }

    public void setNotifyUrl(String notifyUrl) {
        this.notifyUrl = notifyUrl;
    }

    public String getReturnUrl() {
        return this.returnUrl;
    }

    public void setReturnUrl(String returnUrl) {
        this.returnUrl = returnUrl;
    }

    public String getApiVersion() {
        return this.apiVersion;
    }

    public void setApiVersion(String apiVersion) {
        this.apiVersion = apiVersion;
    }

    public void setTerminalType(String terminalType) {
        this.terminalType = terminalType;
    }

    public String getTerminalType() {
        return this.terminalType;
    }

    public void setTerminalInfo(String terminalInfo) {
        this.terminalInfo = terminalInfo;
    }

    public String getTerminalInfo() {
        return this.terminalInfo;
    }

    public void setProdCode(String prodCode) {
        this.prodCode = prodCode;
    }

    public String getProdCode() {
        return this.prodCode;
    }

    public String getApiMethodName() {
        return "zhima.customer.certification.certify";
    }

    public Map<String, String> getTextParams() {
        AlipayHashMap txtParams = new AlipayHashMap();
        txtParams.put("biz_content", this.bizContent);
        if (udfParams != null) {
            txtParams.putAll(this.udfParams);
        }
        return txtParams;
    }

    public void putOtherTextParam(String key, String value) {
        if (this.udfParams == null) {
            this.udfParams = new AlipayHashMap();
        }
        this.udfParams.put(key, value);
    }

    public Clreplaced<ZhimaCustomerCertificationCertifyResponse> getResponseClreplaced() {
        return ZhimaCustomerCertificationCertifyResponse.clreplaced;
    }

    public boolean isNeedEncrypt() {
        return this.needEncrypt;
    }

    public void setNeedEncrypt(boolean needEncrypt) {
        this.needEncrypt = needEncrypt;
    }

    public AlipayObject getBizModel() {
        return this.bizModel;
    }

    public void setBizModel(AlipayObject bizModel) {
        this.bizModel = bizModel;
    }
}

19 Source : ZhimaCreditWatchlistiiGetRequest.java
with Apache License 2.0
from wendal

/**
 * ALIPAY API: zhima.credit.watchlistii.get request
 *
 * @author auto create
 * @since 1.0, 2018-02-05 20:32:44
 */
public clreplaced ZhimaCredireplacedchlistiiGetRequest implements AlipayRequest<ZhimaCredireplacedchlistiiGetResponse> {

    // add user-defined text parameters
    private AlipayHashMap udfParams;

    private String apiVersion = "1.0";

    /**
     * 行业关注名单
     */
    private String bizContent;

    public void setBizContent(String bizContent) {
        this.bizContent = bizContent;
    }

    public String getBizContent() {
        return this.bizContent;
    }

    private String terminalType;

    private String terminalInfo;

    private String prodCode;

    private String notifyUrl;

    private String returnUrl;

    private boolean needEncrypt = false;

    private AlipayObject bizModel = null;

    public String getNotifyUrl() {
        return this.notifyUrl;
    }

    public void setNotifyUrl(String notifyUrl) {
        this.notifyUrl = notifyUrl;
    }

    public String getReturnUrl() {
        return this.returnUrl;
    }

    public void setReturnUrl(String returnUrl) {
        this.returnUrl = returnUrl;
    }

    public String getApiVersion() {
        return this.apiVersion;
    }

    public void setApiVersion(String apiVersion) {
        this.apiVersion = apiVersion;
    }

    public void setTerminalType(String terminalType) {
        this.terminalType = terminalType;
    }

    public String getTerminalType() {
        return this.terminalType;
    }

    public void setTerminalInfo(String terminalInfo) {
        this.terminalInfo = terminalInfo;
    }

    public String getTerminalInfo() {
        return this.terminalInfo;
    }

    public void setProdCode(String prodCode) {
        this.prodCode = prodCode;
    }

    public String getProdCode() {
        return this.prodCode;
    }

    public String getApiMethodName() {
        return "zhima.credit.watchlistii.get";
    }

    public Map<String, String> getTextParams() {
        AlipayHashMap txtParams = new AlipayHashMap();
        txtParams.put("biz_content", this.bizContent);
        if (udfParams != null) {
            txtParams.putAll(this.udfParams);
        }
        return txtParams;
    }

    public void putOtherTextParam(String key, String value) {
        if (this.udfParams == null) {
            this.udfParams = new AlipayHashMap();
        }
        this.udfParams.put(key, value);
    }

    public Clreplaced<ZhimaCredireplacedchlistiiGetResponse> getResponseClreplaced() {
        return ZhimaCredireplacedchlistiiGetResponse.clreplaced;
    }

    public boolean isNeedEncrypt() {
        return this.needEncrypt;
    }

    public void setNeedEncrypt(boolean needEncrypt) {
        this.needEncrypt = needEncrypt;
    }

    public AlipayObject getBizModel() {
        return this.bizModel;
    }

    public void setBizModel(AlipayObject bizModel) {
        this.bizModel = bizModel;
    }
}

19 Source : ZhimaCreditWatchlistBriefGetRequest.java
with Apache License 2.0
from wendal

/**
 * ALIPAY API: zhima.credit.watchlist.brief.get request
 *
 * @author auto create
 * @since 1.0, 2017-11-23 14:20:59
 */
public clreplaced ZhimaCredireplacedchlistBriefGetRequest implements AlipayRequest<ZhimaCredireplacedchlistBriefGetResponse> {

    // add user-defined text parameters
    private AlipayHashMap udfParams;

    private String apiVersion = "1.0";

    /**
     * 行业关注名单普惠版
     */
    private String bizContent;

    public void setBizContent(String bizContent) {
        this.bizContent = bizContent;
    }

    public String getBizContent() {
        return this.bizContent;
    }

    private String terminalType;

    private String terminalInfo;

    private String prodCode;

    private String notifyUrl;

    private String returnUrl;

    private boolean needEncrypt = false;

    private AlipayObject bizModel = null;

    public String getNotifyUrl() {
        return this.notifyUrl;
    }

    public void setNotifyUrl(String notifyUrl) {
        this.notifyUrl = notifyUrl;
    }

    public String getReturnUrl() {
        return this.returnUrl;
    }

    public void setReturnUrl(String returnUrl) {
        this.returnUrl = returnUrl;
    }

    public String getApiVersion() {
        return this.apiVersion;
    }

    public void setApiVersion(String apiVersion) {
        this.apiVersion = apiVersion;
    }

    public void setTerminalType(String terminalType) {
        this.terminalType = terminalType;
    }

    public String getTerminalType() {
        return this.terminalType;
    }

    public void setTerminalInfo(String terminalInfo) {
        this.terminalInfo = terminalInfo;
    }

    public String getTerminalInfo() {
        return this.terminalInfo;
    }

    public void setProdCode(String prodCode) {
        this.prodCode = prodCode;
    }

    public String getProdCode() {
        return this.prodCode;
    }

    public String getApiMethodName() {
        return "zhima.credit.watchlist.brief.get";
    }

    public Map<String, String> getTextParams() {
        AlipayHashMap txtParams = new AlipayHashMap();
        txtParams.put("biz_content", this.bizContent);
        if (udfParams != null) {
            txtParams.putAll(this.udfParams);
        }
        return txtParams;
    }

    public void putOtherTextParam(String key, String value) {
        if (this.udfParams == null) {
            this.udfParams = new AlipayHashMap();
        }
        this.udfParams.put(key, value);
    }

    public Clreplaced<ZhimaCredireplacedchlistBriefGetResponse> getResponseClreplaced() {
        return ZhimaCredireplacedchlistBriefGetResponse.clreplaced;
    }

    public boolean isNeedEncrypt() {
        return this.needEncrypt;
    }

    public void setNeedEncrypt(boolean needEncrypt) {
        this.needEncrypt = needEncrypt;
    }

    public AlipayObject getBizModel() {
        return this.bizModel;
    }

    public void setBizModel(AlipayObject bizModel) {
        this.bizModel = bizModel;
    }
}

19 Source : ZhimaCreditScoreGetRequest.java
with Apache License 2.0
from wendal

/**
 * ALIPAY API: zhima.credit.score.get request
 *
 * @author auto create
 * @since 1.0, 2018-03-14 21:31:44
 */
public clreplaced ZhimaCreditScoreGetRequest implements AlipayRequest<ZhimaCreditScoreGetResponse> {

    // add user-defined text parameters
    private AlipayHashMap udfParams;

    private String apiVersion = "1.0";

    /**
     * 芝麻信用评分
     */
    private String bizContent;

    public void setBizContent(String bizContent) {
        this.bizContent = bizContent;
    }

    public String getBizContent() {
        return this.bizContent;
    }

    private String terminalType;

    private String terminalInfo;

    private String prodCode;

    private String notifyUrl;

    private String returnUrl;

    private boolean needEncrypt = false;

    private AlipayObject bizModel = null;

    public String getNotifyUrl() {
        return this.notifyUrl;
    }

    public void setNotifyUrl(String notifyUrl) {
        this.notifyUrl = notifyUrl;
    }

    public String getReturnUrl() {
        return this.returnUrl;
    }

    public void setReturnUrl(String returnUrl) {
        this.returnUrl = returnUrl;
    }

    public String getApiVersion() {
        return this.apiVersion;
    }

    public void setApiVersion(String apiVersion) {
        this.apiVersion = apiVersion;
    }

    public void setTerminalType(String terminalType) {
        this.terminalType = terminalType;
    }

    public String getTerminalType() {
        return this.terminalType;
    }

    public void setTerminalInfo(String terminalInfo) {
        this.terminalInfo = terminalInfo;
    }

    public String getTerminalInfo() {
        return this.terminalInfo;
    }

    public void setProdCode(String prodCode) {
        this.prodCode = prodCode;
    }

    public String getProdCode() {
        return this.prodCode;
    }

    public String getApiMethodName() {
        return "zhima.credit.score.get";
    }

    public Map<String, String> getTextParams() {
        AlipayHashMap txtParams = new AlipayHashMap();
        txtParams.put("biz_content", this.bizContent);
        if (udfParams != null) {
            txtParams.putAll(this.udfParams);
        }
        return txtParams;
    }

    public void putOtherTextParam(String key, String value) {
        if (this.udfParams == null) {
            this.udfParams = new AlipayHashMap();
        }
        this.udfParams.put(key, value);
    }

    public Clreplaced<ZhimaCreditScoreGetResponse> getResponseClreplaced() {
        return ZhimaCreditScoreGetResponse.clreplaced;
    }

    public boolean isNeedEncrypt() {
        return this.needEncrypt;
    }

    public void setNeedEncrypt(boolean needEncrypt) {
        this.needEncrypt = needEncrypt;
    }

    public AlipayObject getBizModel() {
        return this.bizModel;
    }

    public void setBizModel(AlipayObject bizModel) {
        this.bizModel = bizModel;
    }
}

19 Source : ZhimaCreditScoreBriefGetRequest.java
with Apache License 2.0
from wendal

/**
 * ALIPAY API: zhima.credit.score.brief.get request
 *
 * @author auto create
 * @since 1.0, 2018-03-14 21:20:31
 */
public clreplaced ZhimaCreditScoreBriefGetRequest implements AlipayRequest<ZhimaCreditScoreBriefGetResponse> {

    // add user-defined text parameters
    private AlipayHashMap udfParams;

    private String apiVersion = "1.0";

    /**
     * 芝麻信用评分普惠版
     */
    private String bizContent;

    public void setBizContent(String bizContent) {
        this.bizContent = bizContent;
    }

    public String getBizContent() {
        return this.bizContent;
    }

    private String terminalType;

    private String terminalInfo;

    private String prodCode;

    private String notifyUrl;

    private String returnUrl;

    private boolean needEncrypt = false;

    private AlipayObject bizModel = null;

    public String getNotifyUrl() {
        return this.notifyUrl;
    }

    public void setNotifyUrl(String notifyUrl) {
        this.notifyUrl = notifyUrl;
    }

    public String getReturnUrl() {
        return this.returnUrl;
    }

    public void setReturnUrl(String returnUrl) {
        this.returnUrl = returnUrl;
    }

    public String getApiVersion() {
        return this.apiVersion;
    }

    public void setApiVersion(String apiVersion) {
        this.apiVersion = apiVersion;
    }

    public void setTerminalType(String terminalType) {
        this.terminalType = terminalType;
    }

    public String getTerminalType() {
        return this.terminalType;
    }

    public void setTerminalInfo(String terminalInfo) {
        this.terminalInfo = terminalInfo;
    }

    public String getTerminalInfo() {
        return this.terminalInfo;
    }

    public void setProdCode(String prodCode) {
        this.prodCode = prodCode;
    }

    public String getProdCode() {
        return this.prodCode;
    }

    public String getApiMethodName() {
        return "zhima.credit.score.brief.get";
    }

    public Map<String, String> getTextParams() {
        AlipayHashMap txtParams = new AlipayHashMap();
        txtParams.put("biz_content", this.bizContent);
        if (udfParams != null) {
            txtParams.putAll(this.udfParams);
        }
        return txtParams;
    }

    public void putOtherTextParam(String key, String value) {
        if (this.udfParams == null) {
            this.udfParams = new AlipayHashMap();
        }
        this.udfParams.put(key, value);
    }

    public Clreplaced<ZhimaCreditScoreBriefGetResponse> getResponseClreplaced() {
        return ZhimaCreditScoreBriefGetResponse.clreplaced;
    }

    public boolean isNeedEncrypt() {
        return this.needEncrypt;
    }

    public void setNeedEncrypt(boolean needEncrypt) {
        this.needEncrypt = needEncrypt;
    }

    public AlipayObject getBizModel() {
        return this.bizModel;
    }

    public void setBizModel(AlipayObject bizModel) {
        this.bizModel = bizModel;
    }
}

19 Source : ZhimaCreditPeLawsuitRecordGetRequest.java
with Apache License 2.0
from wendal

/**
 * ALIPAY API: zhima.credit.pe.lawsuit.record.get request
 *
 * @author auto create
 * @since 1.0, 2017-11-02 14:04:58
 */
public clreplaced ZhimaCreditPeLawsuitRecordGetRequest implements AlipayRequest<ZhimaCreditPeLawsuitRecordGetResponse> {

    // add user-defined text parameters
    private AlipayHashMap udfParams;

    private String apiVersion = "1.0";

    /**
     * 个人涉诉记录查询
     */
    private String bizContent;

    public void setBizContent(String bizContent) {
        this.bizContent = bizContent;
    }

    public String getBizContent() {
        return this.bizContent;
    }

    private String terminalType;

    private String terminalInfo;

    private String prodCode;

    private String notifyUrl;

    private String returnUrl;

    private boolean needEncrypt = false;

    private AlipayObject bizModel = null;

    public String getNotifyUrl() {
        return this.notifyUrl;
    }

    public void setNotifyUrl(String notifyUrl) {
        this.notifyUrl = notifyUrl;
    }

    public String getReturnUrl() {
        return this.returnUrl;
    }

    public void setReturnUrl(String returnUrl) {
        this.returnUrl = returnUrl;
    }

    public String getApiVersion() {
        return this.apiVersion;
    }

    public void setApiVersion(String apiVersion) {
        this.apiVersion = apiVersion;
    }

    public void setTerminalType(String terminalType) {
        this.terminalType = terminalType;
    }

    public String getTerminalType() {
        return this.terminalType;
    }

    public void setTerminalInfo(String terminalInfo) {
        this.terminalInfo = terminalInfo;
    }

    public String getTerminalInfo() {
        return this.terminalInfo;
    }

    public void setProdCode(String prodCode) {
        this.prodCode = prodCode;
    }

    public String getProdCode() {
        return this.prodCode;
    }

    public String getApiMethodName() {
        return "zhima.credit.pe.lawsuit.record.get";
    }

    public Map<String, String> getTextParams() {
        AlipayHashMap txtParams = new AlipayHashMap();
        txtParams.put("biz_content", this.bizContent);
        if (udfParams != null) {
            txtParams.putAll(this.udfParams);
        }
        return txtParams;
    }

    public void putOtherTextParam(String key, String value) {
        if (this.udfParams == null) {
            this.udfParams = new AlipayHashMap();
        }
        this.udfParams.put(key, value);
    }

    public Clreplaced<ZhimaCreditPeLawsuitRecordGetResponse> getResponseClreplaced() {
        return ZhimaCreditPeLawsuitRecordGetResponse.clreplaced;
    }

    public boolean isNeedEncrypt() {
        return this.needEncrypt;
    }

    public void setNeedEncrypt(boolean needEncrypt) {
        this.needEncrypt = needEncrypt;
    }

    public AlipayObject getBizModel() {
        return this.bizModel;
    }

    public void setBizModel(AlipayObject bizModel) {
        this.bizModel = bizModel;
    }
}

19 Source : ZhimaCreditPeLawsuitDetailQueryRequest.java
with Apache License 2.0
from wendal

/**
 * ALIPAY API: zhima.credit.pe.lawsuit.detail.query request
 *
 * @author auto create
 * @since 1.0, 2017-11-02 14:03:41
 */
public clreplaced ZhimaCreditPeLawsuitDetailQueryRequest implements AlipayRequest<ZhimaCreditPeLawsuitDetailQueryResponse> {

    // add user-defined text parameters
    private AlipayHashMap udfParams;

    private String apiVersion = "1.0";

    /**
     * 个人涉诉详情接口
     */
    private String bizContent;

    public void setBizContent(String bizContent) {
        this.bizContent = bizContent;
    }

    public String getBizContent() {
        return this.bizContent;
    }

    private String terminalType;

    private String terminalInfo;

    private String prodCode;

    private String notifyUrl;

    private String returnUrl;

    private boolean needEncrypt = false;

    private AlipayObject bizModel = null;

    public String getNotifyUrl() {
        return this.notifyUrl;
    }

    public void setNotifyUrl(String notifyUrl) {
        this.notifyUrl = notifyUrl;
    }

    public String getReturnUrl() {
        return this.returnUrl;
    }

    public void setReturnUrl(String returnUrl) {
        this.returnUrl = returnUrl;
    }

    public String getApiVersion() {
        return this.apiVersion;
    }

    public void setApiVersion(String apiVersion) {
        this.apiVersion = apiVersion;
    }

    public void setTerminalType(String terminalType) {
        this.terminalType = terminalType;
    }

    public String getTerminalType() {
        return this.terminalType;
    }

    public void setTerminalInfo(String terminalInfo) {
        this.terminalInfo = terminalInfo;
    }

    public String getTerminalInfo() {
        return this.terminalInfo;
    }

    public void setProdCode(String prodCode) {
        this.prodCode = prodCode;
    }

    public String getProdCode() {
        return this.prodCode;
    }

    public String getApiMethodName() {
        return "zhima.credit.pe.lawsuit.detail.query";
    }

    public Map<String, String> getTextParams() {
        AlipayHashMap txtParams = new AlipayHashMap();
        txtParams.put("biz_content", this.bizContent);
        if (udfParams != null) {
            txtParams.putAll(this.udfParams);
        }
        return txtParams;
    }

    public void putOtherTextParam(String key, String value) {
        if (this.udfParams == null) {
            this.udfParams = new AlipayHashMap();
        }
        this.udfParams.put(key, value);
    }

    public Clreplaced<ZhimaCreditPeLawsuitDetailQueryResponse> getResponseClreplaced() {
        return ZhimaCreditPeLawsuitDetailQueryResponse.clreplaced;
    }

    public boolean isNeedEncrypt() {
        return this.needEncrypt;
    }

    public void setNeedEncrypt(boolean needEncrypt) {
        this.needEncrypt = needEncrypt;
    }

    public AlipayObject getBizModel() {
        return this.bizModel;
    }

    public void setBizModel(AlipayObject bizModel) {
        this.bizModel = bizModel;
    }
}

19 Source : ZhimaCreditEpScoreGetRequest.java
with Apache License 2.0
from wendal

/**
 * ALIPAY API: zhima.credit.ep.score.get request
 *
 * @author auto create
 * @since 1.0, 2017-10-18 15:09:54
 */
public clreplaced ZhimaCreditEpScoreGetRequest implements AlipayRequest<ZhimaCreditEpScoreGetResponse> {

    // add user-defined text parameters
    private AlipayHashMap udfParams;

    private String apiVersion = "1.0";

    /**
     * 芝麻信用企业信用评分
     */
    private String bizContent;

    public void setBizContent(String bizContent) {
        this.bizContent = bizContent;
    }

    public String getBizContent() {
        return this.bizContent;
    }

    private String terminalType;

    private String terminalInfo;

    private String prodCode;

    private String notifyUrl;

    private String returnUrl;

    private boolean needEncrypt = false;

    private AlipayObject bizModel = null;

    public String getNotifyUrl() {
        return this.notifyUrl;
    }

    public void setNotifyUrl(String notifyUrl) {
        this.notifyUrl = notifyUrl;
    }

    public String getReturnUrl() {
        return this.returnUrl;
    }

    public void setReturnUrl(String returnUrl) {
        this.returnUrl = returnUrl;
    }

    public String getApiVersion() {
        return this.apiVersion;
    }

    public void setApiVersion(String apiVersion) {
        this.apiVersion = apiVersion;
    }

    public void setTerminalType(String terminalType) {
        this.terminalType = terminalType;
    }

    public String getTerminalType() {
        return this.terminalType;
    }

    public void setTerminalInfo(String terminalInfo) {
        this.terminalInfo = terminalInfo;
    }

    public String getTerminalInfo() {
        return this.terminalInfo;
    }

    public void setProdCode(String prodCode) {
        this.prodCode = prodCode;
    }

    public String getProdCode() {
        return this.prodCode;
    }

    public String getApiMethodName() {
        return "zhima.credit.ep.score.get";
    }

    public Map<String, String> getTextParams() {
        AlipayHashMap txtParams = new AlipayHashMap();
        txtParams.put("biz_content", this.bizContent);
        if (udfParams != null) {
            txtParams.putAll(this.udfParams);
        }
        return txtParams;
    }

    public void putOtherTextParam(String key, String value) {
        if (this.udfParams == null) {
            this.udfParams = new AlipayHashMap();
        }
        this.udfParams.put(key, value);
    }

    public Clreplaced<ZhimaCreditEpScoreGetResponse> getResponseClreplaced() {
        return ZhimaCreditEpScoreGetResponse.clreplaced;
    }

    public boolean isNeedEncrypt() {
        return this.needEncrypt;
    }

    public void setNeedEncrypt(boolean needEncrypt) {
        this.needEncrypt = needEncrypt;
    }

    public AlipayObject getBizModel() {
        return this.bizModel;
    }

    public void setBizModel(AlipayObject bizModel) {
        this.bizModel = bizModel;
    }
}

19 Source : ZhimaCreditEpLawsuitRecordGetRequest.java
with Apache License 2.0
from wendal

/**
 * ALIPAY API: zhima.credit.ep.lawsuit.record.get request
 *
 * @author auto create
 * @since 1.0, 2017-11-02 14:03:22
 */
public clreplaced ZhimaCreditEpLawsuitRecordGetRequest implements AlipayRequest<ZhimaCreditEpLawsuitRecordGetResponse> {

    // add user-defined text parameters
    private AlipayHashMap udfParams;

    private String apiVersion = "1.0";

    /**
     * 企业涉诉记录查询
     */
    private String bizContent;

    public void setBizContent(String bizContent) {
        this.bizContent = bizContent;
    }

    public String getBizContent() {
        return this.bizContent;
    }

    private String terminalType;

    private String terminalInfo;

    private String prodCode;

    private String notifyUrl;

    private String returnUrl;

    private boolean needEncrypt = false;

    private AlipayObject bizModel = null;

    public String getNotifyUrl() {
        return this.notifyUrl;
    }

    public void setNotifyUrl(String notifyUrl) {
        this.notifyUrl = notifyUrl;
    }

    public String getReturnUrl() {
        return this.returnUrl;
    }

    public void setReturnUrl(String returnUrl) {
        this.returnUrl = returnUrl;
    }

    public String getApiVersion() {
        return this.apiVersion;
    }

    public void setApiVersion(String apiVersion) {
        this.apiVersion = apiVersion;
    }

    public void setTerminalType(String terminalType) {
        this.terminalType = terminalType;
    }

    public String getTerminalType() {
        return this.terminalType;
    }

    public void setTerminalInfo(String terminalInfo) {
        this.terminalInfo = terminalInfo;
    }

    public String getTerminalInfo() {
        return this.terminalInfo;
    }

    public void setProdCode(String prodCode) {
        this.prodCode = prodCode;
    }

    public String getProdCode() {
        return this.prodCode;
    }

    public String getApiMethodName() {
        return "zhima.credit.ep.lawsuit.record.get";
    }

    public Map<String, String> getTextParams() {
        AlipayHashMap txtParams = new AlipayHashMap();
        txtParams.put("biz_content", this.bizContent);
        if (udfParams != null) {
            txtParams.putAll(this.udfParams);
        }
        return txtParams;
    }

    public void putOtherTextParam(String key, String value) {
        if (this.udfParams == null) {
            this.udfParams = new AlipayHashMap();
        }
        this.udfParams.put(key, value);
    }

    public Clreplaced<ZhimaCreditEpLawsuitRecordGetResponse> getResponseClreplaced() {
        return ZhimaCreditEpLawsuitRecordGetResponse.clreplaced;
    }

    public boolean isNeedEncrypt() {
        return this.needEncrypt;
    }

    public void setNeedEncrypt(boolean needEncrypt) {
        this.needEncrypt = needEncrypt;
    }

    public AlipayObject getBizModel() {
        return this.bizModel;
    }

    public void setBizModel(AlipayObject bizModel) {
        this.bizModel = bizModel;
    }
}

19 Source : ZhimaCreditEpLawsuitDetailGetRequest.java
with Apache License 2.0
from wendal

/**
 * ALIPAY API: zhima.credit.ep.lawsuit.detail.get request
 *
 * @author auto create
 * @since 1.0, 2017-10-13 14:43:31
 */
public clreplaced ZhimaCreditEpLawsuitDetailGetRequest implements AlipayRequest<ZhimaCreditEpLawsuitDetailGetResponse> {

    // add user-defined text parameters
    private AlipayHashMap udfParams;

    private String apiVersion = "1.0";

    /**
     * 企业涉诉详情查询
     */
    private String bizContent;

    public void setBizContent(String bizContent) {
        this.bizContent = bizContent;
    }

    public String getBizContent() {
        return this.bizContent;
    }

    private String terminalType;

    private String terminalInfo;

    private String prodCode;

    private String notifyUrl;

    private String returnUrl;

    private boolean needEncrypt = false;

    private AlipayObject bizModel = null;

    public String getNotifyUrl() {
        return this.notifyUrl;
    }

    public void setNotifyUrl(String notifyUrl) {
        this.notifyUrl = notifyUrl;
    }

    public String getReturnUrl() {
        return this.returnUrl;
    }

    public void setReturnUrl(String returnUrl) {
        this.returnUrl = returnUrl;
    }

    public String getApiVersion() {
        return this.apiVersion;
    }

    public void setApiVersion(String apiVersion) {
        this.apiVersion = apiVersion;
    }

    public void setTerminalType(String terminalType) {
        this.terminalType = terminalType;
    }

    public String getTerminalType() {
        return this.terminalType;
    }

    public void setTerminalInfo(String terminalInfo) {
        this.terminalInfo = terminalInfo;
    }

    public String getTerminalInfo() {
        return this.terminalInfo;
    }

    public void setProdCode(String prodCode) {
        this.prodCode = prodCode;
    }

    public String getProdCode() {
        return this.prodCode;
    }

    public String getApiMethodName() {
        return "zhima.credit.ep.lawsuit.detail.get";
    }

    public Map<String, String> getTextParams() {
        AlipayHashMap txtParams = new AlipayHashMap();
        txtParams.put("biz_content", this.bizContent);
        if (udfParams != null) {
            txtParams.putAll(this.udfParams);
        }
        return txtParams;
    }

    public void putOtherTextParam(String key, String value) {
        if (this.udfParams == null) {
            this.udfParams = new AlipayHashMap();
        }
        this.udfParams.put(key, value);
    }

    public Clreplaced<ZhimaCreditEpLawsuitDetailGetResponse> getResponseClreplaced() {
        return ZhimaCreditEpLawsuitDetailGetResponse.clreplaced;
    }

    public boolean isNeedEncrypt() {
        return this.needEncrypt;
    }

    public void setNeedEncrypt(boolean needEncrypt) {
        this.needEncrypt = needEncrypt;
    }

    public AlipayObject getBizModel() {
        return this.bizModel;
    }

    public void setBizModel(AlipayObject bizModel) {
        this.bizModel = bizModel;
    }
}

19 Source : ZhimaCreditEpInfoGetRequest.java
with Apache License 2.0
from wendal

/**
 * ALIPAY API: zhima.credit.ep.info.get request
 *
 * @author auto create
 * @since 1.0, 2017-10-13 14:33:12
 */
public clreplaced ZhimaCreditEpInfoGetRequest implements AlipayRequest<ZhimaCreditEpInfoGetResponse> {

    // add user-defined text parameters
    private AlipayHashMap udfParams;

    private String apiVersion = "1.0";

    /**
     * 企业工商综合信息查询
     */
    private String bizContent;

    public void setBizContent(String bizContent) {
        this.bizContent = bizContent;
    }

    public String getBizContent() {
        return this.bizContent;
    }

    private String terminalType;

    private String terminalInfo;

    private String prodCode;

    private String notifyUrl;

    private String returnUrl;

    private boolean needEncrypt = false;

    private AlipayObject bizModel = null;

    public String getNotifyUrl() {
        return this.notifyUrl;
    }

    public void setNotifyUrl(String notifyUrl) {
        this.notifyUrl = notifyUrl;
    }

    public String getReturnUrl() {
        return this.returnUrl;
    }

    public void setReturnUrl(String returnUrl) {
        this.returnUrl = returnUrl;
    }

    public String getApiVersion() {
        return this.apiVersion;
    }

    public void setApiVersion(String apiVersion) {
        this.apiVersion = apiVersion;
    }

    public void setTerminalType(String terminalType) {
        this.terminalType = terminalType;
    }

    public String getTerminalType() {
        return this.terminalType;
    }

    public void setTerminalInfo(String terminalInfo) {
        this.terminalInfo = terminalInfo;
    }

    public String getTerminalInfo() {
        return this.terminalInfo;
    }

    public void setProdCode(String prodCode) {
        this.prodCode = prodCode;
    }

    public String getProdCode() {
        return this.prodCode;
    }

    public String getApiMethodName() {
        return "zhima.credit.ep.info.get";
    }

    public Map<String, String> getTextParams() {
        AlipayHashMap txtParams = new AlipayHashMap();
        txtParams.put("biz_content", this.bizContent);
        if (udfParams != null) {
            txtParams.putAll(this.udfParams);
        }
        return txtParams;
    }

    public void putOtherTextParam(String key, String value) {
        if (this.udfParams == null) {
            this.udfParams = new AlipayHashMap();
        }
        this.udfParams.put(key, value);
    }

    public Clreplaced<ZhimaCreditEpInfoGetResponse> getResponseClreplaced() {
        return ZhimaCreditEpInfoGetResponse.clreplaced;
    }

    public boolean isNeedEncrypt() {
        return this.needEncrypt;
    }

    public void setNeedEncrypt(boolean needEncrypt) {
        this.needEncrypt = needEncrypt;
    }

    public AlipayObject getBizModel() {
        return this.bizModel;
    }

    public void setBizModel(AlipayObject bizModel) {
        this.bizModel = bizModel;
    }
}

19 Source : ZhimaCreditAntifraudVerifyRequest.java
with Apache License 2.0
from wendal

/**
 * ALIPAY API: zhima.credit.antifraud.verify request
 *
 * @author auto create
 * @since 1.0, 2017-10-13 19:33:16
 */
public clreplaced ZhimaCreditAntifraudVerifyRequest implements AlipayRequest<ZhimaCreditAntifraudVerifyResponse> {

    // add user-defined text parameters
    private AlipayHashMap udfParams;

    private String apiVersion = "1.0";

    /**
     * 欺诈信息验证
     */
    private String bizContent;

    public void setBizContent(String bizContent) {
        this.bizContent = bizContent;
    }

    public String getBizContent() {
        return this.bizContent;
    }

    private String terminalType;

    private String terminalInfo;

    private String prodCode;

    private String notifyUrl;

    private String returnUrl;

    private boolean needEncrypt = false;

    private AlipayObject bizModel = null;

    public String getNotifyUrl() {
        return this.notifyUrl;
    }

    public void setNotifyUrl(String notifyUrl) {
        this.notifyUrl = notifyUrl;
    }

    public String getReturnUrl() {
        return this.returnUrl;
    }

    public void setReturnUrl(String returnUrl) {
        this.returnUrl = returnUrl;
    }

    public String getApiVersion() {
        return this.apiVersion;
    }

    public void setApiVersion(String apiVersion) {
        this.apiVersion = apiVersion;
    }

    public void setTerminalType(String terminalType) {
        this.terminalType = terminalType;
    }

    public String getTerminalType() {
        return this.terminalType;
    }

    public void setTerminalInfo(String terminalInfo) {
        this.terminalInfo = terminalInfo;
    }

    public String getTerminalInfo() {
        return this.terminalInfo;
    }

    public void setProdCode(String prodCode) {
        this.prodCode = prodCode;
    }

    public String getProdCode() {
        return this.prodCode;
    }

    public String getApiMethodName() {
        return "zhima.credit.antifraud.verify";
    }

    public Map<String, String> getTextParams() {
        AlipayHashMap txtParams = new AlipayHashMap();
        txtParams.put("biz_content", this.bizContent);
        if (udfParams != null) {
            txtParams.putAll(this.udfParams);
        }
        return txtParams;
    }

    public void putOtherTextParam(String key, String value) {
        if (this.udfParams == null) {
            this.udfParams = new AlipayHashMap();
        }
        this.udfParams.put(key, value);
    }

    public Clreplaced<ZhimaCreditAntifraudVerifyResponse> getResponseClreplaced() {
        return ZhimaCreditAntifraudVerifyResponse.clreplaced;
    }

    public boolean isNeedEncrypt() {
        return this.needEncrypt;
    }

    public void setNeedEncrypt(boolean needEncrypt) {
        this.needEncrypt = needEncrypt;
    }

    public AlipayObject getBizModel() {
        return this.bizModel;
    }

    public void setBizModel(AlipayObject bizModel) {
        this.bizModel = bizModel;
    }
}

19 Source : ZhimaCreditAntifraudScoreGetRequest.java
with Apache License 2.0
from wendal

/**
 * ALIPAY API: zhima.credit.antifraud.score.get request
 *
 * @author auto create
 * @since 1.0, 2017-10-30 10:55:35
 */
public clreplaced ZhimaCreditAntifraudScoreGetRequest implements AlipayRequest<ZhimaCreditAntifraudScoreGetResponse> {

    // add user-defined text parameters
    private AlipayHashMap udfParams;

    private String apiVersion = "1.0";

    /**
     * 申请欺诈评分
     */
    private String bizContent;

    public void setBizContent(String bizContent) {
        this.bizContent = bizContent;
    }

    public String getBizContent() {
        return this.bizContent;
    }

    private String terminalType;

    private String terminalInfo;

    private String prodCode;

    private String notifyUrl;

    private String returnUrl;

    private boolean needEncrypt = false;

    private AlipayObject bizModel = null;

    public String getNotifyUrl() {
        return this.notifyUrl;
    }

    public void setNotifyUrl(String notifyUrl) {
        this.notifyUrl = notifyUrl;
    }

    public String getReturnUrl() {
        return this.returnUrl;
    }

    public void setReturnUrl(String returnUrl) {
        this.returnUrl = returnUrl;
    }

    public String getApiVersion() {
        return this.apiVersion;
    }

    public void setApiVersion(String apiVersion) {
        this.apiVersion = apiVersion;
    }

    public void setTerminalType(String terminalType) {
        this.terminalType = terminalType;
    }

    public String getTerminalType() {
        return this.terminalType;
    }

    public void setTerminalInfo(String terminalInfo) {
        this.terminalInfo = terminalInfo;
    }

    public String getTerminalInfo() {
        return this.terminalInfo;
    }

    public void setProdCode(String prodCode) {
        this.prodCode = prodCode;
    }

    public String getProdCode() {
        return this.prodCode;
    }

    public String getApiMethodName() {
        return "zhima.credit.antifraud.score.get";
    }

    public Map<String, String> getTextParams() {
        AlipayHashMap txtParams = new AlipayHashMap();
        txtParams.put("biz_content", this.bizContent);
        if (udfParams != null) {
            txtParams.putAll(this.udfParams);
        }
        return txtParams;
    }

    public void putOtherTextParam(String key, String value) {
        if (this.udfParams == null) {
            this.udfParams = new AlipayHashMap();
        }
        this.udfParams.put(key, value);
    }

    public Clreplaced<ZhimaCreditAntifraudScoreGetResponse> getResponseClreplaced() {
        return ZhimaCreditAntifraudScoreGetResponse.clreplaced;
    }

    public boolean isNeedEncrypt() {
        return this.needEncrypt;
    }

    public void setNeedEncrypt(boolean needEncrypt) {
        this.needEncrypt = needEncrypt;
    }

    public AlipayObject getBizModel() {
        return this.bizModel;
    }

    public void setBizModel(AlipayObject bizModel) {
        this.bizModel = bizModel;
    }
}

19 Source : ZhimaCreditAntifraudRiskListRequest.java
with Apache License 2.0
from wendal

/**
 * ALIPAY API: zhima.credit.antifraud.risk.list request
 *
 * @author auto create
 * @since 1.0, 2017-10-30 10:56:24
 */
public clreplaced ZhimaCreditAntifraudRiskListRequest implements AlipayRequest<ZhimaCreditAntifraudRiskListResponse> {

    // add user-defined text parameters
    private AlipayHashMap udfParams;

    private String apiVersion = "1.0";

    /**
     * 欺诈关注清单
     */
    private String bizContent;

    public void setBizContent(String bizContent) {
        this.bizContent = bizContent;
    }

    public String getBizContent() {
        return this.bizContent;
    }

    private String terminalType;

    private String terminalInfo;

    private String prodCode;

    private String notifyUrl;

    private String returnUrl;

    private boolean needEncrypt = false;

    private AlipayObject bizModel = null;

    public String getNotifyUrl() {
        return this.notifyUrl;
    }

    public void setNotifyUrl(String notifyUrl) {
        this.notifyUrl = notifyUrl;
    }

    public String getReturnUrl() {
        return this.returnUrl;
    }

    public void setReturnUrl(String returnUrl) {
        this.returnUrl = returnUrl;
    }

    public String getApiVersion() {
        return this.apiVersion;
    }

    public void setApiVersion(String apiVersion) {
        this.apiVersion = apiVersion;
    }

    public void setTerminalType(String terminalType) {
        this.terminalType = terminalType;
    }

    public String getTerminalType() {
        return this.terminalType;
    }

    public void setTerminalInfo(String terminalInfo) {
        this.terminalInfo = terminalInfo;
    }

    public String getTerminalInfo() {
        return this.terminalInfo;
    }

    public void setProdCode(String prodCode) {
        this.prodCode = prodCode;
    }

    public String getProdCode() {
        return this.prodCode;
    }

    public String getApiMethodName() {
        return "zhima.credit.antifraud.risk.list";
    }

    public Map<String, String> getTextParams() {
        AlipayHashMap txtParams = new AlipayHashMap();
        txtParams.put("biz_content", this.bizContent);
        if (udfParams != null) {
            txtParams.putAll(this.udfParams);
        }
        return txtParams;
    }

    public void putOtherTextParam(String key, String value) {
        if (this.udfParams == null) {
            this.udfParams = new AlipayHashMap();
        }
        this.udfParams.put(key, value);
    }

    public Clreplaced<ZhimaCreditAntifraudRiskListResponse> getResponseClreplaced() {
        return ZhimaCreditAntifraudRiskListResponse.clreplaced;
    }

    public boolean isNeedEncrypt() {
        return this.needEncrypt;
    }

    public void setNeedEncrypt(boolean needEncrypt) {
        this.needEncrypt = needEncrypt;
    }

    public AlipayObject getBizModel() {
        return this.bizModel;
    }

    public void setBizModel(AlipayObject bizModel) {
        this.bizModel = bizModel;
    }
}

19 Source : ZhimaAuthInfoAuthqueryRequest.java
with Apache License 2.0
from wendal

/**
 * ALIPAY API: zhima.auth.info.authquery request
 *
 * @author auto create
 * @since 1.0, 2017-10-19 18:38:54
 */
public clreplaced ZhimaAuthInfoAuthqueryRequest implements AlipayRequest<ZhimaAuthInfoAuthqueryResponse> {

    // add user-defined text parameters
    private AlipayHashMap udfParams;

    private String apiVersion = "1.0";

    /**
     * 查询是否授权的接口
     */
    private String bizContent;

    public void setBizContent(String bizContent) {
        this.bizContent = bizContent;
    }

    public String getBizContent() {
        return this.bizContent;
    }

    private String terminalType;

    private String terminalInfo;

    private String prodCode;

    private String notifyUrl;

    private String returnUrl;

    private boolean needEncrypt = false;

    private AlipayObject bizModel = null;

    public String getNotifyUrl() {
        return this.notifyUrl;
    }

    public void setNotifyUrl(String notifyUrl) {
        this.notifyUrl = notifyUrl;
    }

    public String getReturnUrl() {
        return this.returnUrl;
    }

    public void setReturnUrl(String returnUrl) {
        this.returnUrl = returnUrl;
    }

    public String getApiVersion() {
        return this.apiVersion;
    }

    public void setApiVersion(String apiVersion) {
        this.apiVersion = apiVersion;
    }

    public void setTerminalType(String terminalType) {
        this.terminalType = terminalType;
    }

    public String getTerminalType() {
        return this.terminalType;
    }

    public void setTerminalInfo(String terminalInfo) {
        this.terminalInfo = terminalInfo;
    }

    public String getTerminalInfo() {
        return this.terminalInfo;
    }

    public void setProdCode(String prodCode) {
        this.prodCode = prodCode;
    }

    public String getProdCode() {
        return this.prodCode;
    }

    public String getApiMethodName() {
        return "zhima.auth.info.authquery";
    }

    public Map<String, String> getTextParams() {
        AlipayHashMap txtParams = new AlipayHashMap();
        txtParams.put("biz_content", this.bizContent);
        if (udfParams != null) {
            txtParams.putAll(this.udfParams);
        }
        return txtParams;
    }

    public void putOtherTextParam(String key, String value) {
        if (this.udfParams == null) {
            this.udfParams = new AlipayHashMap();
        }
        this.udfParams.put(key, value);
    }

    public Clreplaced<ZhimaAuthInfoAuthqueryResponse> getResponseClreplaced() {
        return ZhimaAuthInfoAuthqueryResponse.clreplaced;
    }

    public boolean isNeedEncrypt() {
        return this.needEncrypt;
    }

    public void setNeedEncrypt(boolean needEncrypt) {
        this.needEncrypt = needEncrypt;
    }

    public AlipayObject getBizModel() {
        return this.bizModel;
    }

    public void setBizModel(AlipayObject bizModel) {
        this.bizModel = bizModel;
    }
}

19 Source : SsdataDataserviceRiskRainscoreQueryRequest.java
with Apache License 2.0
from wendal

/**
 * ALIPAY API: ssdata.dataservice.risk.rainscore.query request
 *
 * @author auto create
 * @since 1.0, 2017-12-12 09:58:59
 */
public clreplaced SsdataDataserviceRiskRainscoreQueryRequest implements AlipayRequest<SsdataDataserviceRiskRainscoreQueryResponse> {

    // add user-defined text parameters
    private AlipayHashMap udfParams;

    private String apiVersion = "1.0";

    /**
     * 蚁盾风险评分服务新版
     */
    private String bizContent;

    public void setBizContent(String bizContent) {
        this.bizContent = bizContent;
    }

    public String getBizContent() {
        return this.bizContent;
    }

    private String terminalType;

    private String terminalInfo;

    private String prodCode;

    private String notifyUrl;

    private String returnUrl;

    private boolean needEncrypt = false;

    private AlipayObject bizModel = null;

    public String getNotifyUrl() {
        return this.notifyUrl;
    }

    public void setNotifyUrl(String notifyUrl) {
        this.notifyUrl = notifyUrl;
    }

    public String getReturnUrl() {
        return this.returnUrl;
    }

    public void setReturnUrl(String returnUrl) {
        this.returnUrl = returnUrl;
    }

    public String getApiVersion() {
        return this.apiVersion;
    }

    public void setApiVersion(String apiVersion) {
        this.apiVersion = apiVersion;
    }

    public void setTerminalType(String terminalType) {
        this.terminalType = terminalType;
    }

    public String getTerminalType() {
        return this.terminalType;
    }

    public void setTerminalInfo(String terminalInfo) {
        this.terminalInfo = terminalInfo;
    }

    public String getTerminalInfo() {
        return this.terminalInfo;
    }

    public void setProdCode(String prodCode) {
        this.prodCode = prodCode;
    }

    public String getProdCode() {
        return this.prodCode;
    }

    public String getApiMethodName() {
        return "ssdata.dataservice.risk.rainscore.query";
    }

    public Map<String, String> getTextParams() {
        AlipayHashMap txtParams = new AlipayHashMap();
        txtParams.put("biz_content", this.bizContent);
        if (udfParams != null) {
            txtParams.putAll(this.udfParams);
        }
        return txtParams;
    }

    public void putOtherTextParam(String key, String value) {
        if (this.udfParams == null) {
            this.udfParams = new AlipayHashMap();
        }
        this.udfParams.put(key, value);
    }

    public Clreplaced<SsdataDataserviceRiskRainscoreQueryResponse> getResponseClreplaced() {
        return SsdataDataserviceRiskRainscoreQueryResponse.clreplaced;
    }

    public boolean isNeedEncrypt() {
        return this.needEncrypt;
    }

    public void setNeedEncrypt(boolean needEncrypt) {
        this.needEncrypt = needEncrypt;
    }

    public AlipayObject getBizModel() {
        return this.bizModel;
    }

    public void setBizModel(AlipayObject bizModel) {
        this.bizModel = bizModel;
    }
}

19 Source : SsdataDataserviceRiskAntifraudVerifyRequest.java
with Apache License 2.0
from wendal

/**
 * ALIPAY API: ssdata.dataservice.risk.antifraud.verify request
 *
 * @author auto create
 * @since 1.0, 2017-09-27 11:42:12
 */
public clreplaced SsdataDataserviceRiskAntifraudVerifyRequest implements AlipayRequest<SsdataDataserviceRiskAntifraudVerifyResponse> {

    // add user-defined text parameters
    private AlipayHashMap udfParams;

    private String apiVersion = "1.0";

    /**
     * 蚁盾欺诈信息验证
     */
    private String bizContent;

    public void setBizContent(String bizContent) {
        this.bizContent = bizContent;
    }

    public String getBizContent() {
        return this.bizContent;
    }

    private String terminalType;

    private String terminalInfo;

    private String prodCode;

    private String notifyUrl;

    private String returnUrl;

    private boolean needEncrypt = false;

    private AlipayObject bizModel = null;

    public String getNotifyUrl() {
        return this.notifyUrl;
    }

    public void setNotifyUrl(String notifyUrl) {
        this.notifyUrl = notifyUrl;
    }

    public String getReturnUrl() {
        return this.returnUrl;
    }

    public void setReturnUrl(String returnUrl) {
        this.returnUrl = returnUrl;
    }

    public String getApiVersion() {
        return this.apiVersion;
    }

    public void setApiVersion(String apiVersion) {
        this.apiVersion = apiVersion;
    }

    public void setTerminalType(String terminalType) {
        this.terminalType = terminalType;
    }

    public String getTerminalType() {
        return this.terminalType;
    }

    public void setTerminalInfo(String terminalInfo) {
        this.terminalInfo = terminalInfo;
    }

    public String getTerminalInfo() {
        return this.terminalInfo;
    }

    public void setProdCode(String prodCode) {
        this.prodCode = prodCode;
    }

    public String getProdCode() {
        return this.prodCode;
    }

    public String getApiMethodName() {
        return "ssdata.dataservice.risk.antifraud.verify";
    }

    public Map<String, String> getTextParams() {
        AlipayHashMap txtParams = new AlipayHashMap();
        txtParams.put("biz_content", this.bizContent);
        if (udfParams != null) {
            txtParams.putAll(this.udfParams);
        }
        return txtParams;
    }

    public void putOtherTextParam(String key, String value) {
        if (this.udfParams == null) {
            this.udfParams = new AlipayHashMap();
        }
        this.udfParams.put(key, value);
    }

    public Clreplaced<SsdataDataserviceRiskAntifraudVerifyResponse> getResponseClreplaced() {
        return SsdataDataserviceRiskAntifraudVerifyResponse.clreplaced;
    }

    public boolean isNeedEncrypt() {
        return this.needEncrypt;
    }

    public void setNeedEncrypt(boolean needEncrypt) {
        this.needEncrypt = needEncrypt;
    }

    public AlipayObject getBizModel() {
        return this.bizModel;
    }

    public void setBizModel(AlipayObject bizModel) {
        this.bizModel = bizModel;
    }
}

19 Source : SsdataDataserviceRiskAntifraudscoreQueryRequest.java
with Apache License 2.0
from wendal

/**
 * ALIPAY API: ssdata.dataservice.risk.antifraudscore.query request
 *
 * @author auto create
 * @since 1.0, 2017-09-27 11:42:00
 */
public clreplaced SsdataDataserviceRiskAntifraudscoreQueryRequest implements AlipayRequest<SsdataDataserviceRiskAntifraudscoreQueryResponse> {

    // add user-defined text parameters
    private AlipayHashMap udfParams;

    private String apiVersion = "1.0";

    /**
     * 蚁盾申请欺诈评分
     */
    private String bizContent;

    public void setBizContent(String bizContent) {
        this.bizContent = bizContent;
    }

    public String getBizContent() {
        return this.bizContent;
    }

    private String terminalType;

    private String terminalInfo;

    private String prodCode;

    private String notifyUrl;

    private String returnUrl;

    private boolean needEncrypt = false;

    private AlipayObject bizModel = null;

    public String getNotifyUrl() {
        return this.notifyUrl;
    }

    public void setNotifyUrl(String notifyUrl) {
        this.notifyUrl = notifyUrl;
    }

    public String getReturnUrl() {
        return this.returnUrl;
    }

    public void setReturnUrl(String returnUrl) {
        this.returnUrl = returnUrl;
    }

    public String getApiVersion() {
        return this.apiVersion;
    }

    public void setApiVersion(String apiVersion) {
        this.apiVersion = apiVersion;
    }

    public void setTerminalType(String terminalType) {
        this.terminalType = terminalType;
    }

    public String getTerminalType() {
        return this.terminalType;
    }

    public void setTerminalInfo(String terminalInfo) {
        this.terminalInfo = terminalInfo;
    }

    public String getTerminalInfo() {
        return this.terminalInfo;
    }

    public void setProdCode(String prodCode) {
        this.prodCode = prodCode;
    }

    public String getProdCode() {
        return this.prodCode;
    }

    public String getApiMethodName() {
        return "ssdata.dataservice.risk.antifraudscore.query";
    }

    public Map<String, String> getTextParams() {
        AlipayHashMap txtParams = new AlipayHashMap();
        txtParams.put("biz_content", this.bizContent);
        if (udfParams != null) {
            txtParams.putAll(this.udfParams);
        }
        return txtParams;
    }

    public void putOtherTextParam(String key, String value) {
        if (this.udfParams == null) {
            this.udfParams = new AlipayHashMap();
        }
        this.udfParams.put(key, value);
    }

    public Clreplaced<SsdataDataserviceRiskAntifraudscoreQueryResponse> getResponseClreplaced() {
        return SsdataDataserviceRiskAntifraudscoreQueryResponse.clreplaced;
    }

    public boolean isNeedEncrypt() {
        return this.needEncrypt;
    }

    public void setNeedEncrypt(boolean needEncrypt) {
        this.needEncrypt = needEncrypt;
    }

    public AlipayObject getBizModel() {
        return this.bizModel;
    }

    public void setBizModel(AlipayObject bizModel) {
        this.bizModel = bizModel;
    }
}

19 Source : SsdataDataserviceRiskAntifraudlistQueryRequest.java
with Apache License 2.0
from wendal

/**
 * ALIPAY API: ssdata.dataservice.risk.antifraudlist.query request
 *
 * @author auto create
 * @since 1.0, 2017-09-27 11:41:38
 */
public clreplaced SsdataDataserviceRiskAntifraudlistQueryRequest implements AlipayRequest<SsdataDataserviceRiskAntifraudlistQueryResponse> {

    // add user-defined text parameters
    private AlipayHashMap udfParams;

    private String apiVersion = "1.0";

    /**
     * 蚁盾欺诈关注清单
     */
    private String bizContent;

    public void setBizContent(String bizContent) {
        this.bizContent = bizContent;
    }

    public String getBizContent() {
        return this.bizContent;
    }

    private String terminalType;

    private String terminalInfo;

    private String prodCode;

    private String notifyUrl;

    private String returnUrl;

    private boolean needEncrypt = false;

    private AlipayObject bizModel = null;

    public String getNotifyUrl() {
        return this.notifyUrl;
    }

    public void setNotifyUrl(String notifyUrl) {
        this.notifyUrl = notifyUrl;
    }

    public String getReturnUrl() {
        return this.returnUrl;
    }

    public void setReturnUrl(String returnUrl) {
        this.returnUrl = returnUrl;
    }

    public String getApiVersion() {
        return this.apiVersion;
    }

    public void setApiVersion(String apiVersion) {
        this.apiVersion = apiVersion;
    }

    public void setTerminalType(String terminalType) {
        this.terminalType = terminalType;
    }

    public String getTerminalType() {
        return this.terminalType;
    }

    public void setTerminalInfo(String terminalInfo) {
        this.terminalInfo = terminalInfo;
    }

    public String getTerminalInfo() {
        return this.terminalInfo;
    }

    public void setProdCode(String prodCode) {
        this.prodCode = prodCode;
    }

    public String getProdCode() {
        return this.prodCode;
    }

    public String getApiMethodName() {
        return "ssdata.dataservice.risk.antifraudlist.query";
    }

    public Map<String, String> getTextParams() {
        AlipayHashMap txtParams = new AlipayHashMap();
        txtParams.put("biz_content", this.bizContent);
        if (udfParams != null) {
            txtParams.putAll(this.udfParams);
        }
        return txtParams;
    }

    public void putOtherTextParam(String key, String value) {
        if (this.udfParams == null) {
            this.udfParams = new AlipayHashMap();
        }
        this.udfParams.put(key, value);
    }

    public Clreplaced<SsdataDataserviceRiskAntifraudlistQueryResponse> getResponseClreplaced() {
        return SsdataDataserviceRiskAntifraudlistQueryResponse.clreplaced;
    }

    public boolean isNeedEncrypt() {
        return this.needEncrypt;
    }

    public void setNeedEncrypt(boolean needEncrypt) {
        this.needEncrypt = needEncrypt;
    }

    public AlipayObject getBizModel() {
        return this.bizModel;
    }

    public void setBizModel(AlipayObject bizModel) {
        this.bizModel = bizModel;
    }
}

19 Source : SsdataDataserviceRiskAntifraudintegrationQueryRequest.java
with Apache License 2.0
from wendal

/**
 * ALIPAY API: ssdata.dataservice.risk.antifraudintegration.query request
 *
 * @author auto create
 * @since 1.0, 2017-09-27 11:42:25
 */
public clreplaced SsdataDataserviceRiskAntifraudintegrationQueryRequest implements AlipayRequest<SsdataDataserviceRiskAntifraudintegrationQueryResponse> {

    // add user-defined text parameters
    private AlipayHashMap udfParams;

    private String apiVersion = "1.0";

    /**
     * 蚁盾欺诈评分综合版
     */
    private String bizContent;

    public void setBizContent(String bizContent) {
        this.bizContent = bizContent;
    }

    public String getBizContent() {
        return this.bizContent;
    }

    private String terminalType;

    private String terminalInfo;

    private String prodCode;

    private String notifyUrl;

    private String returnUrl;

    private boolean needEncrypt = false;

    private AlipayObject bizModel = null;

    public String getNotifyUrl() {
        return this.notifyUrl;
    }

    public void setNotifyUrl(String notifyUrl) {
        this.notifyUrl = notifyUrl;
    }

    public String getReturnUrl() {
        return this.returnUrl;
    }

    public void setReturnUrl(String returnUrl) {
        this.returnUrl = returnUrl;
    }

    public String getApiVersion() {
        return this.apiVersion;
    }

    public void setApiVersion(String apiVersion) {
        this.apiVersion = apiVersion;
    }

    public void setTerminalType(String terminalType) {
        this.terminalType = terminalType;
    }

    public String getTerminalType() {
        return this.terminalType;
    }

    public void setTerminalInfo(String terminalInfo) {
        this.terminalInfo = terminalInfo;
    }

    public String getTerminalInfo() {
        return this.terminalInfo;
    }

    public void setProdCode(String prodCode) {
        this.prodCode = prodCode;
    }

    public String getProdCode() {
        return this.prodCode;
    }

    public String getApiMethodName() {
        return "ssdata.dataservice.risk.antifraudintegration.query";
    }

    public Map<String, String> getTextParams() {
        AlipayHashMap txtParams = new AlipayHashMap();
        txtParams.put("biz_content", this.bizContent);
        if (udfParams != null) {
            txtParams.putAll(this.udfParams);
        }
        return txtParams;
    }

    public void putOtherTextParam(String key, String value) {
        if (this.udfParams == null) {
            this.udfParams = new AlipayHashMap();
        }
        this.udfParams.put(key, value);
    }

    public Clreplaced<SsdataDataserviceRiskAntifraudintegrationQueryResponse> getResponseClreplaced() {
        return SsdataDataserviceRiskAntifraudintegrationQueryResponse.clreplaced;
    }

    public boolean isNeedEncrypt() {
        return this.needEncrypt;
    }

    public void setNeedEncrypt(boolean needEncrypt) {
        this.needEncrypt = needEncrypt;
    }

    public AlipayObject getBizModel() {
        return this.bizModel;
    }

    public void setBizModel(AlipayObject bizModel) {
        this.bizModel = bizModel;
    }
}

19 Source : SsdataDataserviceRiskAlixiaohaoQueryRequest.java
with Apache License 2.0
from wendal

/**
 * ALIPAY API: ssdata.dataservice.risk.alixiaohao.query request
 *
 * @author auto create
 * @since 1.0, 2017-07-26 14:38:27
 */
public clreplaced SsdataDataserviceRiskAlixiaohaoQueryRequest implements AlipayRequest<SsdataDataserviceRiskAlixiaohaoQueryResponse> {

    // add user-defined text parameters
    private AlipayHashMap udfParams;

    private String apiVersion = "1.0";

    /**
     * 查询阿里通信小号信息
     */
    private String bizContent;

    public void setBizContent(String bizContent) {
        this.bizContent = bizContent;
    }

    public String getBizContent() {
        return this.bizContent;
    }

    private String terminalType;

    private String terminalInfo;

    private String prodCode;

    private String notifyUrl;

    private String returnUrl;

    private boolean needEncrypt = false;

    private AlipayObject bizModel = null;

    public String getNotifyUrl() {
        return this.notifyUrl;
    }

    public void setNotifyUrl(String notifyUrl) {
        this.notifyUrl = notifyUrl;
    }

    public String getReturnUrl() {
        return this.returnUrl;
    }

    public void setReturnUrl(String returnUrl) {
        this.returnUrl = returnUrl;
    }

    public String getApiVersion() {
        return this.apiVersion;
    }

    public void setApiVersion(String apiVersion) {
        this.apiVersion = apiVersion;
    }

    public void setTerminalType(String terminalType) {
        this.terminalType = terminalType;
    }

    public String getTerminalType() {
        return this.terminalType;
    }

    public void setTerminalInfo(String terminalInfo) {
        this.terminalInfo = terminalInfo;
    }

    public String getTerminalInfo() {
        return this.terminalInfo;
    }

    public void setProdCode(String prodCode) {
        this.prodCode = prodCode;
    }

    public String getProdCode() {
        return this.prodCode;
    }

    public String getApiMethodName() {
        return "ssdata.dataservice.risk.alixiaohao.query";
    }

    public Map<String, String> getTextParams() {
        AlipayHashMap txtParams = new AlipayHashMap();
        txtParams.put("biz_content", this.bizContent);
        if (udfParams != null) {
            txtParams.putAll(this.udfParams);
        }
        return txtParams;
    }

    public void putOtherTextParam(String key, String value) {
        if (this.udfParams == null) {
            this.udfParams = new AlipayHashMap();
        }
        this.udfParams.put(key, value);
    }

    public Clreplaced<SsdataDataserviceRiskAlixiaohaoQueryResponse> getResponseClreplaced() {
        return SsdataDataserviceRiskAlixiaohaoQueryResponse.clreplaced;
    }

    public boolean isNeedEncrypt() {
        return this.needEncrypt;
    }

    public void setNeedEncrypt(boolean needEncrypt) {
        this.needEncrypt = needEncrypt;
    }

    public AlipayObject getBizModel() {
        return this.bizModel;
    }

    public void setBizModel(AlipayObject bizModel) {
        this.bizModel = bizModel;
    }
}

19 Source : MybankFinanceYulibaoTransHistoryQueryRequest.java
with Apache License 2.0
from wendal

/**
 * ALIPAY API: mybank.finance.yulibao.trans.history.query request
 *
 * @author auto create
 * @since 1.0, 2016-11-18 16:07:59
 */
public clreplaced MybankFinanceYulibaoTransHistoryQueryRequest implements AlipayRequest<MybankFinanceYulibaoTransHistoryQueryResponse> {

    // add user-defined text parameters
    private AlipayHashMap udfParams;

    private String apiVersion = "1.0";

    /**
     * 余利宝历史交易查询
     */
    private String bizContent;

    public void setBizContent(String bizContent) {
        this.bizContent = bizContent;
    }

    public String getBizContent() {
        return this.bizContent;
    }

    private String terminalType;

    private String terminalInfo;

    private String prodCode;

    private String notifyUrl;

    private String returnUrl;

    private boolean needEncrypt = false;

    private AlipayObject bizModel = null;

    public String getNotifyUrl() {
        return this.notifyUrl;
    }

    public void setNotifyUrl(String notifyUrl) {
        this.notifyUrl = notifyUrl;
    }

    public String getReturnUrl() {
        return this.returnUrl;
    }

    public void setReturnUrl(String returnUrl) {
        this.returnUrl = returnUrl;
    }

    public String getApiVersion() {
        return this.apiVersion;
    }

    public void setApiVersion(String apiVersion) {
        this.apiVersion = apiVersion;
    }

    public void setTerminalType(String terminalType) {
        this.terminalType = terminalType;
    }

    public String getTerminalType() {
        return this.terminalType;
    }

    public void setTerminalInfo(String terminalInfo) {
        this.terminalInfo = terminalInfo;
    }

    public String getTerminalInfo() {
        return this.terminalInfo;
    }

    public void setProdCode(String prodCode) {
        this.prodCode = prodCode;
    }

    public String getProdCode() {
        return this.prodCode;
    }

    public String getApiMethodName() {
        return "mybank.finance.yulibao.trans.history.query";
    }

    public Map<String, String> getTextParams() {
        AlipayHashMap txtParams = new AlipayHashMap();
        txtParams.put("biz_content", this.bizContent);
        if (udfParams != null) {
            txtParams.putAll(this.udfParams);
        }
        return txtParams;
    }

    public void putOtherTextParam(String key, String value) {
        if (this.udfParams == null) {
            this.udfParams = new AlipayHashMap();
        }
        this.udfParams.put(key, value);
    }

    public Clreplaced<MybankFinanceYulibaoTransHistoryQueryResponse> getResponseClreplaced() {
        return MybankFinanceYulibaoTransHistoryQueryResponse.clreplaced;
    }

    public boolean isNeedEncrypt() {
        return this.needEncrypt;
    }

    public void setNeedEncrypt(boolean needEncrypt) {
        this.needEncrypt = needEncrypt;
    }

    public AlipayObject getBizModel() {
        return this.bizModel;
    }

    public void setBizModel(AlipayObject bizModel) {
        this.bizModel = bizModel;
    }
}

19 Source : MybankFinanceYulibaoPriceQueryRequest.java
with Apache License 2.0
from wendal

/**
 * ALIPAY API: mybank.finance.yulibao.price.query request
 *
 * @author auto create
 * @since 1.0, 2016-11-18 16:08:17
 */
public clreplaced MybankFinanceYulibaoPriceQueryRequest implements AlipayRequest<MybankFinanceYulibaoPriceQueryResponse> {

    // add user-defined text parameters
    private AlipayHashMap udfParams;

    private String apiVersion = "1.0";

    /**
     * 查询余利宝行情信息(七日年化收益率、万份收益金额)
     */
    private String bizContent;

    public void setBizContent(String bizContent) {
        this.bizContent = bizContent;
    }

    public String getBizContent() {
        return this.bizContent;
    }

    private String terminalType;

    private String terminalInfo;

    private String prodCode;

    private String notifyUrl;

    private String returnUrl;

    private boolean needEncrypt = false;

    private AlipayObject bizModel = null;

    public String getNotifyUrl() {
        return this.notifyUrl;
    }

    public void setNotifyUrl(String notifyUrl) {
        this.notifyUrl = notifyUrl;
    }

    public String getReturnUrl() {
        return this.returnUrl;
    }

    public void setReturnUrl(String returnUrl) {
        this.returnUrl = returnUrl;
    }

    public String getApiVersion() {
        return this.apiVersion;
    }

    public void setApiVersion(String apiVersion) {
        this.apiVersion = apiVersion;
    }

    public void setTerminalType(String terminalType) {
        this.terminalType = terminalType;
    }

    public String getTerminalType() {
        return this.terminalType;
    }

    public void setTerminalInfo(String terminalInfo) {
        this.terminalInfo = terminalInfo;
    }

    public String getTerminalInfo() {
        return this.terminalInfo;
    }

    public void setProdCode(String prodCode) {
        this.prodCode = prodCode;
    }

    public String getProdCode() {
        return this.prodCode;
    }

    public String getApiMethodName() {
        return "mybank.finance.yulibao.price.query";
    }

    public Map<String, String> getTextParams() {
        AlipayHashMap txtParams = new AlipayHashMap();
        txtParams.put("biz_content", this.bizContent);
        if (udfParams != null) {
            txtParams.putAll(this.udfParams);
        }
        return txtParams;
    }

    public void putOtherTextParam(String key, String value) {
        if (this.udfParams == null) {
            this.udfParams = new AlipayHashMap();
        }
        this.udfParams.put(key, value);
    }

    public Clreplaced<MybankFinanceYulibaoPriceQueryResponse> getResponseClreplaced() {
        return MybankFinanceYulibaoPriceQueryResponse.clreplaced;
    }

    public boolean isNeedEncrypt() {
        return this.needEncrypt;
    }

    public void setNeedEncrypt(boolean needEncrypt) {
        this.needEncrypt = needEncrypt;
    }

    public AlipayObject getBizModel() {
        return this.bizModel;
    }

    public void setBizModel(AlipayObject bizModel) {
        this.bizModel = bizModel;
    }
}

19 Source : MybankFinanceYulibaoCapitalRansomRequest.java
with Apache License 2.0
from wendal

/**
 * ALIPAY API: mybank.finance.yulibao.capital.ransom request
 *
 * @author auto create
 * @since 1.0, 2016-11-18 16:08:08
 */
public clreplaced MybankFinanceYulibaoCapitalRansomRequest implements AlipayRequest<MybankFinanceYulibaoCapitalRansomResponse> {

    // add user-defined text parameters
    private AlipayHashMap udfParams;

    private String apiVersion = "1.0";

    /**
     * 网商银行余利宝赎回
     */
    private String bizContent;

    public void setBizContent(String bizContent) {
        this.bizContent = bizContent;
    }

    public String getBizContent() {
        return this.bizContent;
    }

    private String terminalType;

    private String terminalInfo;

    private String prodCode;

    private String notifyUrl;

    private String returnUrl;

    private boolean needEncrypt = false;

    private AlipayObject bizModel = null;

    public String getNotifyUrl() {
        return this.notifyUrl;
    }

    public void setNotifyUrl(String notifyUrl) {
        this.notifyUrl = notifyUrl;
    }

    public String getReturnUrl() {
        return this.returnUrl;
    }

    public void setReturnUrl(String returnUrl) {
        this.returnUrl = returnUrl;
    }

    public String getApiVersion() {
        return this.apiVersion;
    }

    public void setApiVersion(String apiVersion) {
        this.apiVersion = apiVersion;
    }

    public void setTerminalType(String terminalType) {
        this.terminalType = terminalType;
    }

    public String getTerminalType() {
        return this.terminalType;
    }

    public void setTerminalInfo(String terminalInfo) {
        this.terminalInfo = terminalInfo;
    }

    public String getTerminalInfo() {
        return this.terminalInfo;
    }

    public void setProdCode(String prodCode) {
        this.prodCode = prodCode;
    }

    public String getProdCode() {
        return this.prodCode;
    }

    public String getApiMethodName() {
        return "mybank.finance.yulibao.capital.ransom";
    }

    public Map<String, String> getTextParams() {
        AlipayHashMap txtParams = new AlipayHashMap();
        txtParams.put("biz_content", this.bizContent);
        if (udfParams != null) {
            txtParams.putAll(this.udfParams);
        }
        return txtParams;
    }

    public void putOtherTextParam(String key, String value) {
        if (this.udfParams == null) {
            this.udfParams = new AlipayHashMap();
        }
        this.udfParams.put(key, value);
    }

    public Clreplaced<MybankFinanceYulibaoCapitalRansomResponse> getResponseClreplaced() {
        return MybankFinanceYulibaoCapitalRansomResponse.clreplaced;
    }

    public boolean isNeedEncrypt() {
        return this.needEncrypt;
    }

    public void setNeedEncrypt(boolean needEncrypt) {
        this.needEncrypt = needEncrypt;
    }

    public AlipayObject getBizModel() {
        return this.bizModel;
    }

    public void setBizModel(AlipayObject bizModel) {
        this.bizModel = bizModel;
    }
}

19 Source : MybankFinanceYulibaoCapitalPurchaseRequest.java
with Apache License 2.0
from wendal

/**
 * ALIPAY API: mybank.finance.yulibao.capital.purchase request
 *
 * @author auto create
 * @since 1.0, 2016-11-18 16:08:26
 */
public clreplaced MybankFinanceYulibaoCapitalPurchaseRequest implements AlipayRequest<MybankFinanceYulibaoCapitalPurchaseResponse> {

    // add user-defined text parameters
    private AlipayHashMap udfParams;

    private String apiVersion = "1.0";

    /**
     * 网商银行余利宝签约
     */
    private String bizContent;

    public void setBizContent(String bizContent) {
        this.bizContent = bizContent;
    }

    public String getBizContent() {
        return this.bizContent;
    }

    private String terminalType;

    private String terminalInfo;

    private String prodCode;

    private String notifyUrl;

    private String returnUrl;

    private boolean needEncrypt = false;

    private AlipayObject bizModel = null;

    public String getNotifyUrl() {
        return this.notifyUrl;
    }

    public void setNotifyUrl(String notifyUrl) {
        this.notifyUrl = notifyUrl;
    }

    public String getReturnUrl() {
        return this.returnUrl;
    }

    public void setReturnUrl(String returnUrl) {
        this.returnUrl = returnUrl;
    }

    public String getApiVersion() {
        return this.apiVersion;
    }

    public void setApiVersion(String apiVersion) {
        this.apiVersion = apiVersion;
    }

    public void setTerminalType(String terminalType) {
        this.terminalType = terminalType;
    }

    public String getTerminalType() {
        return this.terminalType;
    }

    public void setTerminalInfo(String terminalInfo) {
        this.terminalInfo = terminalInfo;
    }

    public String getTerminalInfo() {
        return this.terminalInfo;
    }

    public void setProdCode(String prodCode) {
        this.prodCode = prodCode;
    }

    public String getProdCode() {
        return this.prodCode;
    }

    public String getApiMethodName() {
        return "mybank.finance.yulibao.capital.purchase";
    }

    public Map<String, String> getTextParams() {
        AlipayHashMap txtParams = new AlipayHashMap();
        txtParams.put("biz_content", this.bizContent);
        if (udfParams != null) {
            txtParams.putAll(this.udfParams);
        }
        return txtParams;
    }

    public void putOtherTextParam(String key, String value) {
        if (this.udfParams == null) {
            this.udfParams = new AlipayHashMap();
        }
        this.udfParams.put(key, value);
    }

    public Clreplaced<MybankFinanceYulibaoCapitalPurchaseResponse> getResponseClreplaced() {
        return MybankFinanceYulibaoCapitalPurchaseResponse.clreplaced;
    }

    public boolean isNeedEncrypt() {
        return this.needEncrypt;
    }

    public void setNeedEncrypt(boolean needEncrypt) {
        this.needEncrypt = needEncrypt;
    }

    public AlipayObject getBizModel() {
        return this.bizModel;
    }

    public void setBizModel(AlipayObject bizModel) {
        this.bizModel = bizModel;
    }
}

19 Source : MybankFinanceYulibaoAccountQueryRequest.java
with Apache License 2.0
from wendal

/**
 * ALIPAY API: mybank.finance.yulibao.account.query request
 *
 * @author auto create
 * @since 1.0, 2016-11-18 16:07:46
 */
public clreplaced MybankFinanceYulibaoAccountQueryRequest implements AlipayRequest<MybankFinanceYulibaoAccountQueryResponse> {

    // add user-defined text parameters
    private AlipayHashMap udfParams;

    private String apiVersion = "1.0";

    /**
     * 余利宝账户和收益查询
     */
    private String bizContent;

    public void setBizContent(String bizContent) {
        this.bizContent = bizContent;
    }

    public String getBizContent() {
        return this.bizContent;
    }

    private String terminalType;

    private String terminalInfo;

    private String prodCode;

    private String notifyUrl;

    private String returnUrl;

    private boolean needEncrypt = false;

    private AlipayObject bizModel = null;

    public String getNotifyUrl() {
        return this.notifyUrl;
    }

    public void setNotifyUrl(String notifyUrl) {
        this.notifyUrl = notifyUrl;
    }

    public String getReturnUrl() {
        return this.returnUrl;
    }

    public void setReturnUrl(String returnUrl) {
        this.returnUrl = returnUrl;
    }

    public String getApiVersion() {
        return this.apiVersion;
    }

    public void setApiVersion(String apiVersion) {
        this.apiVersion = apiVersion;
    }

    public void setTerminalType(String terminalType) {
        this.terminalType = terminalType;
    }

    public String getTerminalType() {
        return this.terminalType;
    }

    public void setTerminalInfo(String terminalInfo) {
        this.terminalInfo = terminalInfo;
    }

    public String getTerminalInfo() {
        return this.terminalInfo;
    }

    public void setProdCode(String prodCode) {
        this.prodCode = prodCode;
    }

    public String getProdCode() {
        return this.prodCode;
    }

    public String getApiMethodName() {
        return "mybank.finance.yulibao.account.query";
    }

    public Map<String, String> getTextParams() {
        AlipayHashMap txtParams = new AlipayHashMap();
        txtParams.put("biz_content", this.bizContent);
        if (udfParams != null) {
            txtParams.putAll(this.udfParams);
        }
        return txtParams;
    }

    public void putOtherTextParam(String key, String value) {
        if (this.udfParams == null) {
            this.udfParams = new AlipayHashMap();
        }
        this.udfParams.put(key, value);
    }

    public Clreplaced<MybankFinanceYulibaoAccountQueryResponse> getResponseClreplaced() {
        return MybankFinanceYulibaoAccountQueryResponse.clreplaced;
    }

    public boolean isNeedEncrypt() {
        return this.needEncrypt;
    }

    public void setNeedEncrypt(boolean needEncrypt) {
        this.needEncrypt = needEncrypt;
    }

    public AlipayObject getBizModel() {
        return this.bizModel;
    }

    public void setBizModel(AlipayObject bizModel) {
        this.bizModel = bizModel;
    }
}

19 Source : MybankCreditLoanapplyDataUploadRequest.java
with Apache License 2.0
from wendal

/**
 * ALIPAY API: mybank.credit.loanapply.data.upload request
 *
 * @author auto create
 * @since 1.0, 2017-05-11 14:09:08
 */
public clreplaced MybankCreditLoanapplyDataUploadRequest implements AlipayRequest<MybankCreditLoanapplyDataUploadResponse> {

    // add user-defined text parameters
    private AlipayHashMap udfParams;

    private String apiVersion = "1.0";

    /**
     * 外部合作机构数据推送
     */
    private String bizContent;

    public void setBizContent(String bizContent) {
        this.bizContent = bizContent;
    }

    public String getBizContent() {
        return this.bizContent;
    }

    private String terminalType;

    private String terminalInfo;

    private String prodCode;

    private String notifyUrl;

    private String returnUrl;

    private boolean needEncrypt = false;

    private AlipayObject bizModel = null;

    public String getNotifyUrl() {
        return this.notifyUrl;
    }

    public void setNotifyUrl(String notifyUrl) {
        this.notifyUrl = notifyUrl;
    }

    public String getReturnUrl() {
        return this.returnUrl;
    }

    public void setReturnUrl(String returnUrl) {
        this.returnUrl = returnUrl;
    }

    public String getApiVersion() {
        return this.apiVersion;
    }

    public void setApiVersion(String apiVersion) {
        this.apiVersion = apiVersion;
    }

    public void setTerminalType(String terminalType) {
        this.terminalType = terminalType;
    }

    public String getTerminalType() {
        return this.terminalType;
    }

    public void setTerminalInfo(String terminalInfo) {
        this.terminalInfo = terminalInfo;
    }

    public String getTerminalInfo() {
        return this.terminalInfo;
    }

    public void setProdCode(String prodCode) {
        this.prodCode = prodCode;
    }

    public String getProdCode() {
        return this.prodCode;
    }

    public String getApiMethodName() {
        return "mybank.credit.loanapply.data.upload";
    }

    public Map<String, String> getTextParams() {
        AlipayHashMap txtParams = new AlipayHashMap();
        txtParams.put("biz_content", this.bizContent);
        if (udfParams != null) {
            txtParams.putAll(this.udfParams);
        }
        return txtParams;
    }

    public void putOtherTextParam(String key, String value) {
        if (this.udfParams == null) {
            this.udfParams = new AlipayHashMap();
        }
        this.udfParams.put(key, value);
    }

    public Clreplaced<MybankCreditLoanapplyDataUploadResponse> getResponseClreplaced() {
        return MybankCreditLoanapplyDataUploadResponse.clreplaced;
    }

    public boolean isNeedEncrypt() {
        return this.needEncrypt;
    }

    public void setNeedEncrypt(boolean needEncrypt) {
        this.needEncrypt = needEncrypt;
    }

    public AlipayObject getBizModel() {
        return this.bizModel;
    }

    public void setBizModel(AlipayObject bizModel) {
        this.bizModel = bizModel;
    }
}

19 Source : MonitorHeartbeatSynRequest.java
with Apache License 2.0
from wendal

/**
 * ALIPAY API: monitor.heartbeat.syn request
 *
 * @author auto create
 * @since 1.0, 2018-01-24 20:12:25
 */
public clreplaced MonitorHeartbeatSynRequest implements AlipayRequest<MonitorHeartbeatSynResponse> {

    // add user-defined text parameters
    private AlipayHashMap udfParams;

    private String apiVersion = "1.0";

    /**
     * 验签时该参数不做任何处理
     */
    private String bizContent;

    public void setBizContent(String bizContent) {
        this.bizContent = bizContent;
    }

    public String getBizContent() {
        return this.bizContent;
    }

    private String terminalType;

    private String terminalInfo;

    private String prodCode;

    private String notifyUrl;

    private String returnUrl;

    private boolean needEncrypt = false;

    private AlipayObject bizModel = null;

    public String getNotifyUrl() {
        return this.notifyUrl;
    }

    public void setNotifyUrl(String notifyUrl) {
        this.notifyUrl = notifyUrl;
    }

    public String getReturnUrl() {
        return this.returnUrl;
    }

    public void setReturnUrl(String returnUrl) {
        this.returnUrl = returnUrl;
    }

    public String getApiVersion() {
        return this.apiVersion;
    }

    public void setApiVersion(String apiVersion) {
        this.apiVersion = apiVersion;
    }

    public void setTerminalType(String terminalType) {
        this.terminalType = terminalType;
    }

    public String getTerminalType() {
        return this.terminalType;
    }

    public void setTerminalInfo(String terminalInfo) {
        this.terminalInfo = terminalInfo;
    }

    public String getTerminalInfo() {
        return this.terminalInfo;
    }

    public void setProdCode(String prodCode) {
        this.prodCode = prodCode;
    }

    public String getProdCode() {
        return this.prodCode;
    }

    public String getApiMethodName() {
        return "monitor.heartbeat.syn";
    }

    public Map<String, String> getTextParams() {
        AlipayHashMap txtParams = new AlipayHashMap();
        txtParams.put("biz_content", this.bizContent);
        if (udfParams != null) {
            txtParams.putAll(this.udfParams);
        }
        return txtParams;
    }

    public void putOtherTextParam(String key, String value) {
        if (this.udfParams == null) {
            this.udfParams = new AlipayHashMap();
        }
        this.udfParams.put(key, value);
    }

    public Clreplaced<MonitorHeartbeatSynResponse> getResponseClreplaced() {
        return MonitorHeartbeatSynResponse.clreplaced;
    }

    public boolean isNeedEncrypt() {
        return this.needEncrypt;
    }

    public void setNeedEncrypt(boolean needEncrypt) {
        this.needEncrypt = needEncrypt;
    }

    public AlipayObject getBizModel() {
        return this.bizModel;
    }

    public void setBizModel(AlipayObject bizModel) {
        this.bizModel = bizModel;
    }
}

See More Examples