Class ThreeTuple<A,B,C>

java.lang.Object
org.freedesktop.dbus.Container
org.freedesktop.dbus.Tuple
org.bluez.datatypes.ThreeTuple<A,B,C>

public class ThreeTuple<A,B,C> extends org.freedesktop.dbus.Tuple
Generic 3 value tuple.
Since:
v0.1.0 - 2018-03-07
Author:
hypfvieh
  • Constructor Details

    • ThreeTuple

      public ThreeTuple(A _firstValue, B _secondValue, C _thirdValue)
  • Method Details

    • getFirstValue

      public A getFirstValue()
    • setFirstValue

      public void setFirstValue(A _firstValue)
    • getSecondValue

      public B getSecondValue()
    • setSecondValue

      public void setSecondValue(B _secondValue)
    • getThirdValue

      public C getThirdValue()
    • setThirdValue

      public void setThirdValue(C _thirdValue)