public static interface PcepStateReport.Builder
| Modifier and Type | Method and Description |
|---|---|
PcepStateReport |
build()
Builds PcepStateReport.
|
PcepLspObject |
getLspObject()
Returns PcepLspObject.
|
PcepStateReport.PcepMsgPath |
getMsgPath()
Returns PcepMsgPath.
|
PcepSrpObject |
getSrpObject()
Returns PcepSrpObject.
|
PcepStateReport.Builder |
setLspObject(PcepLspObject lspObject)
Sets the LSP Object.
|
PcepStateReport.Builder |
setMsgPath(PcepStateReport.PcepMsgPath msgPath)
Sets the Path Object.
|
PcepStateReport.Builder |
setSrpObject(PcepSrpObject srpObj)
Sets the SRP Object.
|
PcepStateReport build() throws PcepParseException
PcepParseException - when mandatory object is not setPcepSrpObject getSrpObject()
PcepLspObject getLspObject()
PcepStateReport.PcepMsgPath getMsgPath()
PcepStateReport.Builder setSrpObject(PcepSrpObject srpObj)
srpObj - Pcep Srp ObjectPcepStateReport.Builder setLspObject(PcepLspObject lspObject)
lspObject - Pcep Lsp ObjectPcepStateReport.Builder setMsgPath(PcepStateReport.PcepMsgPath msgPath)
msgPath - Pcep MsgPath objectCopyright © 2015. All rights reserved.