public static final class DescribePropertyProcDetailResponseBody.Propertys.Builder extends Object
public DescribePropertyProcDetailResponseBody.Propertys.Builder cmdline(String cmdline)
The startup parameter of the process.
example:./8888
public DescribePropertyProcDetailResponseBody.Propertys.Builder createTimestamp(Long createTimestamp)
The timestamp of last data collection. Unit: milliseconds.
example:1565686951000
public DescribePropertyProcDetailResponseBody.Propertys.Builder euidName(String euidName)
The permission that is required to run the process.
example:root
public DescribePropertyProcDetailResponseBody.Propertys.Builder fileHash(String fileHash)
Process file hash information.
example:935c1861df1f4018d698e8b65abfa02d7e9037d8f68ca3c2065b6ca165d4****
public DescribePropertyProcDetailResponseBody.Propertys.Builder instanceId(String instanceId)
The ID of the server that is associated with the process.
example:i-hp35tftuh52wbp1g****
public DescribePropertyProcDetailResponseBody.Propertys.Builder instanceName(String instanceName)
The name of the server that is associated with the process.
example:hc-host-****
public DescribePropertyProcDetailResponseBody.Propertys.Builder internetIp(String internetIp)
The public IP address of the server.
example:192.168.XX.XX
public DescribePropertyProcDetailResponseBody.Propertys.Builder intranetIp(String intranetIp)
The private IP address of the server.
example:192.168.XX.XX
public DescribePropertyProcDetailResponseBody.Propertys.Builder isPackage(Integer isPackage)
Indicates whether the process is a package installation process. Valid values:
1
public DescribePropertyProcDetailResponseBody.Propertys.Builder md5(String md5)
The MD5 hash value of the process file.
example:842644ea3d88bd7f7e14c1c089ef****
public DescribePropertyProcDetailResponseBody.Propertys.Builder name(String name)
The name of the process.
example:agetty
public DescribePropertyProcDetailResponseBody.Propertys.Builder path(String path)
The path of the process.
public DescribePropertyProcDetailResponseBody.Propertys.Builder pid(String pid)
The ID of the process.
example:12826
public DescribePropertyProcDetailResponseBody.Propertys.Builder pname(String pname)
The name of the parent process to which the process belongs.
example:start***.s
public DescribePropertyProcDetailResponseBody.Propertys.Builder startTime(String startTime)
The time when the process starts.
example:2019-08-07 10:09:05
public DescribePropertyProcDetailResponseBody.Propertys.Builder startTimeDt(Long startTimeDt)
The timestamp when the process starts. Unit: milliseconds.
example:1648783107000
public DescribePropertyProcDetailResponseBody.Propertys.Builder state(String state)
The status of the process.
example:sleeping
public DescribePropertyProcDetailResponseBody.Propertys.Builder user(String user)
The user who runs the process.
example:root
public DescribePropertyProcDetailResponseBody.Propertys.Builder uuid(String uuid)
The UUID of the server that is associated with the process.
example:162eb349-c2d9-4f8b-805c-75b43d4c****
public DescribePropertyProcDetailResponseBody.Propertys build()
Copyright © 2026. All rights reserved.