Uses of Class
esmska.data.Tuple
-
Packages that use Tuple Package Description esmska.data -
-
Uses of Tuple in esmska.data
Methods in esmska.data that return Tuple Modifier and Type Method Description Tuple<java.lang.String,java.lang.String>Keyring. getKey(java.lang.String gatewayName)Get key for chosen gateway.Tuple<GatewayExecutor.Problem,java.lang.String>SMS. getProblem()Get the current problem this SMS has.Tuple<java.util.ArrayList<Gateway>,java.lang.Boolean>Gateways. suggestGateway(java.lang.String number)Guess gateway according to phone number or phone number prefix.Methods in esmska.data with parameters of type Tuple Modifier and Type Method Description voidKeyring. putKey(java.lang.String gatewayName, Tuple<java.lang.String,java.lang.String> key)Put key for chosen gateway.voidSMS. setProblem(Tuple<GatewayExecutor.Problem,java.lang.String> problem)Set the current problem this SMS has.Method parameters in esmska.data with type arguments of type Tuple Modifier and Type Method Description voidKeyring. putKeys(java.util.Map<java.lang.String,Tuple<java.lang.String,java.lang.String>> keys)Put keys for more gateways.
-