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