public class PCEPIntiatedLSP extends PCEPConstruct
bytes, length, log
Constructor and Description |
---|
PCEPIntiatedLSP() |
PCEPIntiatedLSP(byte[] bytes,
int offset) |
Modifier and Type | Method and Description |
---|---|
void |
decode(byte[] bytes,
int offset) |
void |
encode() |
boolean |
equals(Object obj) |
Bandwidth |
getBandwidth() |
EndPoints |
getEndPoint() |
ExplicitRouteObject |
getEro() |
LSP |
getLsp() |
SRP |
getRsp() |
SRP |
getSrp() |
int |
hashCode() |
void |
setBandwidth(Bandwidth bandwidth) |
void |
setEndPoint(EndPoints endPoint) |
void |
setEro(ExplicitRouteObject ero) |
void |
setLsp(LSP lsp) |
void |
setRsp(SRP rsp) |
void |
setSrp(SRP srp) |
String |
toString() |
getBytes, getLength, setBytes, setLength
public PCEPIntiatedLSP()
public PCEPIntiatedLSP(byte[] bytes, int offset) throws PCEPProtocolViolationException
PCEPProtocolViolationException
public Bandwidth getBandwidth()
public void setBandwidth(Bandwidth bandwidth)
public void encode() throws PCEPProtocolViolationException
PCEPProtocolViolationException
public void decode(byte[] bytes, int offset) throws PCEPProtocolViolationException
PCEPProtocolViolationException
public SRP getRsp()
public void setRsp(SRP rsp)
public SRP getSrp()
public void setSrp(SRP srp)
public LSP getLsp()
public void setLsp(LSP lsp)
public ExplicitRouteObject getEro()
public void setEro(ExplicitRouteObject ero)
public EndPoints getEndPoint()
public void setEndPoint(EndPoints endPoint)
public int hashCode()
hashCode
in class PCEPConstruct
public boolean equals(Object obj)
equals
in class PCEPConstruct
Copyright © 2016. All rights reserved.