public class GetUserFavoriteResponse
extends com.aliyun.tea.TeaModel
| 构造器和说明 |
|---|
GetUserFavoriteResponse() |
| 限定符和类型 | 方法和说明 |
|---|---|
static GetUserFavoriteResponse |
build(Map<String,?> map) |
String |
getReqMsgId() |
String |
getResultCode() |
String |
getResultMsg() |
Boolean |
getStatus() |
GetUserFavoriteResponse |
setReqMsgId(String reqMsgId) |
GetUserFavoriteResponse |
setResultCode(String resultCode) |
GetUserFavoriteResponse |
setResultMsg(String resultMsg) |
GetUserFavoriteResponse |
setStatus(Boolean status) |
@NameInMap(value="req_msg_id") public String reqMsgId
@NameInMap(value="result_code") public String resultCode
@NameInMap(value="result_msg") public String resultMsg
@NameInMap(value="status") public Boolean status
public static GetUserFavoriteResponse build(Map<String,?> map) throws Exception
Exceptionpublic GetUserFavoriteResponse setReqMsgId(String reqMsgId)
public String getReqMsgId()
public GetUserFavoriteResponse setResultCode(String resultCode)
public String getResultCode()
public GetUserFavoriteResponse setResultMsg(String resultMsg)
public String getResultMsg()
public GetUserFavoriteResponse setStatus(Boolean status)
public Boolean getStatus()
Copyright © 2022. All rights reserved.