| Modifier and Type | Method and Description |
|---|---|
Tlvs |
PCEPSession.getLocalTlvs()
Returns session characteristics of the local PCEP Speaker.
|
Tlvs |
PCEPSession.getRemoteTlvs()
Returns session characteristics of the remote PCEP Speaker.
|
default Tlvs |
PCEPSession.localSessionCharacteristics()
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
Tlvs |
OpenBuilder.getTlvs() |
@Nullable Tlvs |
Open.getTlvs() |
| Modifier and Type | Method and Description |
|---|---|
OpenBuilder |
OpenBuilder.setTlvs(Tlvs value) |
| Modifier and Type | Method and Description |
|---|---|
<E$$ extends org.opendaylight.yangtools.yang.binding.Augmentation<Tlvs>> |
TlvsBuilder.augmentation(Class<E$$> augmentationType) |
| Modifier and Type | Method and Description |
|---|---|
Tlvs |
TlvsBuilder.build() |
| Modifier and Type | Method and Description |
|---|---|
default Class<Tlvs> |
Tlvs.implementedInterface() |
| Modifier and Type | Method and Description |
|---|---|
TlvsBuilder |
TlvsBuilder.addAugmentation(Class<? extends org.opendaylight.yangtools.yang.binding.Augmentation<Tlvs>> augmentationType,
org.opendaylight.yangtools.yang.binding.Augmentation<Tlvs> augmentationValue) |
TlvsBuilder |
TlvsBuilder.addAugmentation(Class<? extends org.opendaylight.yangtools.yang.binding.Augmentation<Tlvs>> augmentationType,
org.opendaylight.yangtools.yang.binding.Augmentation<Tlvs> augmentationValue) |
TlvsBuilder |
TlvsBuilder.removeAugmentation(Class<? extends org.opendaylight.yangtools.yang.binding.Augmentation<Tlvs>> augmentationType) |
| Constructor and Description |
|---|
TlvsBuilder(Tlvs base) |
Copyright © 2020 OpenDaylight. All rights reserved.