Class ObjectPath

java.lang.Object
org.freedesktop.dbus.DBusPath
org.freedesktop.dbus.ObjectPath
All Implemented Interfaces:
Comparable<DBusPath>

@Deprecated(forRemoval=true, since="5.1.1 - 2024-11-16") public class ObjectPath extends DBusPath
Deprecated, for removal: This API element is subject to removal in a future version.
please use DBusPath instead
  • Constructor Summary

    Constructors
    Constructor
    Description
    ObjectPath(String _source, String _path)
    Deprecated, for removal: This API element is subject to removal in a future version.
     
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    equals(Object _obj)
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    int
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    void
    setSource(String _source)
    Deprecated, for removal: This API element is subject to removal in a future version.
     

    Methods inherited from class DBusPath

    compareTo, getPath, of, setPath, toString

    Methods inherited from class Object

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

    • ObjectPath

      public ObjectPath(String _source, String _path)
      Deprecated, for removal: This API element is subject to removal in a future version.
  • Method Details

    • getSource

      public String getSource()
      Deprecated, for removal: This API element is subject to removal in a future version.
      Overrides:
      getSource in class DBusPath
    • setSource

      public void setSource(String _source)
      Deprecated, for removal: This API element is subject to removal in a future version.
    • hashCode

      public int hashCode()
      Deprecated, for removal: This API element is subject to removal in a future version.
      Overrides:
      hashCode in class DBusPath
    • equals

      public boolean equals(Object _obj)
      Deprecated, for removal: This API element is subject to removal in a future version.
      Overrides:
      equals in class DBusPath