public class RtopPopulationDistribution
extends com.aliyun.tea.TeaModel
| Modifier and Type | Field and Description |
|---|---|
String |
city
example:
|
Integer |
count
example:
|
| Constructor and Description |
|---|
RtopPopulationDistribution() |
| Modifier and Type | Method and Description |
|---|---|
static RtopPopulationDistribution |
build(Map<String,?> map) |
String |
getCity() |
Integer |
getCount() |
RtopPopulationDistribution |
setCity(String city) |
RtopPopulationDistribution |
setCount(Integer count) |
@NameInMap(value="city") @Validation(required=true) public String city
杭州市
@NameInMap(value="count") @Validation(required=true) public Integer count
10
public static RtopPopulationDistribution build(Map<String,?> map) throws Exception
Exceptionpublic RtopPopulationDistribution setCity(String city)
public String getCity()
public RtopPopulationDistribution setCount(Integer count)
public Integer getCount()
Copyright © 2025. All rights reserved.