public class PcepStateReportVer1 extends Object implements PcepStateReport
| Modifier and Type | Class and Description |
|---|---|
static class |
PcepStateReportVer1.Builder
Builder class for PCEP state report.
|
class |
PcepStateReportVer1.PcepMsgPath
Provides PCEP Message path for report message.
|
| Modifier and Type | Field and Description |
|---|---|
protected static org.slf4j.Logger |
log |
static int |
OBJECT_HEADER_LENGTH |
| Constructor and Description |
|---|
PcepStateReportVer1()
Constructor to reset objects.
|
PcepStateReportVer1(PcepSrpObject srpObject,
PcepLspObject lspObject,
PcepStateReport.PcepMsgPath msgPath) |
| Modifier and Type | Method and Description |
|---|---|
PcepLspObject |
getLspObject()
Returns PcepLspObject.
|
PcepStateReport.PcepMsgPath |
getMsgPath()
Returns PcepMsgPath.
|
PcepSrpObject |
getSrpObject()
Returns PcepSrpObject.
|
void |
setLspObject(PcepLspObject lspObject)
Sets the LSP Object.
|
void |
setMsgPath(PcepStateReport.PcepMsgPath msgPath)
Sets the Path Object.
|
void |
setSrpObject(PcepSrpObject srpObj)
Sets the SRP Object.
|
String |
toString() |
protected static final org.slf4j.Logger log
public static final int OBJECT_HEADER_LENGTH
public PcepStateReportVer1()
public PcepStateReportVer1(PcepSrpObject srpObject, PcepLspObject lspObject, PcepStateReport.PcepMsgPath msgPath)
public PcepSrpObject getSrpObject()
PcepStateReportgetSrpObject in interface PcepStateReportpublic PcepLspObject getLspObject()
PcepStateReportgetLspObject in interface PcepStateReportpublic PcepStateReport.PcepMsgPath getMsgPath()
PcepStateReportgetMsgPath in interface PcepStateReportpublic void setSrpObject(PcepSrpObject srpObj)
PcepStateReportsetSrpObject in interface PcepStateReportsrpObj - Pcep Srp Objectpublic void setLspObject(PcepLspObject lspObject)
PcepStateReportsetLspObject in interface PcepStateReportlspObject - Pcep Lsp Objectpublic void setMsgPath(PcepStateReport.PcepMsgPath msgPath)
PcepStateReportsetMsgPath in interface PcepStateReportmsgPath - Pcep MsgPath objectCopyright © 2015. All rights reserved.