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