Class DBus.Binding.Triplet<A,​B,​C>

  • Enclosing interface:
    DBus.Binding

    public static final class DBus.Binding.Triplet<A,​B,​C>
    extends Tuple
    • Field Summary

      Fields 
      Modifier and Type Field Description
      A a  
      B b  
      C c  
    • Constructor Summary

      Constructors 
      Constructor Description
      Triplet​(A a, B b, C c)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      boolean equals​(java.lang.Object other)  
      java.lang.Object[] getParameters()
      Returns the struct contents in order.
      java.lang.String toString()
      Returns this struct as a string.
      • Methods inherited from class java.lang.Object

        clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Field Detail

      • a

        public final A a
      • b

        public final B b
      • c

        public final C c
    • Constructor Detail

      • Triplet

        public Triplet​(A a,
                       B b,
                       C c)
    • Method Detail

      • getParameters

        public final java.lang.Object[] getParameters()
        Returns the struct contents in order.
        Throws:
        DBusException - If there is a problem doing this.
      • toString

        public final java.lang.String toString()
        Returns this struct as a string.
        Overrides:
        toString in class java.lang.Object
      • equals

        public final boolean equals​(java.lang.Object other)
        Overrides:
        equals in class java.lang.Object