类 AuditInfo.Builder
java.lang.Object
com.lark.oapi.service.admin.v1.model.AuditInfo.Builder
- 封闭类:
AuditInfo
-
构造器概要
构造器 -
方法概要
修饰符和类型方法说明auditContext(AuditContext auditContext) 环境信息auditDetail(AuditDetail auditDetail) 日志扩展信息build()commonDrawers(ApiAuditCommonDrawers commonDrawers) 扩展字段信息departmentIds(String[] departmentIds) 用户所属部门的ID列表事件ideventModule(Integer eventModule) 模块事件名称事件时间extend(AuditEventExtend extend) 事件级别的扩展ip信息objects(AuditObjectEntity[] objects) 操作对象列表operatorApp(String operatorApp) 第三方isvIDoperatorAppName(String operatorAppName) 第三方isv名称operatorType(AuditInfoOperatorTypeEnum operatorType) 操作人类型operatorType(Integer operatorType) 操作人类型operatorValue(String operatorValue) 操作人idrecipients(AuditRecipientEntity[] recipients) 接收者对象列表唯一id
-
构造器详细资料
-
Builder
public Builder()
-
-
方法详细资料
-
eventId
事件id示例值:7126195947859656705
- 参数:
eventId-- 返回:
-
uniqueId
唯一id示例值:7126195947859656705
- 参数:
uniqueId-- 返回:
-
eventName
事件名称示例值:space_read_doc
- 参数:
eventName-- 返回:
-
departmentIds
用户所属部门的ID列表示例值:
- 参数:
departmentIds-- 返回:
-
eventModule
模块示例值:1
- 参数:
eventModule-- 返回:
-
operatorType
操作人类型示例值:
- 参数:
operatorType-- 返回:
-
operatorType
操作人类型示例值:
- 参数:
operatorType-AuditInfoOperatorTypeEnum- 返回:
-
operatorValue
操作人id示例值:11111111111111
- 参数:
operatorValue-- 返回:
-
objects
操作对象列表示例值:
- 参数:
objects-- 返回:
-
recipients
接收者对象列表示例值:
- 参数:
recipients-- 返回:
-
eventTime
事件时间示例值:1669046400
- 参数:
eventTime-- 返回:
-
ip
ip信息示例值:192.168.168.1
- 参数:
ip-- 返回:
-
operatorApp
第三方isvID示例值:xxx
- 参数:
operatorApp-- 返回:
-
auditContext
环境信息示例值:
- 参数:
auditContext-- 返回:
-
extend
事件级别的扩展示例值:
- 参数:
extend-- 返回:
-
operatorAppName
第三方isv名称示例值:xxx
- 参数:
operatorAppName-- 返回:
-
commonDrawers
扩展字段信息示例值:
- 参数:
commonDrawers-- 返回:
-
auditDetail
日志扩展信息示例值:
- 参数:
auditDetail-- 返回:
-
build
-