public interface PcepStateReport
| Modifier and Type | Interface and Description |
|---|---|
static interface |
PcepStateReport.Builder
Builder interface with get and set functions to build PcepStateReport.
|
static interface |
PcepStateReport.PcepMsgPath
Provides PCEP Message path for report message.
|
| 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.
|
PcepSrpObject getSrpObject()
PcepLspObject getLspObject()
PcepStateReport.PcepMsgPath getMsgPath()
void setSrpObject(PcepSrpObject srpObj)
srpObj - Pcep Srp Objectvoid setLspObject(PcepLspObject lspObject)
lspObject - Pcep Lsp Objectvoid setMsgPath(PcepStateReport.PcepMsgPath msgPath)
msgPath - Pcep MsgPath objectCopyright © 2015. All rights reserved.