public class FullAnycastEndpoints extends PCEPConstruct
bytes, length, log
Constructor and Description |
---|
FullAnycastEndpoints() |
FullAnycastEndpoints(byte[] bytes,
int offset) |
Modifier and Type | Method and Description |
---|---|
void |
encode() |
boolean |
equals(Object obj) |
EndPoint |
getDestinationEndPoint() |
LinkedList<EndpointRestriction> |
getDestinationEndPointRestrictionList() |
EndPoint |
getSourceEndPoint() |
LinkedList<EndpointRestriction> |
getSourceEndPointRestrictionList() |
int |
hashCode() |
void |
setDestinationEndPointRestrictionList(LinkedList<EndpointRestriction> sourceEndPointRestrictionList) |
void |
setDestinationEndPoints(EndPoint destinationEndPoint) |
void |
setSourceEndPointRestrictionList(LinkedList<EndpointRestriction> sourceEndPointRestrictionList) |
void |
setSourceEndPoints(EndPoint sourceEndPoint) |
getBytes, getLength, setBytes, setLength
public FullAnycastEndpoints()
public FullAnycastEndpoints(byte[] bytes, int offset) throws PCEPProtocolViolationException, MalformedPCEPObjectException
public void encode() throws PCEPProtocolViolationException
PCEPProtocolViolationException
public EndPoint getSourceEndPoint()
public void setSourceEndPoints(EndPoint sourceEndPoint)
public LinkedList<EndpointRestriction> getSourceEndPointRestrictionList()
public void setSourceEndPointRestrictionList(LinkedList<EndpointRestriction> sourceEndPointRestrictionList)
public EndPoint getDestinationEndPoint()
public void setDestinationEndPoints(EndPoint destinationEndPoint)
public LinkedList<EndpointRestriction> getDestinationEndPointRestrictionList()
public void setDestinationEndPointRestrictionList(LinkedList<EndpointRestriction> sourceEndPointRestrictionList)
public int hashCode()
hashCode
in class PCEPConstruct
public boolean equals(Object obj)
equals
in class PCEPConstruct
Copyright © 2016. All rights reserved.