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