public class Notify extends PCEPConstruct
bytes, length| Constructor and Description |
|---|
Notify() |
Notify(byte[] bytes,
int offset) |
| Modifier and Type | Method and Description |
|---|---|
void |
encode()
Encode Notify Construct
|
boolean |
equals(Object obj) |
LinkedList<Notification> |
getNotificationList() |
LinkedList<RequestParameters> |
getRequestIdList() |
int |
hashCode() |
void |
setNotificationList(LinkedList<Notification> notificationList) |
void |
setRequestIdList(LinkedList<RequestParameters> requestIdList) |
getBytes, getLength, setBytes, setLengthpublic Notify()
public Notify(byte[] bytes,
int offset)
throws PCEPProtocolViolationException
PCEPProtocolViolationExceptionpublic void encode()
throws PCEPProtocolViolationException
PCEPProtocolViolationExceptionpublic LinkedList<RequestParameters> getRequestIdList()
public void setRequestIdList(LinkedList<RequestParameters> requestIdList)
public LinkedList<Notification> getNotificationList()
public void setNotificationList(LinkedList<Notification> notificationList)
public int hashCode()
hashCode in class PCEPConstructpublic boolean equals(Object obj)
equals in class PCEPConstructCopyright © 2016. All rights reserved.