public class RtopTypeDistribution
extends com.aliyun.tea.TeaModel
| Modifier and Type | Field and Description |
|---|---|
Integer |
count
example:
|
List<RtopLevelDistribution> |
levelDistribution
example:
|
String |
type
example:
|
| Constructor and Description |
|---|
RtopTypeDistribution() |
| Modifier and Type | Method and Description |
|---|---|
static RtopTypeDistribution |
build(Map<String,?> map) |
Integer |
getCount() |
List<RtopLevelDistribution> |
getLevelDistribution() |
String |
getType() |
RtopTypeDistribution |
setCount(Integer count) |
RtopTypeDistribution |
setLevelDistribution(List<RtopLevelDistribution> levelDistribution) |
RtopTypeDistribution |
setType(String type) |
@NameInMap(value="count") @Validation(required=true) public Integer count
10
@NameInMap(value="levelDistribution") @Validation(required=true) public List<RtopLevelDistribution> levelDistribution
undefined
@NameInMap(value="type") @Validation(required=true) public String type
MLM
public static RtopTypeDistribution build(Map<String,?> map) throws Exception
Exceptionpublic RtopTypeDistribution setCount(Integer count)
public Integer getCount()
public RtopTypeDistribution setLevelDistribution(List<RtopLevelDistribution> levelDistribution)
public List<RtopLevelDistribution> getLevelDistribution()
public RtopTypeDistribution setType(String type)
public String getType()
Copyright © 2025. All rights reserved.