
com.alipay.api.domain.AlipayMarketingToolFengdieActivityQueryModel 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
baidu push client api with maven
The newest version!
package com.alipay.api.domain;
import com.alipay.api.AlipayObject;
import com.alipay.api.internal.mapping.ApiField;
/**
* 查询凤蝶H5页面详情
*
* @author auto create
* @since 1.0, 2017-03-20 10:29:11
*/
public class AlipayMarketingToolFengdieActivityQueryModel extends AlipayObject {
private static final long serialVersionUID = 5556458655829234641L;
/**
* H5应用的唯一id,调用alipay.marketing.tool.fengdie.activity.create获得
*/
@ApiField("activity_id")
private Long activityId;
public Long getActivityId() {
return this.activityId;
}
public void setActivityId(Long activityId) {
this.activityId = activityId;
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy