public class ReachabilityTLV extends PCEPTLV
Modifier and Type | Field and Description |
---|---|
LinkedList<EROSubobject> |
EROSubobjectList |
log, tlv_bytes, TLVType, TLVValueLength, TotalTLVLength
Constructor and Description |
---|
ReachabilityTLV() |
ReachabilityTLV(byte[] bytes,
int offset) |
Modifier and Type | Method and Description |
---|---|
void |
addEROSubobject(EROSubobject eroso) |
void |
decode() |
void |
encode() |
boolean |
equals(Object obj) |
EROSubobject |
getEroso(int i) |
LinkedList<EROSubobject> |
getEROSubobjectList() |
int |
hashCode() |
void |
setEROSubobjectList(LinkedList<EROSubobject> eROSubobjectList) |
encodeHeader, getTlv_bytes, getTLVLength, getTLVType, getTLVValueLength, getTotalTLVLength, getTotalTLVLength, getType, setTlv_bytes, setTLVType, setTLVValueLength
public LinkedList<EROSubobject> EROSubobjectList
public ReachabilityTLV()
public ReachabilityTLV(byte[] bytes, int offset) throws MalformedPCEPObjectException
MalformedPCEPObjectException
public void decode() throws MalformedPCEPObjectException
MalformedPCEPObjectException
public EROSubobject getEroso(int i)
public void addEROSubobject(EROSubobject eroso)
public LinkedList<EROSubobject> getEROSubobjectList()
public void setEROSubobjectList(LinkedList<EROSubobject> eROSubobjectList)
Copyright © 2016. All rights reserved.