public class SyncCostCenterRequest
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
String |
channelCorpId
This parameter is required.
|
String |
costCenterId
This parameter is required.
|
Boolean |
deleteFlag
if can be null:
false
|
String |
extension
if can be null:
true
|
String |
gmtAction
This parameter is required.
|
String |
number
example:
123456
|
Integer |
scope
example:
1
|
String |
source
example:
阿里商旅
|
String |
thirdPartId |
String |
title
This parameter is required.
|
String |
userId
This parameter is required.
|
| 构造器和说明 |
|---|
SyncCostCenterRequest() |
| 限定符和类型 | 方法和说明 |
|---|---|
static SyncCostCenterRequest |
build(Map<String,?> map) |
String |
getChannelCorpId() |
String |
getCostCenterId() |
Boolean |
getDeleteFlag() |
String |
getExtension() |
String |
getGmtAction() |
String |
getNumber() |
Integer |
getScope() |
String |
getSource() |
String |
getThirdPartId() |
String |
getTitle() |
String |
getUserId() |
SyncCostCenterRequest |
setChannelCorpId(String channelCorpId) |
SyncCostCenterRequest |
setCostCenterId(String costCenterId) |
SyncCostCenterRequest |
setDeleteFlag(Boolean deleteFlag) |
SyncCostCenterRequest |
setExtension(String extension) |
SyncCostCenterRequest |
setGmtAction(String gmtAction) |
SyncCostCenterRequest |
setNumber(String number) |
SyncCostCenterRequest |
setScope(Integer scope) |
SyncCostCenterRequest |
setSource(String source) |
SyncCostCenterRequest |
setThirdPartId(String thirdPartId) |
SyncCostCenterRequest |
setTitle(String title) |
SyncCostCenterRequest |
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.
@NameInMap(value="deleteFlag") public Boolean deleteFlag
false
@NameInMap(value="extension") public String extension
true
@NameInMap(value="gmtAction") public String gmtAction
This parameter is required.
example:2022-02-21 11:11:11
@NameInMap(value="number") public String number
123456
@NameInMap(value="scope") public Integer scope
1
@NameInMap(value="source") public String source
阿里商旅
@NameInMap(value="thirdPartId") public String thirdPartId
@NameInMap(value="title") public String title
This parameter is required.
example:默认成本中心
@NameInMap(value="userId") public String userId
This parameter is required.
example:20881001829000
public static SyncCostCenterRequest build(Map<String,?> map) throws Exception
Exceptionpublic SyncCostCenterRequest setChannelCorpId(String channelCorpId)
public String getChannelCorpId()
public SyncCostCenterRequest setCostCenterId(String costCenterId)
public String getCostCenterId()
public SyncCostCenterRequest setDeleteFlag(Boolean deleteFlag)
public Boolean getDeleteFlag()
public SyncCostCenterRequest setExtension(String extension)
public String getExtension()
public SyncCostCenterRequest setGmtAction(String gmtAction)
public String getGmtAction()
public SyncCostCenterRequest setNumber(String number)
public String getNumber()
public SyncCostCenterRequest setScope(Integer scope)
public Integer getScope()
public SyncCostCenterRequest setSource(String source)
public String getSource()
public SyncCostCenterRequest setThirdPartId(String thirdPartId)
public String getThirdPartId()
public SyncCostCenterRequest setTitle(String title)
public String getTitle()
public SyncCostCenterRequest setUserId(String userId)
public String getUserId()
Copyright © 2025. All rights reserved.