public class QueryRtopCrowdriskDetailResponse
extends com.aliyun.tea.TeaModel
| Constructor and Description |
|---|
QueryRtopCrowdriskDetailResponse() |
@NameInMap(value="req_msg_id") public String reqMsgId
@NameInMap(value="result_code") public String resultCode
@NameInMap(value="result_msg") public String resultMsg
@NameInMap(value="active_city") public String activeCity
@NameInMap(value="active_county") public String activeCounty
@NameInMap(value="active_province") public String activeProvince
@NameInMap(value="age_distribution") public List<RtopAgeDistribution> ageDistribution
@NameInMap(value="conclusion") public String conclusion
@NameInMap(value="crowd_risk_level") public String crowdRiskLevel
@NameInMap(value="crowd_risk_score") public Long crowdRiskScore
@NameInMap(value="crowd_risk_type") public String crowdRiskType
@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
@NameInMap(value="features") public List<RtopCrowdRiskFeatureResp> features
@NameInMap(value="gender_distribution") public List<RtopGenderDistribution> genderDistribution
@NameInMap(value="last_active_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 lastActiveTime
@NameInMap(value="money_involved") public Long moneyInvolved
@NameInMap(value="money_involved_history") public List<RtopDateDistribution> moneyInvolvedHistory
@NameInMap(value="people_involved") public Long peopleInvolved
@NameInMap(value="people_involved_history") public List<RtopDateDistribution> peopleInvolvedHistory
@NameInMap(value="population_distribution") public List<RtopPopulationDistribution> populationDistribution
@NameInMap(value="registered_city") public String registeredCity
@NameInMap(value="registered_county") public String registeredCounty
@NameInMap(value="registered_province") public String registeredProvince
public static QueryRtopCrowdriskDetailResponse build(Map<String,?> map) throws Exception
Exceptionpublic QueryRtopCrowdriskDetailResponse setReqMsgId(String reqMsgId)
public String getReqMsgId()
public QueryRtopCrowdriskDetailResponse setResultCode(String resultCode)
public String getResultCode()
public QueryRtopCrowdriskDetailResponse setResultMsg(String resultMsg)
public String getResultMsg()
public QueryRtopCrowdriskDetailResponse setActiveCity(String activeCity)
public String getActiveCity()
public QueryRtopCrowdriskDetailResponse setActiveCounty(String activeCounty)
public String getActiveCounty()
public QueryRtopCrowdriskDetailResponse setActiveProvince(String activeProvince)
public String getActiveProvince()
public QueryRtopCrowdriskDetailResponse setAgeDistribution(List<RtopAgeDistribution> ageDistribution)
public List<RtopAgeDistribution> getAgeDistribution()
public QueryRtopCrowdriskDetailResponse setClueTags(List<String> clueTags)
public QueryRtopCrowdriskDetailResponse setConclusion(String conclusion)
public String getConclusion()
public QueryRtopCrowdriskDetailResponse setCrowdRiskLevel(String crowdRiskLevel)
public String getCrowdRiskLevel()
public QueryRtopCrowdriskDetailResponse setCrowdRiskScore(Long crowdRiskScore)
public Long getCrowdRiskScore()
public QueryRtopCrowdriskDetailResponse setCrowdRiskType(String crowdRiskType)
public String getCrowdRiskType()
public QueryRtopCrowdriskDetailResponse setDetectedTime(String detectedTime)
public String getDetectedTime()
public QueryRtopCrowdriskDetailResponse setFeatures(List<RtopCrowdRiskFeatureResp> features)
public List<RtopCrowdRiskFeatureResp> getFeatures()
public QueryRtopCrowdriskDetailResponse setGenderDistribution(List<RtopGenderDistribution> genderDistribution)
public List<RtopGenderDistribution> getGenderDistribution()
public QueryRtopCrowdriskDetailResponse setLastActiveTime(String lastActiveTime)
public String getLastActiveTime()
public QueryRtopCrowdriskDetailResponse setMoneyInvolved(Long moneyInvolved)
public Long getMoneyInvolved()
public QueryRtopCrowdriskDetailResponse setMoneyInvolvedHistory(List<RtopDateDistribution> moneyInvolvedHistory)
public List<RtopDateDistribution> getMoneyInvolvedHistory()
public QueryRtopCrowdriskDetailResponse setPeopleInvolved(Long peopleInvolved)
public Long getPeopleInvolved()
public QueryRtopCrowdriskDetailResponse setPeopleInvolvedHistory(List<RtopDateDistribution> peopleInvolvedHistory)
public List<RtopDateDistribution> getPeopleInvolvedHistory()
public QueryRtopCrowdriskDetailResponse setPopulationDistribution(List<RtopPopulationDistribution> populationDistribution)
public List<RtopPopulationDistribution> getPopulationDistribution()
public QueryRtopCrowdriskDetailResponse setRegisteredCity(String registeredCity)
public String getRegisteredCity()
public QueryRtopCrowdriskDetailResponse setRegisteredCounty(String registeredCounty)
public String getRegisteredCounty()
public QueryRtopCrowdriskDetailResponse setRegisteredProvince(String registeredProvince)
public String getRegisteredProvince()
Copyright © 2025. All rights reserved.