public class QueryRtopCrowdriskSumResponse
extends com.aliyun.tea.TeaModel
| Modifier and Type | Field and Description |
|---|---|
Long |
moneyInvolved |
Long |
peopleInvolved |
String |
reqMsgId |
String |
resultCode |
String |
resultMsg |
| Constructor and Description |
|---|
QueryRtopCrowdriskSumResponse() |
| Modifier and Type | Method and Description |
|---|---|
static QueryRtopCrowdriskSumResponse |
build(Map<String,?> map) |
Long |
getMoneyInvolved() |
Long |
getPeopleInvolved() |
String |
getReqMsgId() |
String |
getResultCode() |
String |
getResultMsg() |
QueryRtopCrowdriskSumResponse |
setMoneyInvolved(Long moneyInvolved) |
QueryRtopCrowdriskSumResponse |
setPeopleInvolved(Long peopleInvolved) |
QueryRtopCrowdriskSumResponse |
setReqMsgId(String reqMsgId) |
QueryRtopCrowdriskSumResponse |
setResultCode(String resultCode) |
QueryRtopCrowdriskSumResponse |
setResultMsg(String resultMsg) |
@NameInMap(value="req_msg_id") public String reqMsgId
@NameInMap(value="result_code") public String resultCode
@NameInMap(value="result_msg") public String resultMsg
@NameInMap(value="money_involved") public Long moneyInvolved
@NameInMap(value="people_involved") public Long peopleInvolved
public static QueryRtopCrowdriskSumResponse build(Map<String,?> map) throws Exception
Exceptionpublic QueryRtopCrowdriskSumResponse setReqMsgId(String reqMsgId)
public String getReqMsgId()
public QueryRtopCrowdriskSumResponse setResultCode(String resultCode)
public String getResultCode()
public QueryRtopCrowdriskSumResponse setResultMsg(String resultMsg)
public String getResultMsg()
public QueryRtopCrowdriskSumResponse setMoneyInvolved(Long moneyInvolved)
public Long getMoneyInvolved()
public QueryRtopCrowdriskSumResponse setPeopleInvolved(Long peopleInvolved)
public Long getPeopleInvolved()
Copyright © 2025. All rights reserved.