com.alipay.api.domain.AlipayBossProdTestAproveQueryModel 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;
/**
* 内部资源
*
* @author auto create
* @since 1.0, 2024-07-01 15:43:12
*/
public class AlipayBossProdTestAproveQueryModel extends AlipayObject {
private static final long serialVersionUID = 5653275298553612628L;
/**
* test
*/
@ApiField("complex_a")
private PublicComplex complexA;
/**
* test
*/
@ApiField("complex_b")
private PublicComplex complexB;
/**
* test
*/
@ApiField("platform_a")
private String platformA;
/**
* 秒速
*/
@ApiField("platform_complex_a")
private Apitestjhj platformComplexA;
/**
* test
*/
@ApiField("test_open_id")
private String testOpenId;
/**
* test
*/
@ApiField("test_uid")
private String testUid;
public PublicComplex getComplexA() {
return this.complexA;
}
public void setComplexA(PublicComplex complexA) {
this.complexA = complexA;
}
public PublicComplex getComplexB() {
return this.complexB;
}
public void setComplexB(PublicComplex complexB) {
this.complexB = complexB;
}
public String getPlatformA() {
return this.platformA;
}
public void setPlatformA(String platformA) {
this.platformA = platformA;
}
public Apitestjhj getPlatformComplexA() {
return this.platformComplexA;
}
public void setPlatformComplexA(Apitestjhj platformComplexA) {
this.platformComplexA = platformComplexA;
}
public String getTestOpenId() {
return this.testOpenId;
}
public void setTestOpenId(String testOpenId) {
this.testOpenId = testOpenId;
}
public String getTestUid() {
return this.testUid;
}
public void setTestUid(String testUid) {
this.testUid = testUid;
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy