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, setLength
public Notify()
public Notify(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<Notification> getNotificationList()
public void setNotificationList(LinkedList<Notification> notificationList)
public int hashCode()
hashCode
in class PCEPConstruct
public boolean equals(Object obj)
equals
in class PCEPConstruct
Copyright © 2016. All rights reserved.