public class EndPointUnnumberedDataPathTLV extends PCEPTLV
| Modifier and Type | Field and Description |
|---|---|
long |
IfID |
DataPathID |
switchID |
log, tlv_bytes, TLVType, TLVValueLength, TotalTLVLength| Constructor and Description |
|---|
EndPointUnnumberedDataPathTLV() |
EndPointUnnumberedDataPathTLV(byte[] bytes,
int offset) |
| Modifier and Type | Method and Description |
|---|---|
void |
decode() |
void |
encode() |
boolean |
equals(Object obj) |
DataPathID |
getDataPathID() |
long |
getIfID() |
String |
getSwitchID() |
int |
hashCode() |
void |
setIfID(long IfID) |
void |
setSwitchID(DataPathID switchID) |
void |
setSwitchID(String switchID) |
encodeHeader, getTlv_bytes, getTLVLength, getTLVType, getTLVValueLength, getTotalTLVLength, getTotalTLVLength, getType, setTlv_bytes, setTLVType, setTLVValueLengthpublic DataPathID switchID
public long IfID
public EndPointUnnumberedDataPathTLV()
public EndPointUnnumberedDataPathTLV(byte[] bytes,
int offset)
throws MalformedPCEPObjectException
MalformedPCEPObjectExceptionpublic void decode()
throws MalformedPCEPObjectException
MalformedPCEPObjectExceptionpublic DataPathID getDataPathID()
public String getSwitchID()
public void setSwitchID(String switchID)
public long getIfID()
public void setIfID(long IfID)
public void setSwitchID(DataPathID switchID)
Copyright © 2016. All rights reserved.