public class QueryCostUnitRequest
extends com.aliyun.tea.TeaModel
| 构造器和说明 |
|---|
QueryCostUnitRequest() |
| 限定符和类型 | 方法和说明 |
|---|---|
static QueryCostUnitRequest |
build(Map<String,?> map) |
Long |
getOwnerUid() |
Integer |
getPageNum() |
Integer |
getPageSize() |
Long |
getParentUnitId() |
QueryCostUnitRequest |
setOwnerUid(Long ownerUid) |
QueryCostUnitRequest |
setPageNum(Integer pageNum) |
QueryCostUnitRequest |
setPageSize(Integer pageSize) |
QueryCostUnitRequest |
setParentUnitId(Long parentUnitId) |
@NameInMap(value="OwnerUid") public Long ownerUid
@NameInMap(value="PageNum") public Integer pageNum
@NameInMap(value="PageSize") public Integer pageSize
@NameInMap(value="ParentUnitId") public Long parentUnitId
public static QueryCostUnitRequest build(Map<String,?> map) throws Exception
Exceptionpublic QueryCostUnitRequest setOwnerUid(Long ownerUid)
public Long getOwnerUid()
public QueryCostUnitRequest setPageNum(Integer pageNum)
public Integer getPageNum()
public QueryCostUnitRequest setPageSize(Integer pageSize)
public Integer getPageSize()
public QueryCostUnitRequest setParentUnitId(Long parentUnitId)
public Long getParentUnitId()
Copyright © 2022. All rights reserved.