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