com.alipay.api.response.AlipaySecurityRiskHahaIsptestQueryResponse 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.response;
import java.util.List;
import com.alipay.api.internal.mapping.ApiField;
import com.alipay.api.internal.mapping.ApiListField;
import com.alipay.api.domain.RecomProduct;
import com.alipay.api.domain.InsurancePeriod;
import com.alipay.api.AlipayResponse;
/**
* ALIPAY API: alipay.security.risk.haha.isptest.query response.
*
* @author auto create
* @since 1.0, 2024-07-04 19:33:10
*/
public class AlipaySecurityRiskHahaIsptestQueryResponse extends AlipayResponse {
private static final long serialVersionUID = 6554844531422149957L;
/**
* 高级复杂类型
*/
@ApiListField("out_four")
@ApiField("recom_product")
private List outFour;
/**
* 23
*/
@ApiField("out_one")
private String outOne;
/**
* 简单复杂类型
*/
@ApiListField("out_three")
@ApiField("insurance_period")
private List outThree;
/**
* 出参2
*/
@ApiListField("out_two")
@ApiField("string")
private List outTwo;
public void setOutFour(List outFour) {
this.outFour = outFour;
}
public List getOutFour( ) {
return this.outFour;
}
public void setOutOne(String outOne) {
this.outOne = outOne;
}
public String getOutOne( ) {
return this.outOne;
}
public void setOutThree(List outThree) {
this.outThree = outThree;
}
public List getOutThree( ) {
return this.outThree;
}
public void setOutTwo(List outTwo) {
this.outTwo = outTwo;
}
public List getOutTwo( ) {
return this.outTwo;
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy