public class StateReport extends PCEPConstruct
bytes, length, log
Constructor and Description |
---|
StateReport() |
StateReport(byte[] bytes,
int offset) |
Modifier and Type | Method and Description |
---|---|
void |
decode(byte[] bytes,
int offset) |
void |
encode() |
boolean |
equals(Object obj) |
LSP |
getLSP() |
Path |
getPath() |
SRP |
getSRP() |
int |
hashCode() |
void |
setLsp(LSP lsp) |
void |
setLSP(LSP lsp) |
void |
setPath(Path path) |
void |
setSrp(SRP srp) |
void |
setSRP(SRP srp) |
String |
toString() |
getBytes, getLength, setBytes, setLength
public StateReport()
public StateReport(byte[] bytes, int offset) throws PCEPProtocolViolationException
PCEPProtocolViolationException
public void encode() throws PCEPProtocolViolationException
PCEPProtocolViolationException
public void decode(byte[] bytes, int offset) throws PCEPProtocolViolationException
PCEPProtocolViolationException
public SRP getSRP()
public void setSRP(SRP srp)
public void setSrp(SRP srp)
public LSP getLSP()
public void setLSP(LSP lsp)
public void setLsp(LSP lsp)
public Path getPath()
public void setPath(Path path)
public int hashCode()
hashCode
in class PCEPConstruct
public boolean equals(Object obj)
equals
in class PCEPConstruct
Copyright © 2016. All rights reserved.