Uses of Class
org.jainslee.resources.diameter.gx.types.vb90.AnGwStatus
-
Packages that use AnGwStatus Package Description org.jainslee.resources.diameter.gx.types.vb90 This package contains the definitions of Diameter Gx messages, grouped AVPs and enumerated types. -
-
Uses of AnGwStatus in org.jainslee.resources.diameter.gx.types.vb90
Fields in org.jainslee.resources.diameter.gx.types.vb90 declared as AnGwStatus Modifier and Type Field Description static AnGwStatusAnGwStatus. AN_GW_FAILEDMethods in org.jainslee.resources.diameter.gx.types.vb90 that return AnGwStatus Modifier and Type Method Description static AnGwStatusAnGwStatus. fromInt(int type)AnGwStatusCreditControlRequest. getAnGwStatus()Returns the value of the AN-GW-Status AVP, of type Enumerated.Methods in org.jainslee.resources.diameter.gx.types.vb90 with parameters of type AnGwStatus Modifier and Type Method Description voidCreditControlRequest. setAnGwStatus(AnGwStatus anGwStatus)Sets the value of the AN-GW-Status AVP, of type Enumerated.
-