public class AssistedUnicastEndpoints extends PCEPConstruct
bytes, length, log
Constructor and Description |
---|
AssistedUnicastEndpoints() |
AssistedUnicastEndpoints(byte[] bytes,
int offset) |
Modifier and Type | Method and Description |
---|---|
void |
encode() |
boolean |
equals(Object obj) |
EndPoint |
getDestinationEndPoint() |
LinkedList<EndPoint> |
getDestinationEndPointsList() |
EndPoint |
getSourceEndPoint() |
LinkedList<EndPoint> |
getSourceEndPointsList() |
int |
hashCode() |
void |
setDestinationEndPointsList(LinkedList<EndPoint> destinationEndPointsList) |
void |
setEndPoint(EndPoint sourceEndPoint) |
void |
setSourceEndPoint(EndPoint sourceEndPoint) |
void |
setSourceEndPointsList(LinkedList<EndPoint> sourceEndPointsList) |
getBytes, getLength, setBytes, setLength
public AssistedUnicastEndpoints()
public AssistedUnicastEndpoints(byte[] bytes, int offset) throws PCEPProtocolViolationException
PCEPProtocolViolationException
public void encode() throws PCEPProtocolViolationException
PCEPProtocolViolationException
public EndPoint getSourceEndPoint()
public void setSourceEndPoint(EndPoint sourceEndPoint)
public EndPoint getDestinationEndPoint()
public void setEndPoint(EndPoint sourceEndPoint)
public LinkedList<EndPoint> getSourceEndPointsList()
public void setSourceEndPointsList(LinkedList<EndPoint> sourceEndPointsList)
public LinkedList<EndPoint> getDestinationEndPointsList()
public void setDestinationEndPointsList(LinkedList<EndPoint> destinationEndPointsList)
public int hashCode()
hashCode
in class PCEPConstruct
public boolean equals(Object obj)
equals
in class PCEPConstruct
Copyright © 2016. All rights reserved.