Uses of Interface
org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.segment.routing.rev200720.sr.pce.capability.tlv.SrPceCapability
Packages that use SrPceCapability
Package
Description
-
Uses of SrPceCapability in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.segment.routing.rev200720
Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.segment.routing.rev200720 that return SrPceCapabilityModifier and TypeMethodDescriptionSrPceCapabilityTlv.getSrPceCapability()Return srPceCapability, ornullif it is not present.Tlvs1Builder.getSrPceCapability()Return current value associated with the property corresponding toSrPceCapabilityTlv.getSrPceCapability().Tlvs2Builder.getSrPceCapability()Return current value associated with the property corresponding toSrPceCapabilityTlv.getSrPceCapability().@NonNull SrPceCapabilitySrPceCapabilityTlv.nonnullSrPceCapability()Return srPceCapability, or an empty instance if it is not present.Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.segment.routing.rev200720 with parameters of type SrPceCapabilityModifier and TypeMethodDescriptionTlvs1Builder.setSrPceCapability(SrPceCapability value) Set the property corresponding toSrPceCapabilityTlv.getSrPceCapability()to the specified value.Tlvs2Builder.setSrPceCapability(SrPceCapability value) Set the property corresponding toSrPceCapabilityTlv.getSrPceCapability()to the specified value. -
Uses of SrPceCapability in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.segment.routing.rev200720.sr.pce.capability.tlv
Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.segment.routing.rev200720.sr.pce.capability.tlv with type parameters of type SrPceCapabilityModifier and TypeMethodDescription<E$$ extends org.opendaylight.yangtools.yang.binding.Augmentation<SrPceCapability>>
E$$SrPceCapabilityBuilder.augmentation(Class<E$$> augmentationType) Return the specified augmentation, if it is present in this builder.Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.segment.routing.rev200720.sr.pce.capability.tlv that return SrPceCapabilityModifier and TypeMethodDescription@NonNull SrPceCapabilitySrPceCapabilityBuilder.build()A newSrPceCapabilityinstance.static @NonNull SrPceCapabilitySrPceCapabilityBuilder.empty()Get empty instance of SrPceCapability.Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.segment.routing.rev200720.sr.pce.capability.tlv that return types with arguments of type SrPceCapabilityModifier and TypeMethodDescriptiondefault Class<SrPceCapability>SrPceCapability.implementedInterface()Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.segment.routing.rev200720.sr.pce.capability.tlv with parameters of type SrPceCapabilityModifier and TypeMethodDescriptionstatic booleanSrPceCapability.bindingEquals(@NonNull SrPceCapability thisObj, Object obj) Default implementation ofObject.equals(Object)contract for this interface.static intSrPceCapability.bindingHashCode(@NonNull SrPceCapability obj) Default implementation ofObject.hashCode()contract for this interface.static StringSrPceCapability.bindingToString(@NonNull SrPceCapability obj) Default implementation ofObject.toString()contract for this interface.Method parameters in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.segment.routing.rev200720.sr.pce.capability.tlv with type arguments of type SrPceCapabilityModifier and TypeMethodDescriptionSrPceCapabilityBuilder.addAugmentation(org.opendaylight.yangtools.yang.binding.Augmentation<SrPceCapability> augmentation) Add an augmentation to this builder's product.SrPceCapabilityBuilder.removeAugmentation(Class<? extends org.opendaylight.yangtools.yang.binding.Augmentation<SrPceCapability>> augmentationType) Remove an augmentation from this builder's product.Constructors in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.segment.routing.rev200720.sr.pce.capability.tlv with parameters of type SrPceCapabilityModifierConstructorDescriptionConstruct a builder initialized with state from specifiedSrPceCapability.