|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.ibm.diameter.charging.util.WLANRadioContainer
public class WLANRadioContainer
WLANRadioContainer is a lightweight representation of the Grouped [WLAN-Radio-Container] Avp. Some members of the WLAN-Radio-Container Avp are not defined in this class because they have yet to been defined by IANA.
The [WLAN-Radio-Container] Avp is defined by the 3GPP in ETSI TS 132 299 V6.9.0 (2006-12) - Diameter charging applications.
Constructor Summary | |
---|---|
WLANRadioContainer()
Constructs an empty WLANRadioContainer object representing the [WLAN-Radio-Container] Avp. |
|
WLANRadioContainer(java.util.List<Avp> avps)
Constructs an WLANRadioContainer object representing the Grouped [WLAN-Radio-Container] Avp. |
Method Summary | |
---|---|
java.lang.Integer |
getWlanTechnology()
Gets the value corresponding to the payload of the [WLAN-Technology] Avp. |
void |
setWlanTechnology(java.lang.Integer wlanTechnology)
Sets the value corresponding to the payload of the [WLAN-Technology] Avp. |
Avp |
toAvp()
Transforms a WLANRadioContainer object into a Grouped [WLAN-Radio-Container] Avp. |
void |
validate()
Validates the members of the WLANRadioContainer object. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public WLANRadioContainer()
public WLANRadioContainer(java.util.List<Avp> avps) throws AvpTransformationException
The method takes a List of Avps as an input. If an Avp code inside the list corresponds to a member of WLANRadioContainer, the member will be populated with the Avp value during construction. If an Avp code is unknown, the value will be silently discarded.
avps
- a list of Avps that can appear in the Grouped [WLAN-Radio-Container] Avp.
AvpTransformationException
- if the Avp value is in an unexpected format.Method Detail |
---|
public java.lang.Integer getWlanTechnology()
public void setWlanTechnology(java.lang.Integer wlanTechnology)
wlanTechnology
- the value corresponding to the payload of the [WLAN-Technology] Avp.public void validate() throws ChargingValidationException
ChargingValidationException
- if a member of WLANRadioContainer is in an unexpected format.public Avp toAvp() throws AvpTransformationException
All non-null members of WLANRadioContainer will be transformed into Avps nested inside of the [WLAN-Radio-Container] Avp.
AvpTransformationException
- if a member of WLANRadioContainer is in an unexpected format.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |