public static class EmployeeDomainEventData.Builder extends Object
| 构造器和说明 |
|---|
Builder() |
| 限定符和类型 | 方法和说明 |
|---|---|
EmployeeDomainEventData.Builder |
aggEntity(String aggEntity)
聚合实体标识,父对象 ObjAPIName
示例值:person
|
EmployeeDomainEventData.Builder |
aggEntityId(String aggEntityId)
聚合实体ID 父对象ID
示例值:7291273149417948716
|
EmployeeDomainEventData |
build() |
EmployeeDomainEventData.Builder |
entity(String entity)
变更实体标识,ObjAPIName
示例值:email
|
EmployeeDomainEventData.Builder |
fields(String[] fields)
字段标识,ApiName
示例值:
|
EmployeeDomainEventData.Builder |
id(String id)
变更实体的ID
示例值:7291573441955235372
|
EmployeeDomainEventData.Builder |
optType(EmployeeDomainEventDataOptTypeEnum optType)
操作类型
示例值:1
|
EmployeeDomainEventData.Builder |
optType(Integer optType)
操作类型
示例值:1
|
public EmployeeDomainEventData.Builder id(String id)
示例值:7291573441955235372
id - public EmployeeDomainEventData.Builder entity(String entity)
示例值:email
entity - public EmployeeDomainEventData.Builder aggEntity(String aggEntity)
示例值:person
aggEntity - public EmployeeDomainEventData.Builder aggEntityId(String aggEntityId)
示例值:7291273149417948716
aggEntityId - public EmployeeDomainEventData.Builder optType(Integer optType)
示例值:1
optType - public EmployeeDomainEventData.Builder optType(EmployeeDomainEventDataOptTypeEnum optType)
示例值:1
optType - EmployeeDomainEventDataOptTypeEnumpublic EmployeeDomainEventData.Builder fields(String[] fields)
示例值:
fields - public EmployeeDomainEventData build()
Copyright © 2025. All rights reserved.