com.alipay.api.response.ZhimaDataFeedbackurlQueryResponse Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of alipay-sdk Show documentation
Show all versions of alipay-sdk Show documentation
alipay-sdk project for Spring Project
The newest version!
package com.alipay.api.response;
import com.alipay.api.internal.mapping.ApiField;
import com.alipay.api.AlipayResponse;
/**
* ALIPAY API: zhima.data.feedbackurl.query response.
*
* @author auto create
* @since 1.0, 2017-02-16 15:46:19
*/
public class ZhimaDataFeedbackurlQueryResponse extends AlipayResponse {
private static final long serialVersionUID = 7764382718197318466L;
/**
* 反馈模板地址
*/
@ApiField("feedback_url")
private String feedbackUrl;
public void setFeedbackUrl(String feedbackUrl) {
this.feedbackUrl = feedbackUrl;
}
public String getFeedbackUrl( ) {
return this.feedbackUrl;
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy