org.jdiameter.client.impl.annotation
Class UnknownAvp
java.lang.Object
org.jdiameter.client.impl.annotation.Value<byte[]>
org.jdiameter.client.impl.annotation.UnknownAvp
public class UnknownAvp
- extends Value<byte[]>
- Author:
- erick.svenson@yahoo.com, Alexandre Mendonca , Bartosz Baranowski
| Fields inherited from class org.jdiameter.client.impl.annotation.Value |
value |
|
Constructor Summary |
UnknownAvp(int code,
boolean m,
boolean v,
boolean p,
long vendorId,
byte[] value)
|
| Methods inherited from class org.jdiameter.client.impl.annotation.Value |
get, toString |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
UnknownAvp
public UnknownAvp(int code,
boolean m,
boolean v,
boolean p,
long vendorId,
byte[] value)
getCode
public int getCode()
isMandatory
public boolean isMandatory()
isVendorSpecific
public boolean isVendorSpecific()
getVendorId
public long getVendorId()
isProxiable
public boolean isProxiable()
Copyright © 2014. All Rights Reserved.