public class SyncCostCenterEntityRequest
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 类和说明 |
|---|---|
static class |
SyncCostCenterEntityRequest.SyncCostCenterEntityRequestEntityList |
| 限定符和类型 | 字段和说明 |
|---|---|
String |
channelCorpId
This parameter is required.
|
String |
costCenterId
This parameter is required.
|
Boolean |
delAll
if can be null:
true
|
List<SyncCostCenterEntityRequest.SyncCostCenterEntityRequestEntityList> |
entityList |
String |
userId
This parameter is required.
|
| 构造器和说明 |
|---|
SyncCostCenterEntityRequest() |
| 限定符和类型 | 方法和说明 |
|---|---|
static SyncCostCenterEntityRequest |
build(Map<String,?> map) |
String |
getChannelCorpId() |
String |
getCostCenterId() |
Boolean |
getDelAll() |
List<SyncCostCenterEntityRequest.SyncCostCenterEntityRequestEntityList> |
getEntityList() |
String |
getUserId() |
SyncCostCenterEntityRequest |
setChannelCorpId(String channelCorpId) |
SyncCostCenterEntityRequest |
setCostCenterId(String costCenterId) |
SyncCostCenterEntityRequest |
setDelAll(Boolean delAll) |
SyncCostCenterEntityRequest |
setEntityList(List<SyncCostCenterEntityRequest.SyncCostCenterEntityRequestEntityList> entityList) |
SyncCostCenterEntityRequest |
setUserId(String userId) |
@NameInMap(value="channelCorpId") public String channelCorpId
This parameter is required.
example:ding89233847892ndkas
@NameInMap(value="costCenterId") public String costCenterId
This parameter is required.
example:123456
@NameInMap(value="delAll") public Boolean delAll
true
@NameInMap(value="entityList") public List<SyncCostCenterEntityRequest.SyncCostCenterEntityRequestEntityList> entityList
@NameInMap(value="userId") public String userId
This parameter is required.
example:20881001829000
public static SyncCostCenterEntityRequest build(Map<String,?> map) throws Exception
Exceptionpublic SyncCostCenterEntityRequest setChannelCorpId(String channelCorpId)
public String getChannelCorpId()
public SyncCostCenterEntityRequest setCostCenterId(String costCenterId)
public String getCostCenterId()
public SyncCostCenterEntityRequest setDelAll(Boolean delAll)
public Boolean getDelAll()
public SyncCostCenterEntityRequest setEntityList(List<SyncCostCenterEntityRequest.SyncCostCenterEntityRequestEntityList> entityList)
public List<SyncCostCenterEntityRequest.SyncCostCenterEntityRequestEntityList> getEntityList()
public SyncCostCenterEntityRequest setUserId(String userId)
public String getUserId()
Copyright © 2025. All rights reserved.