com.alipay.api.response.AlipaySecurityProdJhjtestPredocCancelResponse 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 com.alipay.api.internal.mapping.ApiField;
import com.alipay.api.domain.JhjTestNew;
import com.alipay.api.AlipayResponse;
/**
* ALIPAY API: alipay.security.prod.jhjtest.predoc.cancel response.
*
* @author auto create
* @since 1.0, 2024-06-24 16:01:48
*/
public class AlipaySecurityProdJhjtestPredocCancelResponse extends AlipayResponse {
private static final long serialVersionUID = 2593254898427219942L;
/**
* 1111
*/
@ApiField("out_a")
private String outA;
/**
* 基础描述
*/
@ApiField("out_b")
private String outB;
/**
* 修改子参数变成字段copy
*/
@ApiField("out_com")
private JhjTestNew outCom;
public void setOutA(String outA) {
this.outA = outA;
}
public String getOutA( ) {
return this.outA;
}
public void setOutB(String outB) {
this.outB = outB;
}
public String getOutB( ) {
return this.outB;
}
public void setOutCom(JhjTestNew outCom) {
this.outCom = outCom;
}
public JhjTestNew getOutCom( ) {
return this.outCom;
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy