public class DeleteCostUnitRequest
extends com.aliyun.tea.TeaModel
| 构造器和说明 |
|---|
DeleteCostUnitRequest() |
| 限定符和类型 | 方法和说明 |
|---|---|
static DeleteCostUnitRequest |
build(Map<String,?> map) |
Long |
getOwnerUid() |
Long |
getUnitId() |
DeleteCostUnitRequest |
setOwnerUid(Long ownerUid) |
DeleteCostUnitRequest |
setUnitId(Long unitId) |
@NameInMap(value="OwnerUid") public Long ownerUid
@NameInMap(value="UnitId") public Long unitId
public static DeleteCostUnitRequest build(Map<String,?> map) throws Exception
Exceptionpublic DeleteCostUnitRequest setOwnerUid(Long ownerUid)
public Long getOwnerUid()
public DeleteCostUnitRequest setUnitId(Long unitId)
public Long getUnitId()
Copyright © 2022. All rights reserved.