Package org.freedesktop.dbus
Class SignalTuple
- java.lang.Object
-
- org.freedesktop.dbus.SignalTuple
-
@Deprecated(forRemoval=true, since="4.2.0 - 2022-08-18") public class SignalTuple extends java.lang.ObjectDeprecated, for removal: This API element is subject to removal in a future version.this class was used as map key internally and is no longer in use
-
-
Field Summary
Fields Modifier and Type Field Description private java.lang.StringnameDeprecated, for removal: This API element is subject to removal in a future version.private java.lang.StringobjectDeprecated, for removal: This API element is subject to removal in a future version.private java.lang.StringsourceDeprecated, for removal: This API element is subject to removal in a future version.private java.lang.StringtypeDeprecated, for removal: This API element is subject to removal in a future version.
-
Constructor Summary
Constructors Constructor Description SignalTuple(java.lang.String _type, java.lang.String _name, java.lang.String _object, java.lang.String _source)Deprecated, for removal: This API element is subject to removal in a future version.
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description booleanequals(java.lang.Object _o)Deprecated, for removal: This API element is subject to removal in a future version.static java.util.Set<SignalTuple>getAllPossibleTuples(java.lang.String _type, java.lang.String _name, java.lang.String _object, java.lang.String _source)Deprecated.should no longer be usedinthashCode()Deprecated, for removal: This API element is subject to removal in a future version.java.lang.StringtoString()Deprecated, for removal: This API element is subject to removal in a future version.
-
-
-
Field Detail
-
type
private final java.lang.String type
Deprecated, for removal: This API element is subject to removal in a future version.
-
name
private final java.lang.String name
Deprecated, for removal: This API element is subject to removal in a future version.
-
object
private final java.lang.String object
Deprecated, for removal: This API element is subject to removal in a future version.
-
source
private final java.lang.String source
Deprecated, for removal: This API element is subject to removal in a future version.
-
-
Method Detail
-
equals
public boolean equals(java.lang.Object _o)
Deprecated, for removal: This API element is subject to removal in a future version.- Overrides:
equalsin classjava.lang.Object
-
hashCode
public int hashCode()
Deprecated, for removal: This API element is subject to removal in a future version.- Overrides:
hashCodein classjava.lang.Object
-
toString
public java.lang.String toString()
Deprecated, for removal: This API element is subject to removal in a future version.- Overrides:
toStringin classjava.lang.Object
-
getAllPossibleTuples
@Deprecated public static java.util.Set<SignalTuple> getAllPossibleTuples(java.lang.String _type, java.lang.String _name, java.lang.String _object, java.lang.String _source)
Deprecated.should no longer be usedGet aSetof all possible SignalTuples that we can have, given the 4 parameters.- Parameters:
_type- interface type_name- name_object- object_source- source- Returns:
SetofSignalTuple, never null
-
-