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, setTLVValueLengthpublic LinkedList<EROSubobject> EROSubobjectList
public ReachabilityTLV()
public ReachabilityTLV(byte[] bytes,
                       int offset)
                throws MalformedPCEPObjectException
MalformedPCEPObjectExceptionpublic void decode()
            throws MalformedPCEPObjectException
MalformedPCEPObjectExceptionpublic EROSubobject getEroso(int i)
public void addEROSubobject(EROSubobject eroso)
public LinkedList<EROSubobject> getEROSubobjectList()
public void setEROSubobjectList(LinkedList<EROSubobject> eROSubobjectList)
Copyright © 2016. All rights reserved.