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, setLengthpublic StateReport()
public StateReport(byte[] bytes,
                   int offset)
            throws PCEPProtocolViolationException
PCEPProtocolViolationExceptionpublic void encode()
            throws PCEPProtocolViolationException
PCEPProtocolViolationExceptionpublic void decode(byte[] bytes,
                   int offset)
            throws PCEPProtocolViolationException
PCEPProtocolViolationExceptionpublic 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 PCEPConstructpublic boolean equals(Object obj)
equals in class PCEPConstructCopyright © 2016. All rights reserved.