public class CreateProjectResponse
extends com.aliyun.tea.TeaModel
| 构造器和说明 |
|---|
CreateProjectResponse() |
| 限定符和类型 | 方法和说明 |
|---|---|
static CreateProjectResponse |
build(Map<String,?> map) |
String |
getReqMsgId() |
String |
getResultCode() |
String |
getResultMsg() |
CreateProjectResponse |
setReqMsgId(String reqMsgId) |
CreateProjectResponse |
setResultCode(String resultCode) |
CreateProjectResponse |
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
public static CreateProjectResponse build(Map<String,?> map) throws Exception
Exceptionpublic CreateProjectResponse setReqMsgId(String reqMsgId)
public String getReqMsgId()
public CreateProjectResponse setResultCode(String resultCode)
public String getResultCode()
public CreateProjectResponse setResultMsg(String resultMsg)
public String getResultMsg()
Copyright © 2022. All rights reserved.