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