public class RiskStormLabelResp
extends com.aliyun.tea.TeaModel
| Modifier and Type | Field and Description |
|---|---|
Integer |
labelCount
example:
|
String |
labelId
example:
|
String |
labelName
example:
|
| Constructor and Description |
|---|
RiskStormLabelResp() |
| Modifier and Type | Method and Description |
|---|---|
static RiskStormLabelResp |
build(Map<String,?> map) |
Integer |
getLabelCount() |
String |
getLabelId() |
String |
getLabelName() |
RiskStormLabelResp |
setLabelCount(Integer labelCount) |
RiskStormLabelResp |
setLabelId(String labelId) |
RiskStormLabelResp |
setLabelName(String labelName) |
@NameInMap(value="label_count") @Validation(required=true) public Integer labelCount
10
@NameInMap(value="label_id") @Validation(required=true) public String labelId
cancelled
@NameInMap(value="label_name") @Validation(required=true) public String labelName
注销
public static RiskStormLabelResp build(Map<String,?> map) throws Exception
Exceptionpublic RiskStormLabelResp setLabelCount(Integer labelCount)
public Integer getLabelCount()
public RiskStormLabelResp setLabelId(String labelId)
public String getLabelId()
public RiskStormLabelResp setLabelName(String labelName)
public String getLabelName()
Copyright © 2025. All rights reserved.