org.jdiameter.client.impl.annotation
Class UnknownAvp

java.lang.Object
  extended by org.jdiameter.client.impl.annotation.Value<byte[]>
      extended by org.jdiameter.client.impl.annotation.UnknownAvp

public class UnknownAvp
extends Value<byte[]>

Author:
erick.svenson@yahoo.com, Alexandre Mendonca , Bartosz Baranowski

Field Summary
 
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)
           
 
Method Summary
 int getCode()
           
 long getVendorId()
           
 boolean isMandatory()
           
 boolean isProxiable()
           
 boolean isVendorSpecific()
           
 
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
 

Constructor Detail

UnknownAvp

public UnknownAvp(int code,
                  boolean m,
                  boolean v,
                  boolean p,
                  long vendorId,
                  byte[] value)
Method Detail

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.