Uses of Interface
org.jainslee.resources.diameter.gx.types.va10.TftPacketFilterInformation
-
Packages that use TftPacketFilterInformation Package Description org.jainslee.resources.diameter.gx.types.va10 This package contains the definitions of Diameter Gx messages, grouped AVPs and enumerated types.org.jainslee.resources.diameter.gx.va10 -
-
Uses of TftPacketFilterInformation in org.jainslee.resources.diameter.gx.types.va10
Methods in org.jainslee.resources.diameter.gx.types.va10 that return TftPacketFilterInformation Modifier and Type Method Description TftPacketFilterInformation[]
CreditControlRequest. getTftPacketFilterInformations()
Returns the set of TFT-Packet-Filter-Information AVPs.Methods in org.jainslee.resources.diameter.gx.types.va10 with parameters of type TftPacketFilterInformation Modifier and Type Method Description void
CreditControlRequest. setTftPacketFilterInformation(TftPacketFilterInformation tftPacketFilterInformation)
Sets a single TFT-Packet-Filter-Information AVP in the message, of type Grouped.void
CreditControlRequest. setTftPacketFilterInformations(TftPacketFilterInformation[] tftPacketFilterInformations)
Sets the set of TFT-Packet-Filter-Information AVPs, with all the values in the given array. -
Uses of TftPacketFilterInformation in org.jainslee.resources.diameter.gx.va10
Methods in org.jainslee.resources.diameter.gx.va10 that return TftPacketFilterInformation Modifier and Type Method Description TftPacketFilterInformation
MessageFactory. createTftPacketFilterInformation()
Create an empty TftPacketFilterInformation (Grouped AVP) instance.
-