Uses of Interface
org.jainslee.resources.diameter.gx.types.vcd0.PacketFilterInformation
-
Packages that use PacketFilterInformation Package Description org.jainslee.resources.diameter.gx.types.vcd0 org.jainslee.resources.diameter.gx.vcd0 -
-
Uses of PacketFilterInformation in org.jainslee.resources.diameter.gx.types.vcd0
Methods in org.jainslee.resources.diameter.gx.types.vcd0 that return PacketFilterInformation Modifier and Type Method Description PacketFilterInformation[]CreditControlRequest. getPacketFilterInformations()Returns the set of Packet-Filter-Information AVPs.Methods in org.jainslee.resources.diameter.gx.types.vcd0 with parameters of type PacketFilterInformation Modifier and Type Method Description voidCreditControlRequest. setPacketFilterInformation(PacketFilterInformation packetFilterInformation)Sets a single Packet-Filter-Information AVP in the message, of type Grouped.voidCreditControlRequest. setPacketFilterInformations(PacketFilterInformation[] packetFilterInformations)Sets the set of Packet-Filter-Information AVPs, with all the values in the given array. -
Uses of PacketFilterInformation in org.jainslee.resources.diameter.gx.vcd0
Methods in org.jainslee.resources.diameter.gx.vcd0 that return PacketFilterInformation Modifier and Type Method Description PacketFilterInformationMessageFactory. createPacketFilterInformation()Create an empty PacketFilterInformation (Grouped AVP) instance.
-