Package org.bluez.datatypes
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 Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidsetFirstValue(A _firstValue) voidsetSecondValue(B _secondValue) voidsetThirdValue(C _thirdValue) Methods inherited from class org.freedesktop.dbus.Container
equals, getParameters, hashCode, toString
-
Constructor Details
-
ThreeTuple
-
-
Method Details
-
getFirstValue
-
setFirstValue
-
getSecondValue
-
setSecondValue
-
getThirdValue
-
setThirdValue
-