public class QueryNfcServerResponse
extends com.aliyun.tea.TeaModel
| Modifier and Type | Field and Description |
|---|---|
String |
materialInfo |
String |
passed |
String |
reason |
String |
reqMsgId |
String |
resultCode |
String |
resultMsg |
| Constructor and Description |
|---|
QueryNfcServerResponse() |
| Modifier and Type | Method and Description |
|---|---|
static QueryNfcServerResponse |
build(Map<String,?> map) |
String |
getMaterialInfo() |
String |
getPassed() |
String |
getReason() |
String |
getReqMsgId() |
String |
getResultCode() |
String |
getResultMsg() |
QueryNfcServerResponse |
setMaterialInfo(String materialInfo) |
QueryNfcServerResponse |
setPassed(String passed) |
QueryNfcServerResponse |
setReason(String reason) |
QueryNfcServerResponse |
setReqMsgId(String reqMsgId) |
QueryNfcServerResponse |
setResultCode(String resultCode) |
QueryNfcServerResponse |
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="passed") public String passed
@NameInMap(value="reason") public String reason
@NameInMap(value="material_info") public String materialInfo
public static QueryNfcServerResponse build(Map<String,?> map) throws Exception
Exceptionpublic QueryNfcServerResponse setReqMsgId(String reqMsgId)
public String getReqMsgId()
public QueryNfcServerResponse setResultCode(String resultCode)
public String getResultCode()
public QueryNfcServerResponse setResultMsg(String resultMsg)
public String getResultMsg()
public QueryNfcServerResponse setPassed(String passed)
public String getPassed()
public QueryNfcServerResponse setReason(String reason)
public String getReason()
public QueryNfcServerResponse setMaterialInfo(String materialInfo)
public String getMaterialInfo()
Copyright © 2025. All rights reserved.