
com.alipay.api.domain.GavintestNewLeveaOne Maven / Gradle / Ivy
package com.alipay.api.domain;
import java.util.List;
import com.alipay.api.AlipayObject;
import com.alipay.api.internal.mapping.ApiField;
import com.alipay.api.internal.mapping.ApiListField;
/**
* 测试
*
* @author auto create
* @since 1.0, 2019-10-21 17:48:31
*/
public class GavintestNewLeveaOne extends AlipayObject {
private static final long serialVersionUID = 4649946816492342879L;
/**
* 2
*/
@ApiField("boolen")
private Boolean boolen;
/**
* 21
*/
@ApiListField("ces")
@ApiField("number")
private List ces;
/**
* 12
*/
@ApiField("des")
private String des;
/**
* 1
*/
@ApiListField("str")
@ApiField("string")
private List str;
public Boolean getBoolen() {
return this.boolen;
}
public void setBoolen(Boolean boolen) {
this.boolen = boolen;
}
public List getCes() {
return this.ces;
}
public void setCes(List ces) {
this.ces = ces;
}
public String getDes() {
return this.des;
}
public void setDes(String des) {
this.des = des;
}
public List getStr() {
return this.str;
}
public void setStr(List str) {
this.str = str;
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy