public class QueryEducationBackgroundResponse
extends com.aliyun.tea.TeaModel
| Modifier and Type | Field and Description |
|---|---|
String |
educationInfo |
String |
externInfo |
String |
reqMsgId |
String |
resultCode |
String |
resultMsg |
| Constructor and Description |
|---|
QueryEducationBackgroundResponse() |
| Modifier and Type | Method and Description |
|---|---|
static QueryEducationBackgroundResponse |
build(Map<String,?> map) |
String |
getEducationInfo() |
String |
getExternInfo() |
String |
getReqMsgId() |
String |
getResultCode() |
String |
getResultMsg() |
QueryEducationBackgroundResponse |
setEducationInfo(String educationInfo) |
QueryEducationBackgroundResponse |
setExternInfo(String externInfo) |
QueryEducationBackgroundResponse |
setReqMsgId(String reqMsgId) |
QueryEducationBackgroundResponse |
setResultCode(String resultCode) |
QueryEducationBackgroundResponse |
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="education_info") public String educationInfo
@NameInMap(value="extern_info") public String externInfo
public static QueryEducationBackgroundResponse build(Map<String,?> map) throws Exception
Exceptionpublic QueryEducationBackgroundResponse setReqMsgId(String reqMsgId)
public String getReqMsgId()
public QueryEducationBackgroundResponse setResultCode(String resultCode)
public String getResultCode()
public QueryEducationBackgroundResponse setResultMsg(String resultMsg)
public String getResultMsg()
public QueryEducationBackgroundResponse setEducationInfo(String educationInfo)
public String getEducationInfo()
public QueryEducationBackgroundResponse setExternInfo(String externInfo)
public String getExternInfo()
Copyright © 2025. All rights reserved.