public class QueryDubbridgeAccountStatusResponse
extends com.aliyun.tea.TeaModel
| Modifier and Type | Field and Description |
|---|---|
CustomStatus |
data |
List<FundChainLockResult> |
fundChainLockResult |
PayMethodLockResult |
payMethodLockResult |
String |
reqMsgId |
String |
resultCode |
String |
resultMsg |
| Constructor and Description |
|---|
QueryDubbridgeAccountStatusResponse() |
| Modifier and Type | Method and Description |
|---|---|
static QueryDubbridgeAccountStatusResponse |
build(Map<String,?> map) |
CustomStatus |
getData() |
List<FundChainLockResult> |
getFundChainLockResult() |
PayMethodLockResult |
getPayMethodLockResult() |
String |
getReqMsgId() |
String |
getResultCode() |
String |
getResultMsg() |
QueryDubbridgeAccountStatusResponse |
setData(CustomStatus data) |
QueryDubbridgeAccountStatusResponse |
setFundChainLockResult(List<FundChainLockResult> fundChainLockResult) |
QueryDubbridgeAccountStatusResponse |
setPayMethodLockResult(PayMethodLockResult payMethodLockResult) |
QueryDubbridgeAccountStatusResponse |
setReqMsgId(String reqMsgId) |
QueryDubbridgeAccountStatusResponse |
setResultCode(String resultCode) |
QueryDubbridgeAccountStatusResponse |
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="data") public CustomStatus data
@NameInMap(value="pay_method_lock_result") public PayMethodLockResult payMethodLockResult
@NameInMap(value="fund_chain_lock_result") public List<FundChainLockResult> fundChainLockResult
public static QueryDubbridgeAccountStatusResponse build(Map<String,?> map) throws Exception
Exceptionpublic QueryDubbridgeAccountStatusResponse setReqMsgId(String reqMsgId)
public String getReqMsgId()
public QueryDubbridgeAccountStatusResponse setResultCode(String resultCode)
public String getResultCode()
public QueryDubbridgeAccountStatusResponse setResultMsg(String resultMsg)
public String getResultMsg()
public QueryDubbridgeAccountStatusResponse setData(CustomStatus data)
public CustomStatus getData()
public QueryDubbridgeAccountStatusResponse setPayMethodLockResult(PayMethodLockResult payMethodLockResult)
public PayMethodLockResult getPayMethodLockResult()
public QueryDubbridgeAccountStatusResponse setFundChainLockResult(List<FundChainLockResult> fundChainLockResult)
public List<FundChainLockResult> getFundChainLockResult()
Copyright © 2025. All rights reserved.