public interface PcepUpdateRequest
| Modifier and Type | Interface and Description |
|---|---|
static interface |
PcepUpdateRequest.Builder
Builder interface with get and set functions to build PcepUpdateRequest.
|
| Modifier and Type | Method and Description |
|---|---|
PcepLspObject |
getLspObject()
Returns object of PCEP LSP Object.
|
PcepMsgPath |
getMsgPath()
Returns object of PCEP MSG PATH.
|
PcepSrpObject |
getSrpObject()
Returns object of PCEP SRP Object.
|
void |
setLspObject(PcepLspObject lspObject)
Sets the PCEP LSP Object.
|
void |
setMsgPath(PcepMsgPath msgPath)
sets the PCEP MSG PATH.
|
void |
setSrpObject(PcepSrpObject srpObject)
Sets the PCEP SRP Object.
|
PcepSrpObject getSrpObject()
PcepLspObject getLspObject()
PcepMsgPath getMsgPath()
void setSrpObject(PcepSrpObject srpObject)
srpObject - object of type PCEP SRP Objectvoid setLspObject(PcepLspObject lspObject)
lspObject - object of type PCEP LSP Objectvoid setMsgPath(PcepMsgPath msgPath)
msgPath - object of type PCEP MSG PATHCopyright © 2015. All rights reserved.