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