|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface EventType
Defines an interface representing the Event-Type grouped AVP type.
From the Diameter Ro Reference Point Protocol Details (3GPP TS 32.299 V7.1.0) specification:
7.2.32 Event-Type AVP
The Event-Type AVP (AVP code 823) is of type Grouped and contains information about the type of chargeable
telecommunication service/event for which the accounting-request message is generated.
It has the following ABNF grammar:
Event-Type ::= AVP Header: 823
[ SIP-Method ]
[ Event ]
[ Expires ]
| Field Summary |
|---|
| Fields inherited from interface net.java.slee.resource.diameter.base.events.avp.DiameterAvp |
|---|
FLAG_RULE_MAY, FLAG_RULE_MUST, FLAG_RULE_MUSTNOT |
| Method Summary | |
|---|---|
java.lang.String |
getEvent()
Returns the value of the Event AVP, of type UTF8String. |
long |
getExpires()
Returns the value of the Expires AVP, of type Unsigned32. |
java.lang.String |
getSipMethod()
Returns the value of the SIP-Method AVP, of type UTF8String. |
boolean |
hasEvent()
Returns true if the Event AVP is present in the message. |
boolean |
hasExpires()
Returns true if the Expires AVP is present in the message. |
boolean |
hasSipMethod()
Returns true if the SIP-Method AVP is present in the message. |
void |
setEvent(java.lang.String event)
Sets the value of the Event AVP, of type UTF8String. |
void |
setExpires(long expires)
Sets the value of the Expires AVP, of type Unsigned32. |
void |
setSipMethod(java.lang.String sipMethod)
Sets the value of the SIP-Method AVP, of type UTF8String. |
| Methods inherited from interface net.java.slee.resource.diameter.base.events.avp.GroupedAvp |
|---|
getExtensionAvps, setExtensionAvps |
| Methods inherited from interface net.java.slee.resource.diameter.base.events.avp.DiameterAvp |
|---|
byteArrayValue, clone, doubleValue, floatValue, getCode, getMandatoryRule, getName, getProtectedRule, getType, getVendorId, intValue, longValue, octetStringValue, stringValue |
| Method Detail |
|---|
java.lang.String getEvent()
long getExpires()
java.lang.String getSipMethod()
boolean hasEvent()
boolean hasExpires()
boolean hasSipMethod()
void setEvent(java.lang.String event)
void setExpires(long expires)
void setSipMethod(java.lang.String sipMethod)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||