public class ErrorConstruct extends PCEPConstruct
bytes, length, log
Constructor and Description |
---|
ErrorConstruct()
Default constructor
|
ErrorConstruct(byte[] bytes,
int offset) |
Modifier and Type | Method and Description |
---|---|
void |
encode()
Encode the Error Construct
|
boolean |
equals(Object obj) |
LinkedList<PCEPErrorObject> |
getErrorObjList() |
LinkedList<RequestParameters> |
getRequestIdList() |
int |
hashCode() |
void |
setErrorObjList(LinkedList<PCEPErrorObject> errorObjList) |
void |
setRequestIdList(LinkedList<RequestParameters> requestIdList) |
getBytes, getLength, setBytes, setLength
public ErrorConstruct()
public ErrorConstruct(byte[] bytes, int offset) throws PCEPProtocolViolationException
PCEPProtocolViolationException
public void encode() throws PCEPProtocolViolationException
PCEPProtocolViolationException
public LinkedList<RequestParameters> getRequestIdList()
public void setRequestIdList(LinkedList<RequestParameters> requestIdList)
public LinkedList<PCEPErrorObject> getErrorObjList()
public void setErrorObjList(LinkedList<PCEPErrorObject> errorObjList)
public int hashCode()
hashCode
in class PCEPConstruct
public boolean equals(Object obj)
equals
in class PCEPConstruct
Copyright © 2016. All rights reserved.