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, setMessageTypeprotected LinkedList<StateReport> stateReportList
public PCEPReport()
public PCEPReport(byte[] bytes)
           throws PCEPProtocolViolationException
PCEPProtocolViolationExceptionpublic void encode()
            throws PCEPProtocolViolationException
PCEPProtocolViolationExceptionpublic void decode()
            throws PCEPProtocolViolationException
PCEPProtocolViolationExceptionpublic LinkedList<StateReport> getStateReportList()
public void setStateReportList(LinkedList<StateReport> updateRequestList)
public void addStateReport(StateReport stReport)
public int hashCode()
hashCode in class PCEPMessagepublic boolean equals(Object obj)
equals in class PCEPMessageCopyright © 2016. All rights reserved.