Class JobErrorStruct

java.lang.Object
org.freedesktop.dbus.Container
org.freedesktop.dbus.Struct
com.sshtools.volman.lvm2.dbus.JobErrorStruct

public class JobErrorStruct extends org.freedesktop.dbus.Struct
  • Constructor Summary

    Constructors
    Constructor
    Description
    JobErrorStruct(org.freedesktop.dbus.DBusPath path, int code, String message)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    int
     
     
    org.freedesktop.dbus.DBusPath
     

    Methods inherited from class org.freedesktop.dbus.Container

    equals, getParameters, hashCode, toString

    Methods inherited from class java.lang.Object

    clone, finalize, getClass, notify, notifyAll, wait, wait, wait
  • Constructor Details

    • JobErrorStruct

      public JobErrorStruct(org.freedesktop.dbus.DBusPath path, int code, String message)
  • Method Details

    • getPath

      public org.freedesktop.dbus.DBusPath getPath()
    • getCode

      public int getCode()
    • getMessage

      public String getMessage()