com.alipay.api.response.AlipaySecurityYyuDvsdvdsBatchqueryResponse 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.PageTemplateParamInfoDTO;
import com.alipay.api.AlipayResponse;
/**
* ALIPAY API: alipay.security.yyu.dvsdvds.batchquery response.
*
* @author auto create
* @since 1.0, 2024-07-04 19:33:10
*/
public class AlipaySecurityYyuDvsdvdsBatchqueryResponse extends AlipayResponse {
private static final long serialVersionUID = 7266789766267778813L;
/**
* asd
*/
@ApiField("asd")
private PageTemplateParamInfoDTO asd;
/**
* sadasdas
*/
@ApiField("asdasda")
private Boolean asdasda;
/**
* sadf
*/
@ApiField("asdf")
private String asdf;
/**
* sdfasdf
*/
@ApiField("sadf")
private Boolean sadf;
public void setAsd(PageTemplateParamInfoDTO asd) {
this.asd = asd;
}
public PageTemplateParamInfoDTO getAsd( ) {
return this.asd;
}
public void setAsdasda(Boolean asdasda) {
this.asdasda = asdasda;
}
public Boolean getAsdasda( ) {
return this.asdasda;
}
public void setAsdf(String asdf) {
this.asdf = asdf;
}
public String getAsdf( ) {
return this.asdf;
}
public void setSadf(Boolean sadf) {
this.sadf = sadf;
}
public Boolean getSadf( ) {
return this.sadf;
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy