public class NewsEntityAggregation extends AlipayObject
| 构造器和说明 |
|---|
NewsEntityAggregation() |
| 限定符和类型 | 方法和说明 |
|---|---|
List<NewsAggregationValue> |
getCows() |
List<NewsAggregationValue> |
getOgws() |
List<NewsAggregationValue> |
getPpws() |
void |
setCows(List<NewsAggregationValue> cows) |
void |
setOgws(List<NewsAggregationValue> ogws) |
void |
setPpws(List<NewsAggregationValue> ppws) |
public List<NewsAggregationValue> getCows()
public void setCows(List<NewsAggregationValue> cows)
public List<NewsAggregationValue> getOgws()
public void setOgws(List<NewsAggregationValue> ogws)
public List<NewsAggregationValue> getPpws()
public void setPpws(List<NewsAggregationValue> ppws)
Copyright © 2023. All rights reserved.