Uses of Interface
org.jainslee.resources.diameter.gx.types.vcd0.ChargingRuleReport
-
Packages that use ChargingRuleReport Package Description org.jainslee.resources.diameter.gx.types.vcd0 org.jainslee.resources.diameter.gx.vcd0 -
-
Uses of ChargingRuleReport in org.jainslee.resources.diameter.gx.types.vcd0
Methods in org.jainslee.resources.diameter.gx.types.vcd0 that return ChargingRuleReport Modifier and Type Method Description ChargingRuleReport[]
CreditControlRequest. getChargingRuleReports()
Returns the set of Charging-Rule-Report AVPs.ChargingRuleReport[]
ReAuthAnswer. getChargingRuleReports()
Returns the set of Charging-Rule-Report AVPs.Methods in org.jainslee.resources.diameter.gx.types.vcd0 with parameters of type ChargingRuleReport Modifier and Type Method Description void
CreditControlRequest. setChargingRuleReport(ChargingRuleReport chargingRuleReport)
Sets a single Charging-Rule-Report AVP in the message, of type Grouped.void
ReAuthAnswer. setChargingRuleReport(ChargingRuleReport chargingRuleReport)
Sets a single Charging-Rule-Report AVP in the message, of type Grouped.void
CreditControlRequest. setChargingRuleReports(ChargingRuleReport[] chargingRuleReports)
Sets the set of Charging-Rule-Report AVPs, with all the values in the given array.void
ReAuthAnswer. setChargingRuleReports(ChargingRuleReport[] chargingRuleReports)
Sets the set of Charging-Rule-Report AVPs, with all the values in the given array. -
Uses of ChargingRuleReport in org.jainslee.resources.diameter.gx.vcd0
Methods in org.jainslee.resources.diameter.gx.vcd0 that return ChargingRuleReport Modifier and Type Method Description ChargingRuleReport
MessageFactory. createChargingRuleReport()
Create an empty ChargingRuleReport (Grouped AVP) instance.
-