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="time") public String time
@NameInMap(value="msgid") public Long msgid
public static EditPurchaseResponseBody build(Map<String,?> map) throws Exception
Exceptionpublic EditPurchaseResponseBody setTime(String time)
public String getTime()
public EditPurchaseResponseBody setMsgid(Long msgid)
public Long getMsgid()
Copyright © 2021. All rights reserved.