public class PcepUpdateRequestVer1 extends Object implements PcepUpdateRequest
| Modifier and Type | Class and Description |
|---|---|
static class |
PcepUpdateRequestVer1.Builder
Builder class for PCEP update request.
|
| Modifier and Type | Field and Description |
|---|---|
protected static org.slf4j.Logger |
log |
| Constructor and Description |
|---|
PcepUpdateRequestVer1()
Default constructor.
|
PcepUpdateRequestVer1(PcepSrpObject srpObject,
PcepLspObject lspObject,
PcepMsgPath msgPath)
Constructor to initialize all member variables.
|
| 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.
|
String |
toString() |
public PcepUpdateRequestVer1()
public PcepUpdateRequestVer1(PcepSrpObject srpObject, PcepLspObject lspObject, PcepMsgPath msgPath)
srpObject - srp objectlspObject - lsp objectmsgPath - message path objectpublic PcepSrpObject getSrpObject()
PcepUpdateRequestgetSrpObject in interface PcepUpdateRequestpublic PcepLspObject getLspObject()
PcepUpdateRequestgetLspObject in interface PcepUpdateRequestpublic PcepMsgPath getMsgPath()
PcepUpdateRequestgetMsgPath in interface PcepUpdateRequestpublic void setSrpObject(PcepSrpObject srpObject)
PcepUpdateRequestsetSrpObject in interface PcepUpdateRequestsrpObject - object of type PCEP SRP Objectpublic void setLspObject(PcepLspObject lspObject)
PcepUpdateRequestsetLspObject in interface PcepUpdateRequestlspObject - object of type PCEP LSP Objectpublic void setMsgPath(PcepMsgPath msgPath)
PcepUpdateRequestsetMsgPath in interface PcepUpdateRequestmsgPath - object of type PCEP MSG PATHCopyright © 2015. All rights reserved.