Uses of Interface
org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.linkstate.rev200120.linkstate.object.type.prefix._case.PrefixDescriptors
Packages that use PrefixDescriptors
Package
Description
-
Uses of PrefixDescriptors in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.linkstate.rev200120.linkstate.object.type
Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.linkstate.rev200120.linkstate.object.type that return PrefixDescriptorsModifier and TypeMethodDescriptionPrefixCase.getPrefixDescriptors()
Return prefixDescriptors, ornull
if it is not present.PrefixCaseBuilder.getPrefixDescriptors()
Return current value associated with the property corresponding toPrefixCase.getPrefixDescriptors()
.@NonNull PrefixDescriptors
PrefixCase.nonnullPrefixDescriptors()
Return prefixDescriptors, or an empty instance if it is not present.Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.linkstate.rev200120.linkstate.object.type with parameters of type PrefixDescriptorsModifier and TypeMethodDescriptionPrefixCaseBuilder.setPrefixDescriptors
(PrefixDescriptors value) Set the property corresponding toPrefixCase.getPrefixDescriptors()
to the specified value. -
Uses of PrefixDescriptors in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.linkstate.rev200120.linkstate.object.type.prefix._case
Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.linkstate.rev200120.linkstate.object.type.prefix._case with type parameters of type PrefixDescriptorsModifier and TypeMethodDescription<E$$ extends org.opendaylight.yangtools.yang.binding.Augmentation<PrefixDescriptors>>
E$$PrefixDescriptorsBuilder.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.bgp.linkstate.rev200120.linkstate.object.type.prefix._case that return PrefixDescriptorsModifier and TypeMethodDescription@NonNull PrefixDescriptors
PrefixDescriptorsBuilder.build()
A newPrefixDescriptors
instance.static @NonNull PrefixDescriptors
PrefixDescriptorsBuilder.empty()
Get empty instance of PrefixDescriptors.Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.linkstate.rev200120.linkstate.object.type.prefix._case that return types with arguments of type PrefixDescriptorsModifier and TypeMethodDescriptiondefault Class<PrefixDescriptors>
PrefixDescriptors.implementedInterface()
Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.linkstate.rev200120.linkstate.object.type.prefix._case with parameters of type PrefixDescriptorsModifier and TypeMethodDescriptionstatic boolean
PrefixDescriptors.bindingEquals
(@NonNull PrefixDescriptors thisObj, Object obj) Default implementation ofObject.equals(Object)
contract for this interface.static int
PrefixDescriptors.bindingHashCode
(@NonNull PrefixDescriptors obj) Default implementation ofObject.hashCode()
contract for this interface.static String
PrefixDescriptors.bindingToString
(@NonNull PrefixDescriptors obj) Default implementation ofObject.toString()
contract for this interface.Method parameters in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.linkstate.rev200120.linkstate.object.type.prefix._case with type arguments of type PrefixDescriptorsModifier and TypeMethodDescriptionPrefixDescriptorsBuilder.addAugmentation
(org.opendaylight.yangtools.yang.binding.Augmentation<PrefixDescriptors> augmentation) Add an augmentation to this builder's product.PrefixDescriptorsBuilder.removeAugmentation
(Class<? extends org.opendaylight.yangtools.yang.binding.Augmentation<PrefixDescriptors>> augmentationType) Remove an augmentation from this builder's product.Constructors in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.linkstate.rev200120.linkstate.object.type.prefix._case with parameters of type PrefixDescriptorsModifierConstructorDescriptionConstruct a builder initialized with state from specifiedPrefixDescriptors
.