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