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

com.alipay.api.response.ZhimaCreditEpYuqingBrmQueryResponse 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 java.util.List;
import com.alipay.api.internal.mapping.ApiField;
import com.alipay.api.internal.mapping.ApiListField;
import com.alipay.api.domain.NewsEntityAggregation;
import com.alipay.api.domain.NewsSource;
import com.alipay.api.domain.NewsAggregationValue;

import com.alipay.api.AlipayResponse;

/**
 * ALIPAY API: zhima.credit.ep.yuqing.brm.query response.
 * 
 * @author auto create
 * @since 1.0, 2024-07-04 19:39:13
 */
public class ZhimaCreditEpYuqingBrmQueryResponse extends AlipayResponse {

	private static final long serialVersionUID = 7519745749838194859L;

	/** 
	 * 实体聚合结果
	 */
	@ApiField("entity_aggregation")
	private NewsEntityAggregation entityAggregation;

	/** 
	 * 搜索结果
	 */
	@ApiListField("hits")
	@ApiField("news_source")
	private List hits;

	/** 
	 * 标签聚合结果
	 */
	@ApiListField("label_aggregation")
	@ApiField("news_aggregation_value")
	private List labelAggregation;

	/** 
	 * 搜索结果总数
	 */
	@ApiField("total")
	private Long total;

	public void setEntityAggregation(NewsEntityAggregation entityAggregation) {
		this.entityAggregation = entityAggregation;
	}
	public NewsEntityAggregation getEntityAggregation( ) {
		return this.entityAggregation;
	}

	public void setHits(List hits) {
		this.hits = hits;
	}
	public List getHits( ) {
		return this.hits;
	}

	public void setLabelAggregation(List labelAggregation) {
		this.labelAggregation = labelAggregation;
	}
	public List getLabelAggregation( ) {
		return this.labelAggregation;
	}

	public void setTotal(Long total) {
		this.total = total;
	}
	public Long getTotal( ) {
		return this.total;
	}

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy