public class PCEPReport extends PCEPMessage
Modifier and Type | Field and Description |
---|---|
protected LinkedList<StateReport> |
stateReportList |
messageBytes
Constructor and Description |
---|
PCEPReport() |
PCEPReport(byte[] bytes) |
Modifier and Type | Method and Description |
---|---|
void |
addStateReport(StateReport stReport) |
void |
decode() |
void |
encode() |
boolean |
equals(Object obj) |
LinkedList<StateReport> |
getStateReportList() |
int |
hashCode() |
void |
setStateReportList(LinkedList<StateReport> updateRequestList) |
String |
toString() |
encodeHeader, getBytes, getLength, getMessageType, getMessageType, getVer, setMessageLength, setMessageType
protected LinkedList<StateReport> stateReportList
public PCEPReport()
public PCEPReport(byte[] bytes) throws PCEPProtocolViolationException
PCEPProtocolViolationException
public void encode() throws PCEPProtocolViolationException
PCEPProtocolViolationException
public void decode() throws PCEPProtocolViolationException
PCEPProtocolViolationException
public LinkedList<StateReport> getStateReportList()
public void setStateReportList(LinkedList<StateReport> updateRequestList)
public void addStateReport(StateReport stReport)
public int hashCode()
hashCode
in class PCEPMessage
public boolean equals(Object obj)
equals
in class PCEPMessage
Copyright © 2016. All rights reserved.