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