public class RtopCrowdRiskSummaryResp
extends com.aliyun.tea.TeaModel
| Modifier and Type | Field and Description |
|---|---|
String |
activeCity
example:
|
String |
activeCounty
example:
|
String |
activeProvince
example:
|
List<String> |
clueTags |
String |
companyId
example:
|
String |
companyName
example:
|
String |
crowdRiskLevel
example:
|
Long |
crowdRiskScore
example:
|
String |
crowdRiskType
example:
|
String |
detectedTime
example:
|
Long |
moneyInvolved
example:
|
Long |
peopleInvolved
example:
|
String |
registeredCity
example:
|
String |
registeredCounty
example:
|
String |
registeredProvince
example:
|
| Constructor and Description |
|---|
RtopCrowdRiskSummaryResp() |
@NameInMap(value="active_city") public String activeCity
杭州市
@NameInMap(value="active_county") public String activeCounty
西湖区
@NameInMap(value="active_province") public String activeProvince
浙江省
@NameInMap(value="company_id") @Validation(required=true) public String companyId
123456789
@NameInMap(value="company_name") @Validation(required=true) public String companyName
XXXXX有限公司
@NameInMap(value="crowd_risk_level") public String crowdRiskLevel
EX_HIGH_RISK
@NameInMap(value="crowd_risk_score") public Long crowdRiskScore
80
@NameInMap(value="crowd_risk_type") public String crowdRiskType
MLM
@NameInMap(value="detected_time")
@Validation(pattern="\\d{4}[-]\\d{1,2}[-]\\d{1,2}[T]\\d{2}:\\d{2}:\\d{2}([Z]|([\\.]\\d{1,9})?[\\+]\\d{2}[\\:]?\\d{2})")
public String detectedTime
2018-07-15
@NameInMap(value="money_involved") public Long moneyInvolved
100
@NameInMap(value="people_involved") public Long peopleInvolved
100
@NameInMap(value="registered_city") public String registeredCity
杭州市
@NameInMap(value="registered_county") public String registeredCounty
西湖区
@NameInMap(value="registered_province") public String registeredProvince
浙江省
public static RtopCrowdRiskSummaryResp build(Map<String,?> map) throws Exception
Exceptionpublic RtopCrowdRiskSummaryResp setActiveCity(String activeCity)
public String getActiveCity()
public RtopCrowdRiskSummaryResp setActiveCounty(String activeCounty)
public String getActiveCounty()
public RtopCrowdRiskSummaryResp setActiveProvince(String activeProvince)
public String getActiveProvince()
public RtopCrowdRiskSummaryResp setClueTags(List<String> clueTags)
public RtopCrowdRiskSummaryResp setCompanyId(String companyId)
public String getCompanyId()
public RtopCrowdRiskSummaryResp setCompanyName(String companyName)
public String getCompanyName()
public RtopCrowdRiskSummaryResp setCrowdRiskLevel(String crowdRiskLevel)
public String getCrowdRiskLevel()
public RtopCrowdRiskSummaryResp setCrowdRiskScore(Long crowdRiskScore)
public Long getCrowdRiskScore()
public RtopCrowdRiskSummaryResp setCrowdRiskType(String crowdRiskType)
public String getCrowdRiskType()
public RtopCrowdRiskSummaryResp setDetectedTime(String detectedTime)
public String getDetectedTime()
public RtopCrowdRiskSummaryResp setMoneyInvolved(Long moneyInvolved)
public Long getMoneyInvolved()
public RtopCrowdRiskSummaryResp setPeopleInvolved(Long peopleInvolved)
public Long getPeopleInvolved()
public RtopCrowdRiskSummaryResp setRegisteredCity(String registeredCity)
public String getRegisteredCity()
public RtopCrowdRiskSummaryResp setRegisteredCounty(String registeredCounty)
public String getRegisteredCounty()
public RtopCrowdRiskSummaryResp setRegisteredProvince(String registeredProvince)
public String getRegisteredProvince()
Copyright © 2025. All rights reserved.