| Modifier and Type | Field and Description |
|---|---|
static byte |
ST_TYPE |
| Constructor and Description |
|---|
PcepNaiIpv4NodeId(int value)
Constructor to initialize ipv4NodeId.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
byte |
getType()
To get the ST type of the NAI information.
|
int |
hashCode() |
static PcepNaiIpv4NodeId |
of(int value)
Returns an object of PcepNaiIpv4NodeId.
|
static PcepNaiIpv4NodeId |
read(org.jboss.netty.buffer.ChannelBuffer bb)
Reads from the channel buffer and returns object of PcepNAIIpv4NodeIdVer1.
|
String |
toString() |
int |
write(org.jboss.netty.buffer.ChannelBuffer bb)
To write the object information to channelBuffer.
|
public static final byte ST_TYPE
public PcepNaiIpv4NodeId(int value)
value - ipv4 node idpublic static PcepNaiIpv4NodeId of(int value)
value - ipv4 node idpublic byte getType()
PcepNaipublic int write(org.jboss.netty.buffer.ChannelBuffer bb)
PcepNaipublic static PcepNaiIpv4NodeId read(org.jboss.netty.buffer.ChannelBuffer bb)
bb - of channel buffer.Copyright © 2015. All rights reserved.