public class BgpLinkAttrSrlg extends Object implements BgpValueType
| Modifier and Type | Field and Description |
|---|---|
static short |
ATTRNODE_SRLG |
static short |
SIZE |
| Constructor and Description |
|---|
BgpLinkAttrSrlg(List<Integer> sRlg)
Constructor to initialize the date.
|
| Modifier and Type | Method and Description |
|---|---|
List<Integer> |
attrSrlg()
Returns the Shared Risk link group data.
|
int |
compareTo(Object o)
Compares two objects.
|
boolean |
equals(Object obj) |
short |
getType()
Returns the Type of BGP Message.
|
int |
hashCode() |
static BgpLinkAttrSrlg |
of(ArrayList<Integer> sRlg)
Returns object of this class with specified values.
|
static BgpLinkAttrSrlg |
read(org.jboss.netty.buffer.ChannelBuffer cb)
Reads the BGP link attributes Shared Risk link group data.
|
String |
toString() |
int |
write(org.jboss.netty.buffer.ChannelBuffer cb)
Writes the byte Stream of BGP Message to channel buffer.
|
public static final short ATTRNODE_SRLG
public static final short SIZE
public static BgpLinkAttrSrlg of(ArrayList<Integer> sRlg)
sRlg - Shared Risk link group datapublic static BgpLinkAttrSrlg read(org.jboss.netty.buffer.ChannelBuffer cb) throws BgpParseException
cb - Channel bufferBgpParseException - while parsing BgpLinkAttrSrlgpublic List<Integer> attrSrlg()
public short getType()
BgpValueTypegetType in interface BgpValueTypepublic int write(org.jboss.netty.buffer.ChannelBuffer cb)
BgpValueTypewrite in interface BgpValueTypecb - channel bufferpublic int compareTo(Object o)
BgpValueTypecompareTo in interface BgpValueTypeo - objectCopyright © 2016. All rights reserved.