public class AllocateCostUnitResourceRequest
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 类和说明 |
|---|---|
static class |
AllocateCostUnitResourceRequest.AllocateCostUnitResourceRequestResourceInstanceList |
| 限定符和类型 | 字段和说明 |
|---|---|
Long |
fromUnitId |
Long |
fromUnitUserId |
List<AllocateCostUnitResourceRequest.AllocateCostUnitResourceRequestResourceInstanceList> |
resourceInstanceList |
Long |
toUnitId |
Long |
toUnitUserId |
| 构造器和说明 |
|---|
AllocateCostUnitResourceRequest() |
| 限定符和类型 | 方法和说明 |
|---|---|
static AllocateCostUnitResourceRequest |
build(Map<String,?> map) |
Long |
getFromUnitId() |
Long |
getFromUnitUserId() |
List<AllocateCostUnitResourceRequest.AllocateCostUnitResourceRequestResourceInstanceList> |
getResourceInstanceList() |
Long |
getToUnitId() |
Long |
getToUnitUserId() |
AllocateCostUnitResourceRequest |
setFromUnitId(Long fromUnitId) |
AllocateCostUnitResourceRequest |
setFromUnitUserId(Long fromUnitUserId) |
AllocateCostUnitResourceRequest |
setResourceInstanceList(List<AllocateCostUnitResourceRequest.AllocateCostUnitResourceRequestResourceInstanceList> resourceInstanceList) |
AllocateCostUnitResourceRequest |
setToUnitId(Long toUnitId) |
AllocateCostUnitResourceRequest |
setToUnitUserId(Long toUnitUserId) |
@NameInMap(value="FromUnitId") public Long fromUnitId
@NameInMap(value="FromUnitUserId") public Long fromUnitUserId
@NameInMap(value="ResourceInstanceList") public List<AllocateCostUnitResourceRequest.AllocateCostUnitResourceRequestResourceInstanceList> resourceInstanceList
@NameInMap(value="ToUnitId") public Long toUnitId
@NameInMap(value="ToUnitUserId") public Long toUnitUserId
public static AllocateCostUnitResourceRequest build(Map<String,?> map) throws Exception
Exceptionpublic AllocateCostUnitResourceRequest setFromUnitId(Long fromUnitId)
public Long getFromUnitId()
public AllocateCostUnitResourceRequest setFromUnitUserId(Long fromUnitUserId)
public Long getFromUnitUserId()
public AllocateCostUnitResourceRequest setResourceInstanceList(List<AllocateCostUnitResourceRequest.AllocateCostUnitResourceRequestResourceInstanceList> resourceInstanceList)
public List<AllocateCostUnitResourceRequest.AllocateCostUnitResourceRequestResourceInstanceList> getResourceInstanceList()
public AllocateCostUnitResourceRequest setToUnitId(Long toUnitId)
public Long getToUnitId()
public AllocateCostUnitResourceRequest setToUnitUserId(Long toUnitUserId)
public Long getToUnitUserId()
Copyright © 2022. All rights reserved.