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, setLengthpublic ErrorConstruct()
public ErrorConstruct(byte[] bytes,
int offset)
throws PCEPProtocolViolationException
PCEPProtocolViolationExceptionpublic void encode()
throws PCEPProtocolViolationException
PCEPProtocolViolationExceptionpublic 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 PCEPConstructpublic boolean equals(Object obj)
equals in class PCEPConstructCopyright © 2016. All rights reserved.