public class Path extends PCEPConstruct
bytes, length, log| Modifier and Type | Method and Description |
|---|---|
void |
encode() |
boolean |
equals(Object obj) |
Bandwidth |
getBandwidth() |
ExplicitRouteObject |
geteRO() |
InterLayer |
getInterLayer() |
IncludeRouteObject |
getiRO() |
LabelSet |
getLabelSet() |
LSPA |
getlSPA() |
LinkedList<Metric> |
getMetricList() |
ObjectiveFunction |
getOf() |
ReqAdapCap |
getReqAdapCap() |
ServerIndication |
getServerIndication() |
SuggestedLabel |
getSuggestedLabel() |
SwitchLayer |
getSwitchLayer() |
int |
hashCode() |
void |
setBandwidth(Bandwidth bandwidth) |
void |
setEro(ExplicitRouteObject eRO) |
void |
setInterLayer(InterLayer interLayer) |
void |
setIro(IncludeRouteObject iRO) |
void |
setLabelSet(LabelSet labelSet) |
void |
setLspa(LSPA lSPA) |
void |
setMetricList(LinkedList<Metric> metricList) |
void |
setOf(ObjectiveFunction of) |
void |
setReqAdapCap(ReqAdapCap reqAdapCap) |
void |
setServerIndication(ServerIndication serverIndication) |
void |
setSuggestedLabel(SuggestedLabel suggestedLabel) |
void |
setSwitchLayer(SwitchLayer switchLayer) |
String |
toString() |
getBytes, getLength, setBytes, setLengthpublic Path()
public Path(byte[] bytes,
int offset)
throws PCEPProtocolViolationException
PCEPProtocolViolationExceptionpublic void encode()
throws PCEPProtocolViolationException
PCEPProtocolViolationExceptionpublic void setEro(ExplicitRouteObject eRO)
public void setIro(IncludeRouteObject iRO)
public void setLspa(LSPA lSPA)
public void setMetricList(LinkedList<Metric> metricList)
public void setBandwidth(Bandwidth bandwidth)
public IncludeRouteObject getiRO()
public Bandwidth getBandwidth()
public LinkedList<Metric> getMetricList()
public LSPA getlSPA()
public ExplicitRouteObject geteRO()
public InterLayer getInterLayer()
public void setInterLayer(InterLayer interLayer)
public SwitchLayer getSwitchLayer()
public void setSwitchLayer(SwitchLayer switchLayer)
public ReqAdapCap getReqAdapCap()
public void setReqAdapCap(ReqAdapCap reqAdapCap)
public ServerIndication getServerIndication()
public void setServerIndication(ServerIndication serverIndication)
public LabelSet getLabelSet()
public void setLabelSet(LabelSet labelSet)
public SuggestedLabel getSuggestedLabel()
public void setSuggestedLabel(SuggestedLabel suggestedLabel)
public ObjectiveFunction getOf()
public void setOf(ObjectiveFunction of)
public int hashCode()
hashCode in class PCEPConstructpublic boolean equals(Object obj)
equals in class PCEPConstructCopyright © 2016. All rights reserved.