com.alipay.api.domain.KbAdvertContentShareCode 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.domain;
import com.alipay.api.AlipayObject;
import com.alipay.api.internal.mapping.ApiField;
/**
* 口碑广告系统吱口令内容详情
*
* @author auto create
* @since 1.0, 2017-02-15 13:57:59
*/
public class KbAdvertContentShareCode extends AlipayObject {
private static final long serialVersionUID = 4497131373363624444L;
/**
* 吱口令内容详情
*/
@ApiField("share_code_desc")
private String shareCodeDesc;
public String getShareCodeDesc() {
return this.shareCodeDesc;
}
public void setShareCodeDesc(String shareCodeDesc) {
this.shareCodeDesc = shareCodeDesc;
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy