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