Uses of Interface
org.jainslee.resources.diameter.gx.types.vcd0.FlowInformation
-
Packages that use FlowInformation Package Description org.jainslee.resources.diameter.gx.types.vcd0 org.jainslee.resources.diameter.gx.vcd0 -
-
Uses of FlowInformation in org.jainslee.resources.diameter.gx.types.vcd0
Methods in org.jainslee.resources.diameter.gx.types.vcd0 that return FlowInformation Modifier and Type Method Description FlowInformation[]ApplicationDetectionInformation. getFlowInformations()Returns the set of Flow-Information AVPs.FlowInformation[]ChargingRuleDefinition. getFlowInformations()Returns the set of Flow-Information AVPs.Methods in org.jainslee.resources.diameter.gx.types.vcd0 with parameters of type FlowInformation Modifier and Type Method Description voidApplicationDetectionInformation. setFlowInformation(FlowInformation flowInformation)Sets a single Flow-Information AVP in the Application-Detection-Information AVP, of type Grouped.voidChargingRuleDefinition. setFlowInformation(FlowInformation flowInformation)Sets a single Flow-Information AVP in the Charging-Rule-Definition AVP, of type Grouped.voidApplicationDetectionInformation. setFlowInformations(FlowInformation[] flowInformations)Sets the set of Flow-Information AVPs, with all the values in the given array.voidChargingRuleDefinition. setFlowInformations(FlowInformation[] flowInformations)Sets the set of Flow-Information AVPs, with all the values in the given array. -
Uses of FlowInformation in org.jainslee.resources.diameter.gx.vcd0
Methods in org.jainslee.resources.diameter.gx.vcd0 that return FlowInformation Modifier and Type Method Description FlowInformationMessageFactory. createFlowInformation()Create an empty FlowInformation (Grouped AVP) instance.
-