public class DeductionPointBatchRequest
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 类和说明 |
|---|---|
static class |
DeductionPointBatchRequest.DeductionPointBatchRequestTargetUserList |
| 限定符和类型 | 字段和说明 |
|---|---|
Long |
deductionAmount
This parameter is required.
|
String |
remark
This parameter is required.
|
Boolean |
sendOrgCultureInform
example:
组织文化通知扣减原因
|
List<DeductionPointBatchRequest.DeductionPointBatchRequestTargetUserList> |
targetUserList
This parameter is required.
|
String |
userId
This parameter is required.
|
| 构造器和说明 |
|---|
DeductionPointBatchRequest() |
| 限定符和类型 | 方法和说明 |
|---|---|
static DeductionPointBatchRequest |
build(Map<String,?> map) |
Long |
getDeductionAmount() |
String |
getRemark() |
Boolean |
getSendOrgCultureInform() |
List<DeductionPointBatchRequest.DeductionPointBatchRequestTargetUserList> |
getTargetUserList() |
String |
getUserId() |
DeductionPointBatchRequest |
setDeductionAmount(Long deductionAmount) |
DeductionPointBatchRequest |
setRemark(String remark) |
DeductionPointBatchRequest |
setSendOrgCultureInform(Boolean sendOrgCultureInform) |
DeductionPointBatchRequest |
setTargetUserList(List<DeductionPointBatchRequest.DeductionPointBatchRequestTargetUserList> targetUserList) |
DeductionPointBatchRequest |
setUserId(String userId) |
@NameInMap(value="deductionAmount") public Long deductionAmount
This parameter is required.
example:10000
@NameInMap(value="remark") public String remark
This parameter is required.
example:表现不佳,以此惩罚。
if can be null:false
@NameInMap(value="sendOrgCultureInform") public Boolean sendOrgCultureInform
组织文化通知扣减原因
@NameInMap(value="targetUserList") public List<DeductionPointBatchRequest.DeductionPointBatchRequestTargetUserList> targetUserList
This parameter is required.
@NameInMap(value="userId") public String userId
This parameter is required.
example:01274411491620908910
public static DeductionPointBatchRequest build(Map<String,?> map) throws Exception
Exceptionpublic DeductionPointBatchRequest setDeductionAmount(Long deductionAmount)
public Long getDeductionAmount()
public DeductionPointBatchRequest setRemark(String remark)
public String getRemark()
public DeductionPointBatchRequest setSendOrgCultureInform(Boolean sendOrgCultureInform)
public Boolean getSendOrgCultureInform()
public DeductionPointBatchRequest setTargetUserList(List<DeductionPointBatchRequest.DeductionPointBatchRequestTargetUserList> targetUserList)
public List<DeductionPointBatchRequest.DeductionPointBatchRequestTargetUserList> getTargetUserList()
public DeductionPointBatchRequest setUserId(String userId)
public String getUserId()
Copyright © 2025. All rights reserved.