public class RtopRiskTag
extends com.aliyun.tea.TeaModel
| Modifier and Type | Field and Description |
|---|---|
String |
clueDetailType
example:
|
String |
tagClue
example:
|
String |
tagClueDetail
example:
|
String |
tagId
example:
|
String |
tagName
example:
|
String |
tagText
example:
|
String |
tagType
example:
|
| Constructor and Description |
|---|
RtopRiskTag() |
| Modifier and Type | Method and Description |
|---|---|
static RtopRiskTag |
build(Map<String,?> map) |
String |
getClueDetailType() |
String |
getTagClue() |
String |
getTagClueDetail() |
String |
getTagId() |
String |
getTagName() |
String |
getTagText() |
String |
getTagType() |
RtopRiskTag |
setClueDetailType(String clueDetailType) |
RtopRiskTag |
setTagClue(String tagClue) |
RtopRiskTag |
setTagClueDetail(String tagClueDetail) |
RtopRiskTag |
setTagId(String tagId) |
RtopRiskTag |
setTagName(String tagName) |
RtopRiskTag |
setTagText(String tagText) |
RtopRiskTag |
setTagType(String tagType) |
@NameInMap(value="tag_id") @Validation(required=true) public String tagId
CMN00010
@NameInMap(value="tag_name") @Validation(required=true) public String tagName
网站失联
@NameInMap(value="tag_type") public String tagType
CMN
@NameInMap(value="tag_text") public String tagText
网站失联
@NameInMap(value="tag_clue") public String tagClue
企业已列入经营异常名录
@NameInMap(value="clue_detail_type") public String clueDetailType
01
@NameInMap(value="tag_clue_detail") public String tagClueDetail
通过登记的住所或者经营场所无法联系
public static RtopRiskTag build(Map<String,?> map) throws Exception
Exceptionpublic RtopRiskTag setTagId(String tagId)
public String getTagId()
public RtopRiskTag setTagName(String tagName)
public String getTagName()
public RtopRiskTag setTagType(String tagType)
public String getTagType()
public RtopRiskTag setTagText(String tagText)
public String getTagText()
public RtopRiskTag setTagClue(String tagClue)
public String getTagClue()
public RtopRiskTag setClueDetailType(String clueDetailType)
public String getClueDetailType()
public RtopRiskTag setTagClueDetail(String tagClueDetail)
public String getTagClueDetail()
Copyright © 2025. All rights reserved.