All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.alipay.api.response.AlipayDataMdaTorchreplayrightrealQueryResponse Maven / Gradle / Ivy

Go to download

Alipay openapi SDK for Java Copyright © 2018 杭州蚂蚁金服 All rights reserved. 版权所有 (C)杭州蚂蚁金服 http://open.alipay.com

There is a newer version: 4.40.21.ALL
Show newest version
package com.alipay.api.response;

import com.alipay.api.internal.mapping.ApiField;

import com.alipay.api.AlipayResponse;

/**
 * ALIPAY API: alipay.data.mda.torchreplayrightreal.query response.
 * 
 * @author auto create
 * @since 1.0, 2024-08-08 22:19:56
 */
public class AlipayDataMdaTorchreplayrightrealQueryResponse extends AlipayResponse {

	private static final long serialVersionUID = 1751369697745259941L;

	/** 
	 * 城市分布
	 */
	@ApiField("online_torch_replay_city_distribute")
	private String onlineTorchReplayCityDistribute;

	/** 
	 * 今日火炬传递总人次
	 */
	@ApiField("online_torch_replay_today_cnt")
	private Long onlineTorchReplayTodayCnt;

	/** 
	 * 今日火炬传递总人数
	 */
	@ApiField("online_torch_replay_today_user_cnt")
	private Long onlineTorchReplayTodayUserCnt;

	/** 
	 * 线上火炬传递总人次
	 */
	@ApiField("online_torch_replay_total_cnt")
	private Long onlineTorchReplayTotalCnt;

	/** 
	 * 线上火炬传递总人数
	 */
	@ApiField("online_torch_replay_total_user_cnt")
	private Long onlineTorchReplayTotalUserCnt;

	public void setOnlineTorchReplayCityDistribute(String onlineTorchReplayCityDistribute) {
		this.onlineTorchReplayCityDistribute = onlineTorchReplayCityDistribute;
	}
	public String getOnlineTorchReplayCityDistribute( ) {
		return this.onlineTorchReplayCityDistribute;
	}

	public void setOnlineTorchReplayTodayCnt(Long onlineTorchReplayTodayCnt) {
		this.onlineTorchReplayTodayCnt = onlineTorchReplayTodayCnt;
	}
	public Long getOnlineTorchReplayTodayCnt( ) {
		return this.onlineTorchReplayTodayCnt;
	}

	public void setOnlineTorchReplayTodayUserCnt(Long onlineTorchReplayTodayUserCnt) {
		this.onlineTorchReplayTodayUserCnt = onlineTorchReplayTodayUserCnt;
	}
	public Long getOnlineTorchReplayTodayUserCnt( ) {
		return this.onlineTorchReplayTodayUserCnt;
	}

	public void setOnlineTorchReplayTotalCnt(Long onlineTorchReplayTotalCnt) {
		this.onlineTorchReplayTotalCnt = onlineTorchReplayTotalCnt;
	}
	public Long getOnlineTorchReplayTotalCnt( ) {
		return this.onlineTorchReplayTotalCnt;
	}

	public void setOnlineTorchReplayTotalUserCnt(Long onlineTorchReplayTotalUserCnt) {
		this.onlineTorchReplayTotalUserCnt = onlineTorchReplayTotalUserCnt;
	}
	public Long getOnlineTorchReplayTotalUserCnt( ) {
		return this.onlineTorchReplayTotalUserCnt;
	}

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy