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