public final class BgpLinkAttrIsIsAdminstGrp extends Object implements BgpValueType
| Modifier and Type | Field and Description |
|---|---|
static int |
ATTRLINK_PROTECTIONTYPE |
static int |
ISIS_ADMIN_DATA_LEN |
protected static org.slf4j.Logger |
log |
| Constructor and Description |
|---|
BgpLinkAttrIsIsAdminstGrp(long isisAdminGrp)
Constructor to initialize the values.
|
| Modifier and Type | Method and Description |
|---|---|
int |
compareTo(Object o)
Compares two objects.
|
boolean |
equals(Object obj) |
short |
getType()
Returns the Type of BGP Message.
|
int |
hashCode() |
long |
linkAttrIsIsAdminGrp()
Link attributes of ISIS administrative group area.
|
static BgpLinkAttrIsIsAdminstGrp |
of(long isisAdminGrp)
Returns object of this class with specified values.
|
static BgpLinkAttrIsIsAdminstGrp |
read(org.jboss.netty.buffer.ChannelBuffer cb)
Reads the BGP link attributes of ISIS administrative group area.
|
String |
toString() |
int |
write(org.jboss.netty.buffer.ChannelBuffer cb)
Writes the byte Stream of BGP Message to channel buffer.
|
protected static final org.slf4j.Logger log
public static final int ATTRLINK_PROTECTIONTYPE
public static final int ISIS_ADMIN_DATA_LEN
public BgpLinkAttrIsIsAdminstGrp(long isisAdminGrp)
isisAdminGrp - ISIS protocol admin grouppublic static BgpLinkAttrIsIsAdminstGrp of(long isisAdminGrp)
isisAdminGrp - ISIS admin grouppublic static BgpLinkAttrIsIsAdminstGrp read(org.jboss.netty.buffer.ChannelBuffer cb) throws BgpParseException
cb - Channel bufferBgpParseException - while parsing BgpLinkAttrIsIsAdminstGrppublic long linkAttrIsIsAdminGrp()
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 - object