Uses of Interface
org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.message.rev200120.path.attributes.attributes.UnrecognizedAttributes
Packages that use UnrecognizedAttributes
Package
Description
-
Uses of UnrecognizedAttributes in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.message.rev200120.path.attributes
Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.message.rev200120.path.attributes that return types with arguments of type UnrecognizedAttributesModifier and TypeMethodDescription@Nullable Map<UnrecognizedAttributesKey,UnrecognizedAttributes> Attributes.getUnrecognizedAttributes()Return unrecognizedAttributes, ornullif it is not present.AttributesBuilder.getUnrecognizedAttributes()Return current value associated with the property corresponding toAttributes.getUnrecognizedAttributes().default @NonNull Map<UnrecognizedAttributesKey,UnrecognizedAttributes> Attributes.nonnullUnrecognizedAttributes()Return unrecognizedAttributes, or an empty list if it is not present.Method parameters in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.message.rev200120.path.attributes with type arguments of type UnrecognizedAttributesModifier and TypeMethodDescriptionAttributesBuilder.setUnrecognizedAttributes(Map<UnrecognizedAttributesKey, UnrecognizedAttributes> values) Set the property corresponding toAttributes.getUnrecognizedAttributes()to the specified value. -
Uses of UnrecognizedAttributes in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.message.rev200120.path.attributes.attributes
Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.message.rev200120.path.attributes.attributes with type parameters of type UnrecognizedAttributesModifier and TypeMethodDescription<E$$ extends org.opendaylight.yangtools.yang.binding.Augmentation<UnrecognizedAttributes>>
E$$UnrecognizedAttributesBuilder.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.message.rev200120.path.attributes.attributes that return UnrecognizedAttributesModifier and TypeMethodDescription@NonNull UnrecognizedAttributesUnrecognizedAttributesBuilder.build()A newUnrecognizedAttributesinstance.Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.message.rev200120.path.attributes.attributes that return types with arguments of type UnrecognizedAttributesModifier and TypeMethodDescriptiondefault Class<UnrecognizedAttributes>UnrecognizedAttributes.implementedInterface()Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.message.rev200120.path.attributes.attributes with parameters of type UnrecognizedAttributesModifier and TypeMethodDescriptionstatic booleanUnrecognizedAttributes.bindingEquals(@NonNull UnrecognizedAttributes thisObj, Object obj) Default implementation ofObject.equals(Object)contract for this interface.static intUnrecognizedAttributes.bindingHashCode(@NonNull UnrecognizedAttributes obj) Default implementation ofObject.hashCode()contract for this interface.static StringUnrecognizedAttributes.bindingToString(@NonNull UnrecognizedAttributes obj) Default implementation ofObject.toString()contract for this interface.Method parameters in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.message.rev200120.path.attributes.attributes with type arguments of type UnrecognizedAttributesModifier and TypeMethodDescriptionUnrecognizedAttributesBuilder.addAugmentation(org.opendaylight.yangtools.yang.binding.Augmentation<UnrecognizedAttributes> augmentation) Add an augmentation to this builder's product.UnrecognizedAttributesBuilder.removeAugmentation(Class<? extends org.opendaylight.yangtools.yang.binding.Augmentation<UnrecognizedAttributes>> augmentationType) Remove an augmentation from this builder's product.Constructors in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.message.rev200120.path.attributes.attributes with parameters of type UnrecognizedAttributesModifierConstructorDescriptionConstruct a builder initialized with state from specifiedUnrecognizedAttributes.