public class EditExchangeResponseBody
extends com.aliyun.tea.TeaModel
构造器和说明 |
---|
EditExchangeResponseBody() |
限定符和类型 | 方法和说明 |
---|---|
static EditExchangeResponseBody |
build(Map<String,?> map) |
Long |
getMsgid() |
String |
getTime() |
EditExchangeResponseBody |
setMsgid(Long msgid) |
EditExchangeResponseBody |
setTime(String time) |
@NameInMap(value="msgid") public Long msgid
@NameInMap(value="time") public String time
public static EditExchangeResponseBody build(Map<String,?> map) throws Exception
Exception
public EditExchangeResponseBody setMsgid(Long msgid)
public Long getMsgid()
public EditExchangeResponseBody setTime(String time)
public String getTime()
Copyright © 2022. All rights reserved.