|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.mobicents.slee.resource.diameter.base.events.avp.DiameterAvpImpl
org.mobicents.slee.resource.diameter.base.events.avp.GroupedAvpImpl
org.mobicents.slee.resource.diameter.base.events.avp.VendorSpecificApplicationIdAvpImpl
public class VendorSpecificApplicationIdAvpImpl
| Field Summary |
|---|
| Fields inherited from class org.mobicents.slee.resource.diameter.base.events.avp.GroupedAvpImpl |
|---|
avpSet |
| Fields inherited from class org.mobicents.slee.resource.diameter.base.events.avp.DiameterAvpImpl |
|---|
code, log, mnd, name, parser, prt, type, vendorId |
| Fields inherited from interface net.java.slee.resource.diameter.base.events.avp.DiameterAvp |
|---|
FLAG_RULE_MAY, FLAG_RULE_MUST, FLAG_RULE_MUSTNOT |
| Constructor Summary | |
|---|---|
VendorSpecificApplicationIdAvpImpl(int code,
long vendorId,
int mnd,
int prt,
byte[] value)
|
|
| Method Summary | |
|---|---|
long |
getAcctApplicationId()
Returns the value of the Acct-Application-Id AVP, of type Unsigned32. |
long |
getAuthApplicationId()
Returns the value of the Auth-Application-Id AVP, of type Unsigned32. |
long[] |
getVendorIds()
Returns the set of Vendor-Id AVPs. |
boolean |
hasAcctApplicationId()
Returns true if the Acct-Application-Id AVP is present in the message. |
boolean |
hasAuthApplicationId()
Returns true if the Auth-Application-Id AVP is present in the message. |
void |
setAcctApplicationId(long acctApplicationId)
Sets the value of the Acct-Application-Id AVP, of type Unsigned32. |
void |
setAuthApplicationId(long authApplicationId)
Sets the value of the Auth-Application-Id AVP, of type Unsigned32. |
void |
setVendorId(long vendorId)
Sets a single Vendor-Id AVP in the message, of type Unsigned32. |
void |
setVendorIds(long[] vendorIds)
Sets the set of Vendor-Id AVPs, with all the values in the given array. |
| Methods inherited from class org.mobicents.slee.resource.diameter.base.events.avp.GroupedAvpImpl |
|---|
byteArrayValue, clone, doubleValue, floatValue, getAllAvpAsUInt32, getAvpAsIdentity, getAvpAsUInt32, getExtensionAvps, hasExtensionAvps, intValue, longValue, setAvpAsByteArray, setAvpAsIdentity, setAvpAsUInt32, setExtensionAvps, stringValue |
| Methods inherited from class org.mobicents.slee.resource.diameter.base.events.avp.DiameterAvpImpl |
|---|
getCode, getMandatoryRule, getName, getProtectedRule, getType, getVendorId, toString |
| Methods inherited from class java.lang.Object |
|---|
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Methods inherited from interface net.java.slee.resource.diameter.base.events.avp.GroupedAvp |
|---|
getExtensionAvps, hasExtensionAvps, 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, stringValue |
| Constructor Detail |
|---|
public VendorSpecificApplicationIdAvpImpl(int code,
long vendorId,
int mnd,
int prt,
byte[] value)
| Method Detail |
|---|
public long[] getVendorIds()
VendorSpecificApplicationIdAvp
getVendorIds in interface VendorSpecificApplicationIdAvppublic void setVendorId(long vendorId)
VendorSpecificApplicationIdAvp
setVendorId in interface VendorSpecificApplicationIdAvppublic void setVendorIds(long[] vendorIds)
VendorSpecificApplicationIdAvp
setVendorIds in interface VendorSpecificApplicationIdAvppublic boolean hasAuthApplicationId()
VendorSpecificApplicationIdAvp
hasAuthApplicationId in interface VendorSpecificApplicationIdAvppublic long getAuthApplicationId()
VendorSpecificApplicationIdAvp
getAuthApplicationId in interface VendorSpecificApplicationIdAvppublic void setAuthApplicationId(long authApplicationId)
VendorSpecificApplicationIdAvp
setAuthApplicationId in interface VendorSpecificApplicationIdAvppublic boolean hasAcctApplicationId()
VendorSpecificApplicationIdAvp
hasAcctApplicationId in interface VendorSpecificApplicationIdAvppublic long getAcctApplicationId()
VendorSpecificApplicationIdAvp
getAcctApplicationId in interface VendorSpecificApplicationIdAvppublic void setAcctApplicationId(long acctApplicationId)
VendorSpecificApplicationIdAvp
setAcctApplicationId in interface VendorSpecificApplicationIdAvp
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||