public static interface PcepLabelUpdate.Builder
| Modifier and Type | Method and Description |
|---|---|
PcepLabelUpdate |
build()
Builds PcepLableUpdate Object.
|
PcepLabelDownload |
getLabelDownload()
Returns the PcepLabelDownload object.
|
PcepLabelMap |
getLabelMap()
Returns the PcepLabelMap object.
|
PcepLabelUpdate.Builder |
setLabelDownload(PcepLabelDownload labelDownload)
Sets the Label Download object.
|
PcepLabelUpdate.Builder |
setLabelMap(PcepLabelMap labelMap)
Sets the Label map object.
|
PcepLabelUpdate build() throws PcepParseException
PcepParseException - while building LABEL-UPDATE.PcepLabelUpdate.Builder setLabelDownload(PcepLabelDownload labelDownload)
labelDownload - PCEP Label Download objectPcepLabelDownload getLabelDownload()
PcepLabelUpdate.Builder setLabelMap(PcepLabelMap labelMap)
labelMap - PCEP Label Map objectPcepLabelMap getLabelMap()
Copyright © 2015. All rights reserved.