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 AnGwStatus
AnGwStatus. AN_GW_FAILED
Methods in org.jainslee.resources.diameter.gx.types.vb90 that return AnGwStatus Modifier and Type Method Description static AnGwStatus
AnGwStatus. fromInt(int type)
AnGwStatus
CreditControlRequest. 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 void
CreditControlRequest. setAnGwStatus(AnGwStatus anGwStatus)
Sets the value of the AN-GW-Status AVP, of type Enumerated.
-