Uses of Class
org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.message.rev200120.path.attributes.attributes.UnrecognizedAttributesKey
Packages that use UnrecognizedAttributesKey
Package
Description
-
Uses of UnrecognizedAttributesKey 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 UnrecognizedAttributesKeyModifier 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 UnrecognizedAttributesKeyModifier and TypeMethodDescriptionAttributesBuilder.setUnrecognizedAttributes(Map<UnrecognizedAttributesKey, UnrecognizedAttributes> values) Set the property corresponding toAttributes.getUnrecognizedAttributes()to the specified value. -
Uses of UnrecognizedAttributesKey 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 that return UnrecognizedAttributesKeyModifier and TypeMethodDescriptionUnrecognizedAttributes.key()UnrecognizedAttributesBuilder.key()Return current value associated with the property corresponding toUnrecognizedAttributes.key().Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.message.rev200120.path.attributes.attributes with parameters of type UnrecognizedAttributesKeyModifier and TypeMethodDescriptionUnrecognizedAttributesBuilder.withKey(UnrecognizedAttributesKey key) Set the key value corresponding toUnrecognizedAttributes.key()to the specified value.Constructors in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.message.rev200120.path.attributes.attributes with parameters of type UnrecognizedAttributesKeyModifierConstructorDescriptionCreates a copy from Source Object.