com.alipay.api.response.AlipayDataMdaTorchreplayrightstatQueryResponse 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.AlipayResponse;
/**
* ALIPAY API: alipay.data.mda.torchreplayrightstat.query response.
*
* @author auto create
* @since 1.0, 2024-08-08 22:19:14
*/
public class AlipayDataMdaTorchreplayrightstatQueryResponse extends AlipayResponse {
private static final long serialVersionUID = 3878298639274674798L;
/**
* 今日线下火炬传递城市数
*/
@ApiField("offline_torch_replay_city_today_cnt")
private Long offlineTorchReplayCityTodayCnt;
/**
* 线下火炬传递城市总数
*/
@ApiField("offline_torch_replay_city_total_cnt")
private Long offlineTorchReplayCityTotalCnt;
/**
* 今日线下火炬传递人数
*/
@ApiField("offline_torch_replay_today_cnt")
private Long offlineTorchReplayTodayCnt;
/**
* 线下火炬传递总人数
*/
@ApiField("offline_torch_replay_total_cnt")
private Long offlineTorchReplayTotalCnt;
/**
* 线下传递人群画像
*/
@ApiField("offline_torchbearer_portrait")
private String offlineTorchbearerPortrait;
/**
* 今日线下传递手榜单
*/
@ApiField("offline_torchbearer_today_list")
private String offlineTorchbearerTodayList;
public void setOfflineTorchReplayCityTodayCnt(Long offlineTorchReplayCityTodayCnt) {
this.offlineTorchReplayCityTodayCnt = offlineTorchReplayCityTodayCnt;
}
public Long getOfflineTorchReplayCityTodayCnt( ) {
return this.offlineTorchReplayCityTodayCnt;
}
public void setOfflineTorchReplayCityTotalCnt(Long offlineTorchReplayCityTotalCnt) {
this.offlineTorchReplayCityTotalCnt = offlineTorchReplayCityTotalCnt;
}
public Long getOfflineTorchReplayCityTotalCnt( ) {
return this.offlineTorchReplayCityTotalCnt;
}
public void setOfflineTorchReplayTodayCnt(Long offlineTorchReplayTodayCnt) {
this.offlineTorchReplayTodayCnt = offlineTorchReplayTodayCnt;
}
public Long getOfflineTorchReplayTodayCnt( ) {
return this.offlineTorchReplayTodayCnt;
}
public void setOfflineTorchReplayTotalCnt(Long offlineTorchReplayTotalCnt) {
this.offlineTorchReplayTotalCnt = offlineTorchReplayTotalCnt;
}
public Long getOfflineTorchReplayTotalCnt( ) {
return this.offlineTorchReplayTotalCnt;
}
public void setOfflineTorchbearerPortrait(String offlineTorchbearerPortrait) {
this.offlineTorchbearerPortrait = offlineTorchbearerPortrait;
}
public String getOfflineTorchbearerPortrait( ) {
return this.offlineTorchbearerPortrait;
}
public void setOfflineTorchbearerTodayList(String offlineTorchbearerTodayList) {
this.offlineTorchbearerTodayList = offlineTorchbearerTodayList;
}
public String getOfflineTorchbearerTodayList( ) {
return this.offlineTorchbearerTodayList;
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy