public static final class ListFileProtectEventResponseBody.EventList.Builder extends Object
public ListFileProtectEventResponseBody.EventList.Builder alertLevel(Integer alertLevel)
The severity of the alert. Valid values:
1
public ListFileProtectEventResponseBody.EventList.Builder cmdLine(String cmdLine)
The command line of the event.
example:["touch","/test/aaaa"]
public ListFileProtectEventResponseBody.EventList.Builder filePath(String filePath)
The path to the file that is managed by the process.
example:/etc/pam.d/su
public ListFileProtectEventResponseBody.EventList.Builder handleTime(Long handleTime)
The time when the event was handled.
example:1694576692000
public ListFileProtectEventResponseBody.EventList.Builder id(Long id)
The ID of the event.
example:161757
public ListFileProtectEventResponseBody.EventList.Builder instanceName(String instanceName)
The instance name of the server.
example:kyy-admin-01
public ListFileProtectEventResponseBody.EventList.Builder internetIp(String internetIp)
The public IP address of the server.
example:121.40.211.194
public ListFileProtectEventResponseBody.EventList.Builder intranetIp(String intranetIp)
The private IP address of the server.
example:172.22.5.36
public ListFileProtectEventResponseBody.EventList.Builder latestTime(Long latestTime)
The time when the event last occurred.
example:1694576692000
public ListFileProtectEventResponseBody.EventList.Builder operation(String operation)
The operation performed by the process on the file.
example:DELETE
public ListFileProtectEventResponseBody.EventList.Builder platform(String platform)
The type of the operating system. Valid values:
linux
public ListFileProtectEventResponseBody.EventList.Builder procPath(String procPath)
The path to the process.
example:/usr/bin/sshpass
public ListFileProtectEventResponseBody.EventList.Builder procPermission(String procPermission)
The permissions required to start the process.
example:rwxr-xr-x
public ListFileProtectEventResponseBody.EventList.Builder processId(String processId)
The ID of the process.
example:52636
public ListFileProtectEventResponseBody.EventList.Builder remark(String remark)
The description.
example:test
public ListFileProtectEventResponseBody.EventList.Builder ruleName(String ruleName)
The name of the rule.
example:test-rule-1
public ListFileProtectEventResponseBody.EventList.Builder status(Integer status)
The status of the event. Valid values:
1
public ListFileProtectEventResponseBody.EventList.Builder uuid(String uuid)
The UUID of the server that is associated with the process.
example:94b44720-d982-4d20-a4e1-80a1a57b5a8e
public ListFileProtectEventResponseBody.EventList build()
Copyright © 2026. All rights reserved.