public class AdministrativeGroupLinkAttribTLV extends BGP4TLVFormat
log, tlv_bytes, TLVType, TLVValueLength, TotalTLVLength
Constructor and Description |
---|
AdministrativeGroupLinkAttribTLV() |
AdministrativeGroupLinkAttribTLV(byte[] bytes,
int offset) |
Modifier and Type | Method and Description |
---|---|
protected void |
decode() |
void |
encode()
Encode the 4 byte Administrative group
|
int |
getAdministrativeGroup() |
boolean |
isGroup(int groupNumber) |
void |
setAdministrativeGroup(int administrativeGroup) |
void |
setGroup(int groupNumber) |
String |
toString() |
encodeHeader, getTlv_bytes, getTLVLength, getTLVType, getTLVValueLength, getTotalTLVLength, getTotalTLVLength, getType, setTlv_bytes, setTLVType, setTLVValueLength
public AdministrativeGroupLinkAttribTLV()
public AdministrativeGroupLinkAttribTLV(byte[] bytes, int offset)
public void encode()
encode
in class BGP4TLVFormat
protected void decode()
public int getAdministrativeGroup()
public void setAdministrativeGroup(int administrativeGroup)
public boolean isGroup(int groupNumber)
public void setGroup(int groupNumber)
Copyright © 2016. All rights reserved.