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