public class NotifyBenefithubRiskLoginResponse
extends com.aliyun.tea.TeaModel
| Modifier and Type | Field and Description |
|---|---|
String |
h5Url |
String |
reqMsgId |
String |
resultCode |
String |
resultMsg |
| Constructor and Description |
|---|
NotifyBenefithubRiskLoginResponse() |
| Modifier and Type | Method and Description |
|---|---|
static NotifyBenefithubRiskLoginResponse |
build(Map<String,?> map) |
String |
getH5Url() |
String |
getReqMsgId() |
String |
getResultCode() |
String |
getResultMsg() |
NotifyBenefithubRiskLoginResponse |
setH5Url(String h5Url) |
NotifyBenefithubRiskLoginResponse |
setReqMsgId(String reqMsgId) |
NotifyBenefithubRiskLoginResponse |
setResultCode(String resultCode) |
NotifyBenefithubRiskLoginResponse |
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="h5_url") public String h5Url
public static NotifyBenefithubRiskLoginResponse build(Map<String,?> map) throws Exception
Exceptionpublic NotifyBenefithubRiskLoginResponse setReqMsgId(String reqMsgId)
public String getReqMsgId()
public NotifyBenefithubRiskLoginResponse setResultCode(String resultCode)
public String getResultCode()
public NotifyBenefithubRiskLoginResponse setResultMsg(String resultMsg)
public String getResultMsg()
public NotifyBenefithubRiskLoginResponse setH5Url(String h5Url)
public String getH5Url()
Copyright © 2025. All rights reserved.