public class LSPInstantationRequest extends PCEPConstruct
bytes, length, log
Constructor and Description |
---|
LSPInstantationRequest()
Default constructor.
|
LSPInstantationRequest(byte[] bytes,
int offset)
Use this method to create a new Request from a sequence of bytes
|
Modifier and Type | Method and Description |
---|---|
LSPInstantationRequest |
duplicate() |
void |
encode() |
boolean |
equals(Object obj) |
Bandwidth |
getBandwidth() |
EndPoints |
getEndPoints() |
ExplicitRouteObject |
geteRO() |
LSPA |
getlSPA() |
LinkedList<Metric> |
getMetricList() |
int |
hashCode() |
void |
setBandwidth(Bandwidth bandwidth) |
void |
setEndPoints(EndPoints endPoints) |
void |
setERO(ExplicitRouteObject eRO) |
void |
setLSPA(LSPA lSPA) |
void |
setMetricList(LinkedList<Metric> metricList) |
String |
toString() |
getBytes, getLength, setBytes, setLength
public LSPInstantationRequest()
public LSPInstantationRequest(byte[] bytes, int offset) throws PCEPProtocolViolationException
bytes
- offset
- PCEPProtocolViolationException
public void encode() throws PCEPProtocolViolationException
PCEPProtocolViolationException
public EndPoints getEndPoints()
public void setEndPoints(EndPoints endPoints)
public LSPA getlSPA()
public void setLSPA(LSPA lSPA)
public ExplicitRouteObject geteRO()
public void setERO(ExplicitRouteObject eRO)
public Bandwidth getBandwidth()
public void setBandwidth(Bandwidth bandwidth)
public LinkedList<Metric> getMetricList()
public void setMetricList(LinkedList<Metric> metricList)
public LSPInstantationRequest duplicate()
public int hashCode()
hashCode
in class PCEPConstruct
public boolean equals(Object obj)
equals
in class PCEPConstruct
Copyright © 2016. All rights reserved.