| 构造器和说明 |
|---|
Builder() |
| 限定符和类型 | 方法和说明 |
|---|---|
Data.Builder |
after(String after)
变更后的数据记录
示例值:"{ "_updated_at": "2025-10-14 18:18:26.509353+08", "_updated_by": "(1801755886986304)", "custom_col_1": 456 }"
|
Data.Builder |
app(String app)
app id
示例值:app_xxxx
|
Data.Builder |
before(String before)
变更前的数据记录
示例值:{ "_created_at": "2025-10-30 22:32:56.90873+08", "_created_by": "(1801755886986304)", "_id": "6ca55db2-503f-4490-ae6b-76834f9e6d15", "_updated_at": "2025-10-30 22:32:56.90873+08", "_updated_by": "(1801755886986304)", "custom_col_1": 123, "custom_col_2": 000, "custom_col_3": "xxx", "custom_col_5": "yyy" }
|
Data |
build() |
Data.Builder |
operator(String operator)
变更人
示例值:(1801755886986304)
|
Data.Builder |
table(String table)
发生数据记录变更的数据表
示例值:t1
|
Data.Builder |
type(DataTypeEnum type)
变更类型
示例值:
|
Data.Builder |
type(String type)
变更类型
示例值:
|
Data.Builder |
workspace(String workspace)
workspace信息
示例值:workspace_aadiyljodleqw
|
public Data.Builder workspace(String workspace)
示例值:workspace_aadiyljodleqw
workspace - public Data.Builder app(String app)
示例值:app_xxxx
app - public Data.Builder table(String table)
示例值:t1
table - public Data.Builder type(String type)
示例值:
type - public Data.Builder type(DataTypeEnum type)
示例值:
type - DataTypeEnumpublic Data.Builder operator(String operator)
示例值:(1801755886986304)
operator - public Data.Builder before(String before)
示例值:{ "_created_at": "2025-10-30 22:32:56.90873+08", "_created_by": "(1801755886986304)", "_id": "6ca55db2-503f-4490-ae6b-76834f9e6d15", "_updated_at": "2025-10-30 22:32:56.90873+08", "_updated_by": "(1801755886986304)", "custom_col_1": 123, "custom_col_2": 000, "custom_col_3": "xxx", "custom_col_5": "yyy" }
before - public Data.Builder after(String after)
示例值:"{ "_updated_at": "2025-10-14 18:18:26.509353+08", "_updated_by": "(1801755886986304)", "custom_col_1": 456 }"
after - public Data build()
Copyright © 2025. All rights reserved.