java.lang.Object
org.freedesktop.dbus.Container
org.freedesktop.dbus.Struct
de.thjom.java.systemd.types.UnitProcessType
- All Implemented Interfaces:
Comparable<UnitProcessType>
public class UnitProcessType
extends org.freedesktop.dbus.Struct
implements Comparable<UnitProcessType>
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionUnitProcessType(String cgroupPath, org.freedesktop.dbus.types.UInt32 pid, String commandLine) -
Method Summary
Methods inherited from class org.freedesktop.dbus.Container
equals, getParameters, hashCode, toString
-
Field Details
-
cgroupPath
-
pid
private final int pid -
commandLine
-
-
Constructor Details
-
UnitProcessType
-
-
Method Details
-
getCgroupPath
-
getPid
public int getPid() -
getCommandLine
-
toFormattedString
-
compareTo
- Specified by:
compareToin interfaceComparable<UnitProcessType>
-