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 void
ApplicationDetectionInformation. setFlowInformation(FlowInformation flowInformation)
Sets a single Flow-Information AVP in the Application-Detection-Information AVP, of type Grouped.void
ChargingRuleDefinition. setFlowInformation(FlowInformation flowInformation)
Sets a single Flow-Information AVP in the Charging-Rule-Definition AVP, of type Grouped.void
ApplicationDetectionInformation. setFlowInformations(FlowInformation[] flowInformations)
Sets the set of Flow-Information AVPs, with all the values in the given array.void
ChargingRuleDefinition. 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 FlowInformation
MessageFactory. createFlowInformation()
Create an empty FlowInformation (Grouped AVP) instance.
-