public class DeleteCostUnitResponseBody
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 类和说明 |
|---|---|
static class |
DeleteCostUnitResponseBody.DeleteCostUnitResponseBodyData |
| 限定符和类型 | 字段和说明 |
|---|---|
String |
code |
DeleteCostUnitResponseBody.DeleteCostUnitResponseBodyData |
data |
String |
message |
String |
requestId |
Boolean |
success |
| 构造器和说明 |
|---|
DeleteCostUnitResponseBody() |
| 限定符和类型 | 方法和说明 |
|---|---|
static DeleteCostUnitResponseBody |
build(Map<String,?> map) |
String |
getCode() |
DeleteCostUnitResponseBody.DeleteCostUnitResponseBodyData |
getData() |
String |
getMessage() |
String |
getRequestId() |
Boolean |
getSuccess() |
DeleteCostUnitResponseBody |
setCode(String code) |
DeleteCostUnitResponseBody |
setData(DeleteCostUnitResponseBody.DeleteCostUnitResponseBodyData data) |
DeleteCostUnitResponseBody |
setMessage(String message) |
DeleteCostUnitResponseBody |
setRequestId(String requestId) |
DeleteCostUnitResponseBody |
setSuccess(Boolean success) |
@NameInMap(value="Code") public String code
@NameInMap(value="Data") public DeleteCostUnitResponseBody.DeleteCostUnitResponseBodyData data
@NameInMap(value="Message") public String message
@NameInMap(value="RequestId") public String requestId
@NameInMap(value="Success") public Boolean success
public static DeleteCostUnitResponseBody build(Map<String,?> map) throws Exception
Exceptionpublic DeleteCostUnitResponseBody setCode(String code)
public String getCode()
public DeleteCostUnitResponseBody setData(DeleteCostUnitResponseBody.DeleteCostUnitResponseBodyData data)
public DeleteCostUnitResponseBody.DeleteCostUnitResponseBodyData getData()
public DeleteCostUnitResponseBody setMessage(String message)
public String getMessage()
public DeleteCostUnitResponseBody setRequestId(String requestId)
public String getRequestId()
public DeleteCostUnitResponseBody setSuccess(Boolean success)
public Boolean getSuccess()
Copyright © 2022. All rights reserved.