public class P2MPEndpoints extends PCEPConstruct
bytes, length, log
Constructor and Description |
---|
P2MPEndpoints() |
P2MPEndpoints(byte[] object_bytes,
int offset) |
Modifier and Type | Method and Description |
---|---|
void |
encode() |
boolean |
equals(Object obj) |
EndPointAndRestrictions |
getEndPointAndRestrictions() |
LinkedList<EndPointAndRestrictions> |
getEndPointAndRestrictionsList() |
int |
hashCode() |
void |
setEndPointAndRestrictions(EndPointAndRestrictions EndPointAndRestrictions) |
void |
setEndPointAndRestrictionsList(LinkedList<EndPointAndRestrictions> EndPointAndRestrictionsList) |
getBytes, getLength, setBytes, setLength
public P2MPEndpoints()
public P2MPEndpoints(byte[] object_bytes, int offset) throws PCEPProtocolViolationException, MalformedPCEPObjectException
public void encode() throws PCEPProtocolViolationException
PCEPProtocolViolationException
public EndPointAndRestrictions getEndPointAndRestrictions()
public void setEndPointAndRestrictions(EndPointAndRestrictions EndPointAndRestrictions)
public LinkedList<EndPointAndRestrictions> getEndPointAndRestrictionsList()
public void setEndPointAndRestrictionsList(LinkedList<EndPointAndRestrictions> EndPointAndRestrictionsList)
public int hashCode()
hashCode
in class PCEPConstruct
public boolean equals(Object obj)
equals
in class PCEPConstruct
Copyright © 2016. All rights reserved.