Uses of Interface
org.jainslee.resources.diameter.gx.types.vcd0.ApplicationDetectionInformation
-
Packages that use ApplicationDetectionInformation Package Description org.jainslee.resources.diameter.gx.types.vcd0 org.jainslee.resources.diameter.gx.vcd0 -
-
Uses of ApplicationDetectionInformation in org.jainslee.resources.diameter.gx.types.vcd0
Methods in org.jainslee.resources.diameter.gx.types.vcd0 that return ApplicationDetectionInformation Modifier and Type Method Description ApplicationDetectionInformation[]CreditControlRequest. getApplicationDetectionInformations()Returns the set of Application-Detection-Information AVPs.Methods in org.jainslee.resources.diameter.gx.types.vcd0 with parameters of type ApplicationDetectionInformation Modifier and Type Method Description voidCreditControlRequest. setApplicationDetectionInformation(ApplicationDetectionInformation applicationDetectionInformation)Sets a single Application-Detection-Information AVP in the message, of type Grouped.voidCreditControlRequest. setApplicationDetectionInformations(ApplicationDetectionInformation[] applicationDetectionInformations)Sets the set of Application-Detection-Information AVPs, with all the values in the given array. -
Uses of ApplicationDetectionInformation in org.jainslee.resources.diameter.gx.vcd0
Methods in org.jainslee.resources.diameter.gx.vcd0 that return ApplicationDetectionInformation Modifier and Type Method Description ApplicationDetectionInformationMessageFactory. createApplicationDetectionInformation()Create an empty ApplicationDetectionInformation (Grouped AVP) instance.ApplicationDetectionInformationMessageFactory. createApplicationDetectionInformation(byte[] tdfApplicationIdentifier)Create a ApplicationDetectionInformation (Grouped AVP) instance using required AVP values.
-