public class RefundCommodityResponseBody
extends com.aliyun.tea.TeaModel
| 构造器和说明 |
|---|
RefundCommodityResponseBody() |
| 限定符和类型 | 方法和说明 |
|---|---|
static RefundCommodityResponseBody |
build(Map<String,?> map) |
String |
getMessage() |
Boolean |
getSuccess() |
RefundCommodityResponseBody |
setMessage(String message) |
RefundCommodityResponseBody |
setSuccess(Boolean success) |
@NameInMap(value="message") public String message
@NameInMap(value="success") public Boolean success
public static RefundCommodityResponseBody build(Map<String,?> map) throws Exception
Exceptionpublic RefundCommodityResponseBody setMessage(String message)
public String getMessage()
public RefundCommodityResponseBody setSuccess(Boolean success)
public Boolean getSuccess()
Copyright © 2022. All rights reserved.