com.alipay.api.response.AlipayCloudCloudpromoAnalysistrafficSourcechannelsQueryResponse 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 java.util.List;
import com.alipay.api.internal.mapping.ApiField;
import com.alipay.api.internal.mapping.ApiListField;
import com.alipay.api.domain.OpenApiTrafficSourceChannelVO;
import com.alipay.api.AlipayResponse;
/**
* ALIPAY API: alipay.cloud.cloudpromo.analysistraffic.sourcechannels.query response.
*
* @author auto create
* @since 1.0, 2024-09-20 17:32:10
*/
public class AlipayCloudCloudpromoAnalysistrafficSourcechannelsQueryResponse extends AlipayResponse {
private static final long serialVersionUID = 8613379612391755221L;
/**
* 经营分析流量分析来源渠道列表返回体
*/
@ApiListField("items")
@ApiField("open_api_traffic_source_channel_v_o")
private List items;
public void setItems(List items) {
this.items = items;
}
public List getItems( ) {
return this.items;
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy