java.lang.Object
org.freedesktop.dbus.Container
org.freedesktop.dbus.Struct
de.thjom.java.systemd.types.UnitBase
de.thjom.java.systemd.types.UnitType
- All Implemented Interfaces:
Comparable<UnitType>
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionintintgetJobId()org.freedesktop.dbus.DBusPathorg.freedesktop.dbus.DBusPathMethods inherited from class de.thjom.java.systemd.types.UnitBase
isAutomount, isBusName, isDevice, isMount, isPath, isScope, isService, isSlice, isSocket, isSwap, isTarget, isTimerMethods inherited from class org.freedesktop.dbus.Container
equals, getParameters, hashCode, toString
-
Field Details
-
unitName
-
unitDescription
-
loadState
-
activeState
-
subState
-
followingUnit
-
unitObjectPath
private final org.freedesktop.dbus.DBusPath unitObjectPath -
jobId
private final int jobId -
jobType
-
jobObjectPath
private final org.freedesktop.dbus.DBusPath jobObjectPath
-
-
Constructor Details
-
UnitType
-
-
Method Details
-
getUnitName
-
getDescription
-
getLoadState
-
getActiveState
-
getSubState
-
getFollowingUnit
-
getUnitObjectPath
public org.freedesktop.dbus.DBusPath getUnitObjectPath() -
getJobId
public int getJobId() -
getJobType
-
getJobObjectPath
public org.freedesktop.dbus.DBusPath getJobObjectPath() -
toFormattedString
-
compareTo
- Specified by:
compareToin interfaceComparable<UnitType>
-