public class EndPointAndRestrictions extends PCEPConstruct
bytes, length, log
Constructor and Description |
---|
EndPointAndRestrictions() |
EndPointAndRestrictions(byte[] bytes,
int offset) |
Modifier and Type | Method and Description |
---|---|
void |
decode(byte[] bytes,
int offset) |
void |
encode() |
boolean |
equals(Object obj) |
EndPoint |
getEndPoint() |
LinkedList<EndpointRestriction> |
getEndpointRestrictionList() |
LinkedList<EndpointRestriction> |
getEndPointRestrictionList() |
int |
hashCode() |
void |
setEndPoint(EndPoint EndPoint) |
void |
setEndpointRestrictionList(LinkedList<EndpointRestriction> endpointRestrictionList) |
void |
setEndPointRestrictionList(LinkedList<EndpointRestriction> EndPointRestrictionList) |
getBytes, getLength, setBytes, setLength
public EndPointAndRestrictions()
public EndPointAndRestrictions(byte[] bytes, int offset) throws MalformedPCEPObjectException
MalformedPCEPObjectException
public void encode() throws PCEPProtocolViolationException
PCEPProtocolViolationException
public void decode(byte[] bytes, int offset) throws MalformedPCEPObjectException
MalformedPCEPObjectException
public EndPoint getEndPoint()
public void setEndPoint(EndPoint EndPoint)
public LinkedList<EndpointRestriction> getEndPointRestrictionList()
public void setEndPointRestrictionList(LinkedList<EndpointRestriction> EndPointRestrictionList)
public LinkedList<EndpointRestriction> getEndpointRestrictionList()
public void setEndpointRestrictionList(LinkedList<EndpointRestriction> endpointRestrictionList)
public int hashCode()
hashCode
in class PCEPConstruct
public boolean equals(Object obj)
equals
in class PCEPConstruct
Copyright © 2016. All rights reserved.