com.alipay.api.domain.AlipaySecurityRiskJhjtestComplexddBatchqueryModel Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of alipay-sdk-java Show documentation
Show all versions of alipay-sdk-java Show documentation
Alipay openapi SDK for Java
Copyright © 2018 杭州蚂蚁金服
All rights reserved.
版权所有 (C)杭州蚂蚁金服
http://open.alipay.com
package com.alipay.api.domain;
import com.alipay.api.AlipayObject;
import com.alipay.api.internal.mapping.ApiField;
/**
* 测试复杂类型a
*
* @author auto create
* @since 1.0, 2024-06-06 10:34:56
*/
public class AlipaySecurityRiskJhjtestComplexddBatchqueryModel extends AlipayObject {
private static final long serialVersionUID = 2121986668851634469L;
/**
* 修改文档
*/
@ApiField("comple_a")
private JhjTestNew compleA;
/**
* 修改文档
*/
@ApiField("regress")
private String regress;
public JhjTestNew getCompleA() {
return this.compleA;
}
public void setCompleA(JhjTestNew compleA) {
this.compleA = compleA;
}
public String getRegress() {
return this.regress;
}
public void setRegress(String regress) {
this.regress = regress;
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy