Uses of Interface
org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.ovsdb.rev150105.ovsdb.bridge.attributes.BridgeOtherConfigs
Packages that use BridgeOtherConfigs
Package
Description
-
Uses of BridgeOtherConfigs in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.ovsdb.rev150105
Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.ovsdb.rev150105 that return types with arguments of type BridgeOtherConfigsModifier and TypeMethodDescription@Nullable Map<BridgeOtherConfigsKey,BridgeOtherConfigs> OvsdbBridgeAttributes.getBridgeOtherConfigs()Return bridgeOtherConfigs, ornullif it is not present.OvsdbBridgeAugmentationBuilder.getBridgeOtherConfigs()Return current value associated with the property corresponding toOvsdbBridgeAttributes.getBridgeOtherConfigs().default @NonNull Map<BridgeOtherConfigsKey,BridgeOtherConfigs> OvsdbBridgeAttributes.nonnullBridgeOtherConfigs()Return bridgeOtherConfigs, or an empty list if it is not present.Method parameters in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.ovsdb.rev150105 with type arguments of type BridgeOtherConfigsModifier and TypeMethodDescriptionOvsdbBridgeAugmentationBuilder.setBridgeOtherConfigs(Map<BridgeOtherConfigsKey, BridgeOtherConfigs> values) Set the property corresponding toOvsdbBridgeAttributes.getBridgeOtherConfigs()to the specified value. -
Uses of BridgeOtherConfigs in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.ovsdb.rev150105.ovsdb.bridge.attributes
Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.ovsdb.rev150105.ovsdb.bridge.attributes with type parameters of type BridgeOtherConfigsModifier and TypeMethodDescription<E$$ extends org.opendaylight.yangtools.yang.binding.Augmentation<BridgeOtherConfigs>>
E$$BridgeOtherConfigsBuilder.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.ovsdb.rev150105.ovsdb.bridge.attributes that return BridgeOtherConfigsModifier and TypeMethodDescription@NonNull BridgeOtherConfigsBridgeOtherConfigsBuilder.build()A newBridgeOtherConfigsinstance.Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.ovsdb.rev150105.ovsdb.bridge.attributes that return types with arguments of type BridgeOtherConfigsModifier and TypeMethodDescriptiondefault Class<BridgeOtherConfigs>BridgeOtherConfigs.implementedInterface()Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.ovsdb.rev150105.ovsdb.bridge.attributes with parameters of type BridgeOtherConfigsModifier and TypeMethodDescriptionstatic booleanBridgeOtherConfigs.bindingEquals(@NonNull BridgeOtherConfigs thisObj, Object obj) Default implementation ofObject.equals(Object)contract for this interface.static intBridgeOtherConfigs.bindingHashCode(@NonNull BridgeOtherConfigs obj) Default implementation ofObject.hashCode()contract for this interface.static StringBridgeOtherConfigs.bindingToString(@NonNull BridgeOtherConfigs obj) Default implementation ofObject.toString()contract for this interface.Method parameters in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.ovsdb.rev150105.ovsdb.bridge.attributes with type arguments of type BridgeOtherConfigsModifier and TypeMethodDescriptionBridgeOtherConfigsBuilder.addAugmentation(org.opendaylight.yangtools.yang.binding.Augmentation<BridgeOtherConfigs> augmentation) Add an augmentation to this builder's product.BridgeOtherConfigsBuilder.removeAugmentation(Class<? extends org.opendaylight.yangtools.yang.binding.Augmentation<BridgeOtherConfigs>> augmentationType) Remove an augmentation from this builder's product.Constructors in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.ovsdb.rev150105.ovsdb.bridge.attributes with parameters of type BridgeOtherConfigsModifierConstructorDescriptionConstruct a builder initialized with state from specifiedBridgeOtherConfigs.